Add more info to neutron_provider_networks 59/61159/1
authorManuel Buil <mbuil@suse.com>
Tue, 21 Aug 2018 08:04:18 +0000 (10:04 +0200)
committerManuel Buil <mbuil@suse.com>
Tue, 21 Aug 2018 08:05:52 +0000 (10:05 +0200)
If we want to have connectivity to the flat provider network in
openstack, we need this parameters

https://docs.openstack.org/openstack-ansible-os_neutron/latest/app-openvswitch.html

Change-Id: I2c747011428b87252134b9f08a9ed820110dbe68
Signed-off-by: Manuel Buil <mbuil@suse.com>
scenarios/os-nosdn-nofeature/role/os-nosdn-nofeature/files/user_variables_os-nosdn-nofeature.yml

index 2f67854..fc15742 100644 (file)
@@ -32,4 +32,7 @@ neutron_ml2_drivers_type: "flat,vlan,vxlan"
 neutron_provider_networks:
   network_flat_networks: "*"
   network_types: "vxlan"
-  network_vxlan_ranges: "1:1000"
\ No newline at end of file
+  network_vxlan_ranges: "1:1000"
+  network_mappings: "flat:br-ex"
+  network_interface: eth12
+