Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Key Contacts -  Krzysztof Opasiak Pawel Pawlak Amy Zwarico Sylvain Desbureaux

Executive Summary - ONAP application container should not access database using root account and should not ask for escalation (sudo). If application requires root access to bootstrap the database an init container or separate kubernetes job should be used.

Business Impact - Improves ONAP security and configurability by separating long running application container from actions that requires higher privileges.

...

Business Impact - Improve ONAP security and configurability will result in wider adoption among operators.

Business Markets All operators, service providers and entities using ONAP.  

Funding/Financial Impacts - N/A

Organization Mgmt, Sales Strategies There is no additional organizational management or sales strategies for this requirement outside of a service providers "normal" ONAP deployment and its attendant organizational resources from a service provider

Containers must have no more than one main process

Key Contacts -  Krzysztof Opasiak  Sylvain Desbureaux

Executive Summary - Docker best practice is to have one main process (java, nginx, gunicorn, ...) per container as it allows a fine grained supervision of this process

Business Impact - Improve ONAP monitoring and will result in wider adoption among operators.

Business Markets All operators, service providers and entities using ONAP.  

Funding/Financial Impacts - N/A

Organization Mgmt, Sales Strategies There is no additional organizational management or sales strategies for this requirement outside of a service providers "normal" ONAP deployment and its attendant organizational resources from a service provider

Containers must crash properly when a failure occurs

Key Contacts -  Krzysztof Opasiak  Sylvain Desbureaux

Executive Summary - Kubernetes best practice mandates that when an issue occurs (no access to Database, REST mandatory call fails, bug in code, ...), the container must crash with exit code different than 0

Business Impact - Improve ONAP monitoring and will result in wider adoption among operators.

Business Markets All operators, service providers and entities using ONAP.  

Funding/Financial Impacts - N/A

Organization Mgmt, Sales Strategies There is no additional organizational management or sales strategies for this requirement outside of a service providers "normal" ONAP deployment and its attendant organizational resources from a service provider