Download and Build Docker Images
...
Follow the steps in here https://github.com/onap/multicloud-k8s/tree/master/deployments/helm/v2/onap4k8s to install EMCO. Update image:rtsood/emco:stable in values.yaml file for all the services to the name of the image built in the previous step.
Using Kubectl (for developers)
Yamls for installing EMCO can be found here: https://github.com/onap/multicloud-k8s/tree/master/deployments/kubernetes. Update the image:rtsood/emco:stable in the onap4k8s.yaml for all the services to the name of the image built in the previous step.
Code Block | ||||
---|---|---|---|---|
| ||||
1. Create namespace $ kubectl create namespace emco 2. Install Databases (Etcd and Mongo) $ kubectl apply -f onap4k8sdb.yaml -n emco 3. Install Emco Microservices $ kubectl apply -f onap4k8s.yaml -n emco |
...
1 |
|
...