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 IPNote
onap-aai-inst110.12.5.11410.10.5.1510.0.1.1mainly followed the setup:

https://wiki.onap.org/display/DW/How+to+Docker+setup+on+Single+VM+HEAT+Deployment

onap-aai-inst210.12.5.20110.10.5.2410.0.0.7
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. cd /root/integration
  2. git pull then git reset --hard origin/master (master in this case)
  3. cd /root/oom
  4. git pull then git reset --hard origin/master (master in this case)
  5. cd /root/integration/version-manifest/src/main/scripts/

  6. ./update-oom-image-versions.sh ../resources/docker-manifest-staging.csv /root/oom/

To undeploy dev-appc release:

  • helm undeploy dev-appc –purge
  • kubectl get pods --all-namespaces -o wide -w => using this to check undeployment status
  • helm del dev-appc --purge
  • cd /home/ubuntu
  • ./cleanup_appc.sh → that del pvc and pv
  • sudo -i
  • rm -rf /dockerdata-nfs/dev*
  • exit

k8s-master APIDOC/CDT Access: (note: use "kubectl get pods --all-namespaces -o wide" to get the VM name where pod is running)

CDT: 

dev-appc-appc-cdt-xxx - k8s-appc1  http://10.12.5.174:30289/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

k8s-master-dublin APIDOC/CDT Access: (note: use "kubectl get pods --all-namespaces -o wide" to get the VM name where pod is running)

CDT:

k8s-appc1-dublin https://10.12.6.113:30289/index.html#/home (you need to add certificate exception on https://10.12.6.113:30211/ first)

...