[cid:[email protected]] Did You Know? OOM manages dependencies between ONAP components.
OOM uses deployment descriptor files to define what components are deployed in ONAP. Inside the descriptor files, initContainers are used to ensure that dependent components are running and are healthy (ie. ready) before a component's container is started. Example mso deployment descriptor file shows mso's dependency on its mariadb component: kind: Deployment metadata: name: mso . . spec: initContainers: - args: - --container-name - mariadb command: - /root/ready.py . . containers: - command: - /tmp/start-jboss-server.sh image: nexus3.onap.org:10001<http://nexus3.onap.org:10001>/openecomp/mso:v1.1.1 name: mso (mso-deployment.yaml) If you’d like to learn more about OOM, check out the OOM wiki<https://wiki.onap.org/display/DW/ONAP+Operations+Manager+Project> or concepts<https://kubernetes.io/docs/concepts/> to find out more about Kubernetes. Mike Elliott [amdocs-a] Amdocs a Platinum member of ONAP<https://www.amdocs.com/open-network/nfv-powered-by-onap> This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaimer <https://www.amdocs.com/about/email-disclaimer>
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
