--- cidr_networks: container: 192.168.10.0/24 storage: 192.168.11.0/24 tunnel: 192.168.13.0/24 used_ips: - 192.168.10.199,192.168.10.254 - 192.168.10.1,192.168.10.15 - 192.168.11.199,192.168.11.254 - 192.168.13.199,192.168.13.254 global_overrides: tunnel_bridge: "br-vxlan" management_bridge: "br-mgmt" internal_lb_vip_address: "192.168.10.250" external_lb_vip_address: "192.168.10.251" provider_networks: - network: container_bridge: "br-mgmt" container_type: "veth" container_interface: "eth1" ip_from_q: "container" type: "raw" group_binds: - all_containers - hosts is_container_address: true is_ssh_address: true - network: container_bridge: "br-vxlan" container_type: "veth" container_interface: "eth2" 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: "eth3" host_bind_override: "ens5" type: "flat" net_name: "flat" group_binds: - neutron_linuxbridge_agent - network: container_bridge: "br-storage" container_type: "veth" container_interface: "eth4" ip_from_q: "storage" type: "raw" group_binds: - glance_api - cinder_api - cinder_volume - nova_compute - ceph-osd _infra_hosts: &infra_hosts infra0: ip: 192.168.10.21 infra1: ip: 192.168.10.19 infra2: ip: 192.168.10.22 _compute_hosts: &compute_hosts compute0: ip: 192.168.10.18 compute1: ip: 192.168.10.17 compute2: ip: 192.168.10.20 _osd_hosts: &osd_hosts osd0: ip: 192.168.10.15 osd1: ip: 192.168.10.14 osd2: ip: 192.168.10.16 ceph-mon_hosts: *infra_hosts ceph-osd_hosts: *osd_hosts compute_hosts: *compute_hosts haproxy_hosts: *infra_hosts identity_hosts: *infra_hosts log_hosts: log0: ip: 192.168.10.13 network_hosts: *infra_hosts os-infra_hosts: *infra_hosts repo-infra_hosts: *infra_hosts shared-infra_hosts: *infra_hosts storage-infra_hosts: *infra_hosts storage_hosts: *infra_hosts