Versions Compared

Key

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

...

9. Change the following env and service related parameters in vcpecommon.py, then run `vcpe.py init`. You may see some sql command failure, it's ok to ignore. py 

Code Block
titlevcpecommon.py change
collapsetrue
--os-tenant-id
--os-projet-domain-name
oam_onap_net
oam_onap_subnet
self.vgw_VfModuleModelInvariantUuid

9.1 Run `vcpe.py init`. You may see some sql command failure, it's ok to ignore.

10. Run `vcpe.py infra`
11. Make sure sniro configuration is run as part of the above step.
12. Install curl command in inside sdnc-sdnc-0 container
13. Run healthcheck-k8s.sh py to check connectivity from sdnc to brg and gmux. If healthcheck-k8s.sh fails, check /opt/config/sdnc_ip.txt to see it has the SDNC host ip correctly. If you need to change SDNC host ip, you need to clean up and rerun `vcpe.py infra`. Also verify tap interfaces tap-0 and tap-1 are up by running vppctl with show int command. If tap interfaces are not up, use vppctl tap delete tap-0 and tap-1 and then run `/opt/bind_nic.sh` followed by `/opt/set_nat.sh`.

...