Non-Clustered Environment
VM Name | External IP | appc-multicloud-integration IPMulM | oam_onap_LH2Z IP |
---|---|---|---|
onap-aai-inst1 | 10.12.5.114 | 10.10.5.15 | 10.0.1.1 |
onap-dns-server | 10.12.5.59 | 10.10.5.16 | 10.0.100.1 |
onap-aai-inst2 | 10.12.5.92 | 10.10.5.5 | 10.0.1.2 |
onap-message-router | 10.12.5.5 | 10.10.5.7 | 10.0.11.1 |
onap-robot | 10.12.5.54 | 10.10.5.6 | 10.0.10.1 |
onap-appc | 10.12.5.43 | 10.10.5.10 | 10.0.2.1 |
Stability-Test-VM1 | 10.12.5.135 | 10.10.5.4 | 10.0.0.10 |
Stability-Test-VM2 | 10.12.5.143 | 10.10.5.14 | 10.0.0.13 |
Stability-Test-VM3 | 10.12.6.130 | 10.10.5.18 | 10.0.0.18 |
...
- Login to the k8s-master VM as the Ubuntu user using the External IP address in the table above.
- cd ~oom/kubernetes
- change value.yaml (etc)
- cd ~oom/kubernetes
- override file is on ~oom/kubernetes/onap/value.yaml
- make all;make onap
- "helm deploy dev local./onap --namespace onap" or if you only changed APPC chart, then "helm deploy dev-appc local./onap --namespace onap"
- kubectl get pods --all-namespaces -o wide -w => using this to check deployment status
...