From: Manuel Buil Date: Tue, 21 Aug 2018 08:04:18 +0000 (+0200) Subject: Add more info to neutron_provider_networks X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F61159%2F1;p=releng-xci-scenarios.git Add more info to neutron_provider_networks 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 --- diff --git a/scenarios/os-nosdn-nofeature/role/os-nosdn-nofeature/files/user_variables_os-nosdn-nofeature.yml b/scenarios/os-nosdn-nofeature/role/os-nosdn-nofeature/files/user_variables_os-nosdn-nofeature.yml index 2f67854..fc15742 100644 --- a/scenarios/os-nosdn-nofeature/role/os-nosdn-nofeature/files/user_variables_os-nosdn-nofeature.yml +++ b/scenarios/os-nosdn-nofeature/role/os-nosdn-nofeature/files/user_variables_os-nosdn-nofeature.yml @@ -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 +