Versions Compared

Key

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

...

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 in HEAT:  ip route add 10.3.0.0/24 via 10.0.101.10 dev eth0 
  • Add a route in OOM:  ip route add 10.3.0.0/24 via 10.0.101.10 dev ens3
  • 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

  • For healthcheck-k8s.py also install curl inside the sdnc container

Deploy Infrastructure

Download and modify automation code

...