blob: 31d9300cd30bb4ffa9b33501894c36d16c0fe9ce [file] [log] [blame]
Andy Bavier01685f82017-12-21 14:06:54 -07001---
2# Copyright 2017-present Open Networking Foundation
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# ecord-virtual Pod Config
17# Creates a virtual multi-node E-CORD pod
18
19cord_scenario: cord
20cord_profile: ecord
21
22vagrant_up_prereqs:
23 - prereqs-check
24 - ciab-ovs
25
26build_targets:
Zack Williamsea5d3e42018-02-16 09:25:44 -070027 - compute1-up
Andy Bavier01685f82017-12-21 14:06:54 -070028
Zack Williamsea5d3e42018-02-16 09:25:44 -070029# Virtual-specific config of network interfaces, for virtual install in Vagrant
30#
31# platform-install config variables
32# which network interfaces belong to which bond on nodes
33management_net_interfaces:
34 - eth2
35
36fabric_net_interfaces:
37 - eth3
38
39# Bring up alias interfaces for the vsg and public networks, for forwarding
40# traffic in virtual pod
41use_addresspool_vsg: True
42use_addresspool_public: True
43
44# MaaS config variables
Andy Bavier01685f82017-12-21 14:06:54 -070045external_iface: 'eth0'
46fabric_include_names: eth2
47fabric_include_module_types: omit
48fabric_exclude_names: eth0,eth1
49management_include_names: eth1
50management_exclude_names: eth0,eth2
51
52skipTags:
53 - 'set_compute_node_password'
54 - 'switch_support'
55 - 'reboot'
56 - 'interface_config'
57