# Pastebin kS7dfK8y cidr_networks: container: 172.17.221.0/24 tunnel: 172.17.222.0/24 storage: 172.17.223.128/25 log: 172.17.26.0/24 api: 172.17.27.0/24 used_ips: - "172.17.221.1,172.17.221.50" # Reseverved for Management Compute/Controller - "172.17.222.1,172.17.222.50" # Reseverved for Tunnel Compute/Controller - "172.17.223.129,172.17.223.160" # Reseverved for Ceph - "172.17.26.1,172.17.26.50" # Reseverved for log Compute/Controller - "172.17.27.1,172.17.27.10" # Reseverved for api Compute/Controller global_overrides: internal_lb_vip_address: 172.17.221.10 external_lb_vip_address: openstack.stage.abramad.com 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: - all_containers - hosts type: raw container_bridge: br-api container_interface: eth7 container_type: veth ip_from_q: api - network: group_binds: - all_containers - hosts type: raw container_bridge: br-log container_interface: eth5 container_type: veth ip_from_q: log _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 network-gateway_hosts: compute01: ip: 172.17.221.21 compute03: ip: 172.17.221.23 # Probably net nodes network_hosts: *controller_hosts ### Cinder2Ceph ### storage_hosts: *controller_hosts