Skip to content

Instantly share code, notes, and snippets.

@a1git
Forked from busterswt/ovs-user-config
Created May 16, 2017 21: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 a1git/87883ef8afb8b752b3580e8a3597fa09 to your computer and use it in GitHub Desktop.
Save a1git/87883ef8afb8b752b3580e8a3597fa09 to your computer and use it in GitHub Desktop.
---
cidr_networks:
container: 172.29.236.0/22
tunnel: 172.29.240.0/22
storage: 172.29.244.0/22
used_ips:
- "172.29.236.1,172.29.236.30"
- "172.29.239.231,172.29.239.254"
global_overrides:
internal_lb_vip_address: 172.29.236.10
external_lb_vip_address: 146.20.138.58
management_bridge: "br-mgmt"
tunnel_bridge: "br-vxlan"
provider_networks:
- network:
group_binds:
- all_containers
- hosts
type: "raw"
container_bridge: "br-mgmt"
container_interface: "eth1"
container_type: "veth"
ip_from_q: "container"
is_container_address: true
is_ssh_address: true
- network:
group_binds:
- glance_api
- cinder_api
- nova_compute
type: "raw"
container_bridge: "br-storage"
container_type: "veth"
container_interface: "eth2"
ip_from_q: "storage"
- network:
group_binds:
- neutron_openvswitch_agent
container_bridge: "br-vxlan"
container_type: "veth"
container_interface: "eth10"
ip_from_q: "tunnel"
type: "vxlan"
range: "1000:1999"
net_name: "vxlan"
- network:
group_binds:
- neutron_openvswitch_agent
container_bridge: "br-vlan"
container_type: "veth"
container_interface: "eth11"
type: "vlan"
range: "3600:3609"
net_name: "vlan"
shared-infra_hosts:
infra01-cluster1:
# Rabbitmq, and galera are set to multiples to test clustering.
affinity:
galera_container: 3
rabbit_mq_container: 3
ip: 172.29.236.11
repo-infra_hosts:
infra01-cluster1:
# Repo is set to multiple to test clustering. This test only requires x2.
affinity:
repo_container: 2
ip: 172.29.236.11
os-infra_hosts:
infra01-cluster1:
# Horizon is set to multiple to test clustering. This test only requires x2.
affinity:
horizon_container: 2
ip: 172.29.236.11
identity_hosts:
infra01-cluster1:
# Keystone is set to multiple to test clustering. This test only requires x2.
affinity:
keystone_container: 2
ip: 172.29.236.11
network_hosts:
infra01-cluster1:
ip: 172.29.236.11
compute_hosts:
compute01-cluster1:
ip: 172.29.236.12
compute02-cluster1:
ip: 172.29.236.13
compute03-cluster1:
ip: 172.29.236.14
compute04-cluster1:
ip: 172.29.236.15
storage-infra_hosts:
infra01-cluster1:
ip: 172.29.236.11
log_hosts:
infra01-cluster1:
ip: 172.29.236.11
haproxy_hosts:
infra01-cluster1:
ip: 172.29.236.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment