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 VM in the table above as the Ubuntu user, using the External IP address after connecting to the WindRiver VPN. (which is 10.12.5.43)
- sudo su - root
- cd /opt
./dc.sh - remove all dockers resources etc.
/opt/config/docker_version.txt , /opt/config/ansible_version.txt, /opt/config/dgbuilder_version.txt - update/check the docker version
- cd /opt/deployment; git pull (make sure the head of appc/deployment Repo is here)
- docker ps -a
./appc_vm_init.sh - install dockers using docker compose
./health_check.sh - check appc health
./bundle_query.sh - check appc bundles
./db_query.sh - check database
Note for connecting CDT development in your local environment:
...
- bring up windriver lab VPN
- git clone CDT source code from appc/cdt repo
- cd src/environments/
- cp environment.ts environment.ts.org
change environment.ts to below:
Code Block language js getDesigns: 'http://10.12.5.43:30290/cdtService/getDesigns', validateTemplate: 'http://10.12.5.43:30290/cdtService/validateTemplate', testVnf: 'http://10.12.5.43:30290/cdtService/testVnf', checkTestStatus: 'http://10.12.5.43:30290/cdtService/checkTestStatus'
cd ../..
npm start run → it will bring CDT up in your local. the URL is http://localhost:8080/index.html#/home
...
dev-appc-appc-0 - k8s-appc5 http://10.12.6.100:30230/apidoc/explorer/index.html
dev-appc-appc-1 - k8s-appc2 http://10.12.5.193:30230/apidoc/explorer/index.html
dev-appc-appc-2 - k8s-appc4 http://10.12.6.73:30230/apidoc/explorer/index.html
...