You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 43 Next »

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

CDT: http://10.12.5.43:8080/index.html#/home

APIDOC: http://10.12.5.43:8282/apidoc/explorer/index.html

To perform an update on any of the VMs that are not under Kubernetes (based on docker compose), you may execute the following steps:

  • 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

Clustered Environment

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


VM NameExternal IPoam_onap_LH2Z IP
k8s-master10.12.5.17110.0.0.14
k8s-appc110.12.5.17410.0.0.11
k8s-appc210.12.5.19310.0.0.16
k8s-appc310.12.5.19410.0.0.8
k8s-appc410.12.6.7310.0.0.19
k8s-appc510.12.6.10010.0.0.5
k8s-master-dublin10.12.6.6810.0.0.15
k8s-appc1-dublin10.12.6.11310.0.0.23
k8s-appc2-dublin10.12.6.9210.0.0.20
k8s-appc3-dublin10.12.6.11710.0.0.21
k8s-appc4-dublin10.12.6.13810.0.0.24
k8s-appc5-dublin10.12.5.310.0.0.4


To perform an update on any of the VMs that are under Kubernetes, you may execute the following steps:

  1. Login to the k8s-master VM as the Ubuntu user using the External IP address in the table above.
  2. cd ~oom/kubernetes
  3. change value.yaml (etc)
  4. cd ~oom/kubernetes
  5. override file is on ~oom/kubernetes/onap/value.yaml
  6. make all;make onap
  7. "helm deploy dev ./onap --namespace onap" or if you only changed APPC chart, then "helm deploy dev-appc ./onap --namespace onap"
  8. kubectl get pods --all-namespaces -o wide -w => using this to check deployment status

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:

CDT: 

dev-appc-appc-cdt-xxx - k8s-appc1  http://10.12.5.174:30289/index.html#/home


APIDOC: 

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:

CDT:

http://10.12.6.113:30289/index.html#/home


  • No labels