Skip to content

Instantly share code, notes, and snippets.

@major
Last active September 6, 2017 19:19
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/adfdc78bc1da1c9602558c5eb693b1e7 to your computer and use it in GitHub Desktop.
Save major/adfdc78bc1da1c9602558c5eb693b1e7 to your computer and use it in GitHub Desktop.
---
cidr_networks:
container: 172.29.236.0/22
tunnel: 172.29.240.0/22
used_ips:
- 172.29.236.1,172.29.236.100
- 172.29.240.1,172.29.240.100
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
shared-infra_hosts:
helium:
ip: 192.168.250.31
neon:
ip: 192.168.250.41
argon:
ip: 192.168.250.51
repo-infra_hosts:
neon:
ip: 192.168.250.41
argon:
ip: 192.168.250.51
os-infra_hosts:
neon:
ip: 192.168.250.41
argon:
ip: 192.168.250.51
affinity:
glance_container: 0
identity_hosts:
neon:
ip: 192.168.250.41
argon:
ip: 192.168.250.51
network_hosts:
neon:
ip: 192.168.250.41
argon:
ip: 192.168.250.51
haproxy_hosts:
neon:
ip: 192.168.250.41
argon:
ip: 192.168.250.51
compute_hosts:
hydrogen:
ip: 192.168.250.21
helium:
ip: 192.168.250.31
neon:
ip: 192.168.250.41
argon:
ip: 192.168.250.51
log_hosts:
hydrogen:
ip: 192.168.250.21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment