Versions Compared

Key

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

...

Issue 3: Update SDC URL in vfc_catalog container configuration file /service/vfc/nfvo/catalog/catalog/pub/config/config.py

Code Block
# [sdc config]
SDC_BASE_URL = "http://10.0.14.1:80/api"
SDC_USER = "aai"
SDC_PASSWD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"


Issue 4: Update aai URL in in vfc_nslcm container config file /service/vfc/nfvo/lcm/lcm/pub/config/config.py of vfc_nslcm container

Code Block
# [aai config]
AAI_BASE_URL = "http://10.0.14.1/aai/v11"
AAI_USER = "AAI"
AAI_PASSWD = "AAI"
REPORT_TO_AAI = True


Issue 5:  After ONAP installation, update testlab_mso_1 docker container file /etc/mso/config.d/topology.properties with correct MSB and SDNC ip and port. Every time SO VM is restarted, this file needs to update again (don't restart the docker after config file update).


Code Block
msb-ip=10.12.5.180
msb-port=8080
sdnc-ip=10.12.5.181
sdnc-port=8282