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-appc | 10.12.5.43 | 10.10.5.10 | 10.0.2.1 |
Stability-Test-VM3 | 10.12.6.130 | 10.10.5.18 | 10.0.0.18 |
...
- bring up windriver lab VPN in your local environment
- 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: 'httphttps://10.12.5.43:302909090/cdtService/getDesigns', validateTemplate: 'httphttps://10.12.5.43:302909090/cdtService/validateTemplate', testVnf: 'httphttps://10.12.5.43:302909090/cdtService/testVnf', checkTestStatus: 'httphttps://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
to tail APPC runtime karaf log :
ssh to 10.12.5.43
sudo -i
docker exec -it appc_controller_container bash
cd /opt/opendaylight/current/data/log
tail -f karaf.log
...
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
...