Clean up opnfv ansible vars and switch to lowercase
[releng-xci-scenarios.git] / os-odl-nofeature / role / os-odl-nofeature / files / user_variables_os-odl-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 # Use OpenDaylight SDN Controller
28 neutron_plugin_type: "ml2.opendaylight"
29 neutron_opendaylight_conf_ini_overrides:
30   ml2_odl:
31     username: "admin"
32     password: "admin"
33     port_binding_controller: "pseudo-agentdb-binding"
34     url: "http://{{ internal_lb_vip_address }}:8180/controller/nb/v2/neutron"
35
36 neutron_ml2_drivers_type: "flat,vlan,vxlan"
37
38 neutron_plugin_base:
39   - odl-router_v2