From c55a37e2064e4f48119ea4940c9d77526af63047 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Tue, 21 Aug 2018 10:04:18 +0200 Subject: 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 --- .../os-nosdn-nofeature/files/user_variables_os-nosdn-nofeature.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scenarios/os-nosdn-nofeature') 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 + -- cgit 1.2.3-korg