Versions Compared

Key

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

...

7.1 Add route on sdnc cluster node `ip route add 10.3.0.0/24 via 10.0.101.10 dev ens3`. You can find sdnc cluster node name by `kubectl n onap using kubectl describe sdnc pod dev-sdnc-sdnc-0`

7.2 Run from Rancher node `kubectl -n onap exec -it dev-sdnc-sdnc-0 -- /opt/sdnc/bin/addIpAddresses.sh VGW 10.5.0 22 250`
8. Install python-pip and other python libraries. See tutorial comments section

...