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

...

  • 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 in your local environment:

For the CDT GUI development purpose, you can connect to 10.12.5.43 APPC runtime environment. follow the steps below:

  1. bring up windriver lab VPN
  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

Clustered Environment

To see the robot logs: http://10.12.5.171:30209/logs/

...

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

...