Move generic scenarios into scenarios folder for alignment
[releng-xci-scenarios.git] / scenarios / os-nosdn-nofeature / role / os-nosdn-nofeature / files / user_variables_os-nosdn-nofeature.yml
1 ---
2 # Copyright (c) 2017 Ericsson AB and others.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 # ##
17 # ## This file contains commonly used overrides for convenience. Please inspect
18 # ## the defaults for each role to find additional override options.
19 # ##
20
21 # Ensure the openvswitch kernel module is loaded
22 openstack_host_specific_kernel_modules:
23   - name: "openvswitch"
24     pattern: "CONFIG_OPENVSWITCH"
25     group: "network_hosts"
26
27 # neutron specific config
28 neutron_plugin_type: ml2.ovs
29
30 neutron_ml2_drivers_type: "flat,vlan,vxlan"
31
32 neutron_provider_networks:
33   network_flat_networks: "*"
34   network_types: "vxlan"
35   network_vxlan_ranges: "1:1000"