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-aai-inst210.12.5.9210.10.5.510.0.1.2
onap-message-router10.12.5.510.10.5.710.0.11.1
onap-robot10.12.5.5410.10.5.610.0.10.1
onap-appc10.12.5.4310.10.5.1010.0.2.1
Stability-Test-VM110.12.5.13510.10.5.410.0.0.10
Stability-Test-VM210.12.5.14310.10.5.1410.0.0.13
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: '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'


  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

...