Skip to content

Instantly share code, notes, and snippets.

@major
Created January 22, 2016 19:02
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 major/7826d8ed1437b7a811f8 to your computer and use it in GitHub Desktop.
Save major/7826d8ed1437b7a811f8 to your computer and use it in GitHub Desktop.
- network:
container_bridge: "br-vxlan"
container_type: "veth"
container_interface: "eth10"
ip_from_q: "tunnel"
type: "vxlan"
range: "1:1000"
net_name: "vxlan"
group_binds:
- neutron_linuxbridge_agent
- network:
container_bridge: "br-vlan"
container_type: "veth"
container_interface: "eth12"
host_bind_override: "eth12"
type: "flat"
net_name: "flat"
group_binds:
- neutron_linuxbridge_agent
- network:
container_bridge: "br-vlan"
container_type: "veth"
container_interface: "eth11"
type: "vlan"
range: "93:95"
net_name: "vlan"
group_binds:
- neutron_linuxbridge_agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment