Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Non-Clustered Environment

VM NameExternal IPappc-multicloud-integration IPMulMoam_onap_LH2Z IP
onap-aai-inst110.12.5.11410.10.5.1510.0.1.1
onap-dns-server10.12.5.5910.10.5.1610.0.100.1
onap-appc10.12.5.4310.10.5.1010.0.2.1
Stability-Test-VM310.12.6.13010.10.5.1810.0.0.18

...

  1. bring up windriver lab VPN in your local environment
  2. git clone CDT source code from appc/cdt repo
  3. cd src/environments/
  4. cp environment.ts environment.ts.org
  5. change environment.ts to below:

    Code Block
    languagejs
        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'


  6. cd ../..

  7. npm start run → it will bring CDT up in your local. the URL is http://localhost:8080/index.html#/home

  8. to tail APPC runtime karaf log :

    1. ssh to 10.12.5.43

    2. sudo -i

    3. docker exec -it appc_controller_container bash

    4. cd /opt/opendaylight/current/data/log

    5. 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

...