[Openstack-operators] openstack-annsible networking layout before running playbooks

Jawad Ahmed ahm.jawad118 at gmail.com
Thu Nov 22 10:03:54 UTC 2018


Hi all,
I am deploying openstack-ansible in test environment where I need to use
br-mgmt bridge for both storage and management traffic (same bridge for
both) so that container interfaces eth1 and eth2 will connect to br-mgmt
for mgmt and storage traffic at same time.Does it make sense if I ll setup
provider networks openstack_user_config.yml as below?

 tunnel_bridge: "br-vxlan" //separate bridge for vxlan though
  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-mgmt"
        container_type: "veth"
        container_interface: "eth2"
        ip_from_q: "storage"
        type: "raw"
        group_binds:
          - glance_api
          - cinder_api
          - cinder_volume
          - nova_compute

Help would be appreciated.

-- 
Greetings,
Jawad Ahmed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-discuss/attachments/20181122/9cbbe106/attachment.html>
-------------- next part --------------
_______________________________________________
OpenStack-operators mailing list
OpenStack-operators at lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


More information about the openstack-discuss mailing list