Skip to content

Instantly share code, notes, and snippets.

@a1git
Created October 20, 2016 23: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/af22cce0d39e389d689835e4a0d6aa4c to your computer and use it in GitHub Desktop.
Save a1git/af22cce0d39e389d689835e4a0d6aa4c 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.100"
- "172.29.240.1,172.29.240.100"
- "172.29.244.1,172.29.244.100"
global_overrides:
internal_lb_vip_address: cloud101int.stack31.com
external_lb_vip_address: cloud101.stack31.com
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
- cinder_volume
- nova_compute
# Uncomment the next line if using swift with a storage network.
# - swift_proxy
type: "raw"
container_bridge: "br-storage"
container_type: "veth"
container_interface: "eth2"
container_mtu: "9000"
ip_from_q: "storage"
- network:
group_binds:
- neutron_linuxbridge_agent
container_bridge: "br-vxlan"
container_type: "veth"
container_interface: "eth10"
container_mtu: "9000"
ip_from_q: "tunnel"
type: "vxlan"
range: "10000:100000"
net_name: "vxlan"
- network:
group_binds:
- neutron_linuxbridge_agent
container_bridge: "br-vlan"
container_type: "veth"
container_interface: "eth11"
type: "vlan"
range: "101:501"
net_name: "vlan"
- network:
group_binds:
- neutron_linuxbridge_agent
container_bridge: "br-vlan"
container_type: "veth"
container_interface: "eth12"
host_bind_override: "ens2"
type: "flat"
net_name: "flat"
shared-infra_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
repo-infra_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
os-infra_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
identity_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
network_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
compute_hosts:
c23:
ip: 172.29.236.23
storage-infra_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
storage_hosts:
c13:
ip: 172.29.236.13
log_hosts:
c13:
ip: 172.29.236.13
haproxy_hosts:
c14:
ip: 172.29.236.14
c15:
ip: 172.29.236.15
c16:
ip: 172.29.236.16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment