Versions Compared

Key

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

...

ssh to the SO VM and do the following (TODO: verify this is not needed in R3)

  • Enter the mso docker: docker exec -it testlab_mso_1 bash
  • Edit /etc/mso/config.d/mso.bpmn.urn.properties, find the following line
    mso.workflow.default.aai.v11.tenant.uri=/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/DFW/tenants/tenant
    and change it to the following
    mso.workflow.default.aai.v11.tenant.uri=/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne/tenants/tenant
  • Exit from the docker

ssh to the SDNC VM and do the following: (TODO: add route is different in OOM, how to do this in k8s network)

  • Add a route:  ip route add 10.3.0.0/24 via 10.0.101.10 dev eth0 
  • Enter the sdnc controller docker: docker exec -it sdnc_controller_container bash
  • In the container, run the following to create IP address pool: /opt/sdnc/bin/addIpAddresses.sh VGW 10.5.0 22 250

...

When running "vcpe.py infra" command, if you see error message about subnet can't be found. It may be because your python-openstackclient is not the latest version and don't support "openstack subnet set --name" command option. Upgrade the module with "pip install --upgrade python-openstackclient".