{"body":"cidr_networks:\r\n  container: 172.17.221.0/24\r\n  tunnel: 172.17.222.0/24\r\n  storage: 172.17.223.128/25\r\n  log: 172.17.26.0/24\r\n  api: 172.17.27.0/24\r\n\r\nused_ips:\r\n  - \"172.17.221.1,172.17.221.50\"    # Reseverved for Management Compute/Controller\r\n  - \"172.17.222.1,172.17.222.50\"    # Reseverved for Tunnel Compute/Controller\r\n  - \"172.17.223.129,172.17.223.160\" # Reseverved for Ceph\r\n  - \"172.17.26.1,172.17.26.50\"      # Reseverved for log Compute/Controller\r\n  - \"172.17.27.1,172.17.27.10\"      # Reseverved for api Compute/Controller\r\n\r\nglobal_overrides:\r\n  internal_lb_vip_address: 172.17.221.10\r\n  external_lb_vip_address: openstack.stage.abramad.com\r\n  management_bridge: br-mgmt\r\n  no_containers: false\r\n  provider_networks:\r\n    - network:\r\n        group_binds:\r\n          - all_containers\r\n          - hosts\r\n        type: raw\r\n        container_bridge: br-mgmt\r\n        container_interface: eth1\r\n        container_type: veth\r\n        ip_from_q: container\r\n        is_container_address: true\r\n    - network:\r\n        group_binds:\r\n          - glance_api\r\n          - cinder_api\r\n          - cinder_volume\r\n          - nova_compute\r\n          #- manila_share\r\n          #- swift_proxy\r\n        type: raw\r\n        container_bridge: br-storage\r\n        container_type: veth\r\n        container_interface: eth2\r\n        ip_from_q: storage\r\n    - network:\r\n        group_binds:\r\n          - neutron_ovn_controller\r\n        container_bridge: br-vxlan\r\n        container_type: veth\r\n        container_interface: eth10\r\n        ip_from_q: tunnel\r\n        type: geneve\r\n        range: 1:1000\r\n        net_name: geneve\r\n    - network:\r\n        group_binds:\r\n          - neutron_ovn_gateway\r\n        container_bridge: br-provider\r\n        container_type: veth\r\n        network_interface: eno3\r\n        type: vlan\r\n        range: 1:4094\r\n        net_name: provider\r\n    - network:\r\n        group_binds:\r\n          - all_containers\r\n          - hosts\r\n        type: raw\r\n        container_bridge: br-api\r\n        container_interface: eth7\r\n        container_type: veth\r\n        ip_from_q: api\r\n    - network:\r\n        group_binds:\r\n          - all_containers\r\n          - hosts\r\n        type: raw\r\n        container_bridge: br-log\r\n        container_interface: eth5\r\n        container_type: veth\r\n        ip_from_q: log\r\n\r\n\r\n\r\n_infrastructure_hosts: &controller_hosts\r\n  infra01:\r\n    ip: 172.17.221.11\r\n  infra02:\r\n    ip: 172.17.221.12\r\n  infra03:\r\n    ip: 172.17.221.13\r\n# nova hypervisors\r\ncompute_hosts: &compute_hosts\r\n  compute01:\r\n    ip: 172.17.221.21\r\n  compute02:\r\n    ip: 172.17.221.22\r\n  compute03:\r\n    ip: 172.17.221.23\r\n\r\n###\r\n### Infrastructure\r\n###\r\n\r\n# galera, memcache, rabbitmq, utility\r\nshared-infra_hosts: *controller_hosts\r\n\r\n# repository (apt cache, python packages, etc)\r\nrepo-infra_hosts: *controller_hosts\r\n\r\n# load balancer\r\nhaproxy_hosts: *controller_hosts\r\n\r\n###\r\n### OpenStack\r\n###\r\n# keystone\r\nidentity_hosts: *controller_hosts\r\n\r\n# cinder api services\r\nstorage-infra_hosts: *controller_hosts\r\n\r\n### Glance2Ceph ###\r\nimage_hosts: *controller_hosts\r\n\r\n# placement\r\nplacement-infra_hosts: *controller_hosts\r\n\r\n# nova api, conductor, etc services\r\ncompute-infra_hosts: *controller_hosts\r\n\r\n# heat\r\norchestration_hosts: *controller_hosts\r\n\r\n# horizon\r\ndashboard_hosts: *controller_hosts\r\n\r\n# neutron api\r\nnetwork-infra_hosts: *controller_hosts\r\n\r\n# OVN northd group\r\nnetwork-northd_hosts: *controller_hosts\r\n\r\n# OVN gateway\r\n#network-gateway_hosts: *compute_hosts\r\nnetwork-gateway_hosts:\r\n  compute01:\r\n    ip: 172.17.221.21\r\n  compute03:\r\n    ip: 172.17.221.23\r\n# Probably net nodes\r\nnetwork_hosts: *controller_hosts\r\n\r\n### Cinder2Ceph ###\r\nstorage_hosts: *controller_hosts\r\n\r\n","name":"","extension":"yaml","url":"https://www.irccloud.com/pastebin/kS7dfK8y","modified":1692797852,"id":"kS7dfK8y","size":3704,"lines":155,"own_paste":false,"theme":"","date":1692797622}