# Pastebin PBh5ZmEI --- cidr_networks: container: 172.17.221.0/24 tunnel: 172.17.222.0/24 storage: 172.17.223.128/25 # log: 172.17.223.16/28 used_ips: - "172.17.221.1,172.17.221.50" - "172.17.221.120,172.17.221.254" - "172.17.222.1,172.17.222.50" - "172.17.223.129,172.17.223.160" - "172.17.223.200,172.17.223.254" global_overrides: internal_lb_vip_address: 172.17.221.10 external_lb_vip_address: ace.abramad.com #172.17.223.34 management_bridge: br-mgmt no_containers: false 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 - network: group_binds: - glance_api - cinder_api - cinder_volume - nova_compute #- manila_share #- swift_proxy type: raw container_bridge: br-storage container_type: veth container_interface: eth2 ip_from_q: storage - network: group_binds: - neutron_ovn_controller container_bridge: br-vxlan container_type: veth container_interface: eth10 ip_from_q: tunnel type: geneve range: 1:1000 net_name: geneve - network: group_binds: - neutron_ovn_gateway container_bridge: br-provider container_type: veth network_interface: eno3 type: vlan range: 1:4094 net_name: provider - network: group_binds: - neutron_ovn_gateway container_bridge: br-provider container_type: veth type: flat net_name: provider _infrastructure_hosts: &controller_hosts infra01: ip: 172.17.221.11 infra02: ip: 172.17.221.12 infra03: ip: 172.17.221.13 # nova hypervisors compute_hosts: &compute_hosts compute01: ip: 172.17.221.21 compute02: ip: 172.17.221.22 compute03: ip: 172.17.221.23 ### ### Infrastructure ### # galera, memcache, rabbitmq, utility shared-infra_hosts: *controller_hosts # repository (apt cache, python packages, etc) repo-infra_hosts: *controller_hosts # load balancer haproxy_hosts: *controller_hosts ### ### OpenStack ### # keystone identity_hosts: *controller_hosts # cinder api services storage-infra_hosts: *controller_hosts ### Glance2Ceph ### image_hosts: *controller_hosts # placement placement-infra_hosts: *controller_hosts # nova api, conductor, etc services compute-infra_hosts: *controller_hosts # heat orchestration_hosts: *controller_hosts # horizon dashboard_hosts: *controller_hosts # neutron api network-infra_hosts: *controller_hosts # OVN northd group network-northd_hosts: *controller_hosts # OVN gateway network-gateway_hosts: *compute_hosts # Probably net nodes network_hosts: *controller_hosts ### Cinder2Ceph ### storage_hosts: *controller_hosts