Comment 2 for bug 1709497

Revision history for this message
admin0 (shashi-eu) wrote :

---
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.99"
  - "172.29.240.1,172.29.240.99"
  - "172.29.244.1,172.29.244.99"
  - "172.29.248.1,172.29.248.99"

global_overrides:
  #
  # The below domain name must resolve to an IP address
  # in the CIDR specified in haproxy_keepalived_external_vip_cidr.
  # If using different protocols (https/http) for the public/internal
  # endpoints the two addresses must be different.
  #
  internal_lb_vip_address: my-int.domain.cloud
  external_lb_vip_address: my.domain.cloud
  tunnel_bridge: "br-vxlan"
  management_bridge: "br-mgmt"
  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: "eth10"
        ip_from_q: "tunnel"
        type: "vxlan"
        range: "100000:999999"
        net_name: "vxlan"
        group_binds:
          - neutron_linuxbridge_agent
    - network:
        container_bridge: "br-net"
        container_type: "veth"
        container_interface: "eth12"
        host_bind_override: "eth12"
        type: "flat"
        net_name: "flat"
        group_binds:
          - neutron_linuxbridge_agent
    - network:
        container_bridge: "br-pub"
        container_type: "veth"
        container_interface: "eth13"
        host_bind_override: "eth13"
        type: "flat"
        net_name: "flat"
        group_binds:
          - neutron_linuxbridge_agent
    - network:
        container_bridge: "br-vlan"
        container_type: "veth"
        container_interface: "eth11"
        type: "vlan"
        range: "1:4090"
        net_name: "vlan"
        group_binds:
          - neutron_linuxbridge_agent
    - network:
        container_bridge: "br-storage"
        container_type: "veth"
        container_interface: "eth2"
        ip_from_q: "storage"
        type: "raw"
        group_binds:
          - glance_api
          - cinder_api
          - cinder_volume
          - nova_compute

sahara-infra_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

trove-infra_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

magnum-infra_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

shared-infra_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

repo-infra_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

haproxy_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

log_hosts:
  v14:
    ip: 172.29.236.14

identity_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

storage-infra_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

image_hosts:
  v11:
    ip: 172.29.236.11
    container_vars:
      limit_container_types: glance
      glance_nfs_client:
        - server: "172.29.244.9"
          remote_path: "/srv/glance"
          local_path: "/var/lib/glance/images"
          type: "nfs"
          options: "_netdev,auto"
  v12:
    ip: 172.29.236.12
    container_vars:
      limit_container_types: glance
      glance_nfs_client:
        - server: "172.29.244.9"
          remote_path: "/srv/glance"
          local_path: "/var/lib/glance/images"
          type: "nfs"
          options: "_netdev,auto"
  v13:
    ip: 172.29.236.13
    container_vars:
      limit_container_types: glance
      glance_nfs_client:
        - server: "172.29.244.9"
          remote_path: "/srv/glance"
          local_path: "/var/lib/glance/images"
          type: "nfs"
          options: "_netdev,auto"

compute-infra_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

orchestration_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

dashboard_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

network_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

metering-infra_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

metering-alarm_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

metrics_hosts:
  v11:
    ip: 172.29.236.11
  v12:
    ip: 172.29.236.12
  v13:
    ip: 172.29.236.13

compute_hosts:
  c7:
    ip: 172.29.236.7
  c8:
    ip: 172.29.236.8

metering-compute_hosts:
  c7:
    ip: 172.29.236.7
  c8:
    ip: 172.29.236.8

storage_hosts:
  v11:
    ip: 172.29.236.11
    container_vars:
      cinder_backends:
        limit_container_types: cinder_volume
        nfs_volume:
          volume_backend_name: NFS
          volume_driver: cinder.volume.drivers.nfs.NfsDriver
          nfs_mount_options: "rsize=65535,wsize=65535,timeo=1200,actimeo=120"
          nfs_shares_config: /etc/cinder/nfs_shares
          shares:
            - ip: "172.29.244.9"
              share: "/srv/cinder"
  v12:
    ip: 172.29.236.12
    container_vars:
      cinder_backends:
        limit_container_types: cinder_volume
        nfs_volume:
          volume_backend_name: NFS
          volume_driver: cinder.volume.drivers.nfs.NfsDriver
          nfs_mount_options: "rsize=65535,wsize=65535,timeo=1200,actimeo=120"
          nfs_shares_config: /etc/cinder/nfs_shares
          shares:
            - ip: "172.29.244.9"
              share: "/srv/cinder"
  v13:
    ip: 172.29.236.13
    container_vars:
      cinder_backends:
        limit_container_types: cinder_volume
        nfs_volume:
          volume_backend_name: NFS
          volume_driver: cinder.volume.drivers.nfs.NfsDriver
          nfs_mount_options: "rsize=65535,wsize=65535,timeo=1200,actimeo=120"
          nfs_shares_config: /etc/cinder/nfs_shares
          shares:
            - ip: "172.29.244.9"
              share: "/srv/cinder"