blob: cf4856a8ab228c672284c93a22b24de3882fb524 [file] [log] [blame]
Andy Bavierc7450fa2017-10-24 16:54:15 -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
17---
18# base-virtual Pod Config
19# Creates a virtual multi-node CORD pod
20
21cord_scenario: cord
22cord_profile: base-cord
23
24vagrant_up_prereqs:
25 - prereqs-check
26 - ciab-ovs
27
28build_targets:
29 - compute1-up
30
31external_iface: 'eth0'
32
33skipTags:
34 - 'set_compute_node_password'
35 - 'switch_support'
36 - 'reboot'
37 - 'interface_config'
38
39# Other old config carried over
40cord_in_a_box: True # what is this for?
41fabric_include_names: eth2
42fabric_include_module_types: omit
43fabric_exclude_names: eth0,eth1
44management_include_names: eth1
45management_exclude_names: eth0,eth2