Skip to content

Instantly share code, notes, and snippets.

Created February 22, 2016 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/acb1d1b72165c9289287 to your computer and use it in GitHub Desktop.
Save anonymous/acb1d1b72165c9289287 to your computer and use it in GitHub Desktop.
tripleo undercloud on external vlan
sudo ovs-vsctl add-port br-ctlplane vlan10 tag=10 -- set interface vlan10 type=internal
sudo ip addr add 10.0.0.251/24 dev vlan10
sudo ip link set vlan10 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment