Skip to content

Instantly share code, notes, and snippets.

@major
Created May 23, 2017 18:08
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/4578512b2cbfd1d1b29c1fa90290ce1d to your computer and use it in GitHub Desktop.
Save major/4578512b2cbfd1d1b29c1fa90290ce1d to your computer and use it in GitHub Desktop.
openstack_user_config.yml
global_overrides:
internal_lb_vip_address: 172.29.236.11
external_lb_vip_address: 192.168.250.11
tunnel_bridge: "br-vxlan"
management_bridge: "br-mgmt"
provider_networks:
- network:
container_bridge: "br-mgmt"
container_type: "veth"
container_interface: "eth1"
ip_from_q: "container"
type: "raw"
group_binds:
- all_containers
- hosts
- glance_api
- cinder_api
- cinder_volume
- nova_compute
- swift_proxy
is_container_address: true
is_ssh_address: true
- 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: "eth11"
type: "vlan"
range: "100:200"
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