Skip to content

Instantly share code, notes, and snippets.

@busterswt
Created May 11, 2016 22:40
Show Gist options
  • Save busterswt/54311ad7d1e298d22d0f0cc4c98be407 to your computer and use it in GitHub Desktop.
Save busterswt/54311ad7d1e298d22d0f0cc4c98be407 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: 10.240.0.10
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_linuxbridge_agent
container_bridge: "br-vxlan"
container_type: "veth"
container_interface: "eth10"
ip_from_q: "tunnel"
type: "vxlan"
range: "1:1000"
net_name: "vxlan"
- network:
group_binds:
- neutron_linuxbridge_agent
container_bridge: "br-vlan"
container_type: "veth"
container_interface: "eth11"
type: "vlan"
range: "45:55"
net_name: "vlan"
shared-infra_hosts:
infra01:
ip: 172.29.236.11
infra02:
ip: 172.29.236.12
infra03:
ip: 172.29.236.13
repo-infra_hosts:
infra01:
ip: 172.29.236.11
infra02:
ip: 172.29.236.12
infra03:
ip: 172.29.236.13
os-infra_hosts:
infra01:
ip: 172.29.236.11
infra02:
ip: 172.29.236.12
infra03:
ip: 172.29.236.13
identity_hosts:
infra01:
ip: 172.29.236.11
infra02:
ip: 172.29.236.12
infra03:
ip: 172.29.236.13
network_hosts:
infra01:
ip: 172.29.236.11
infra02:
ip: 172.29.236.12
infra03:
ip: 172.29.236.13
compute_hosts:
compute01:
ip: 172.29.236.14
compute02:
ip: 172.29.236.15
storage-infra_hosts:
infra01:
ip: 172.29.236.11
infra02:
ip: 172.29.236.12
infra03:
ip: 172.29.236.13
log_hosts:
infra03:
ip: 172.29.236.13
haproxy_hosts:
infra01:
ip: 172.29.236.11
storage_hosts:
cinder01:
ip: 172.29.236.21
container_vars:
cinder_backends:
lvm:
volume_backend_name: LVM_iSCSI
volume_driver: cinder.volume.drivers.lvm.LVMVolumeDriver
volume_group: cinder01-vg
iscsi_ip_address: "{{ storage_address }}"
limit_container_types: cinder_volume
cinder02:
ip: 172.29.236.22
container_vars:
cinder_backends:
lvm:
volume_backend_name: LVM_iSCSI
volume_driver: cinder.volume.drivers.lvm.LVMVolumeDriver
volume_group: cinder02-vg
iscsi_ip_address: "{{ storage_address }}"
limit_container_types: cinder_volume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment