blob: 7424c2ed9da584eaa94f9936e461f84d4fd4fca8 [file] [log] [blame]
JianHao05c420b2017-09-24 00:53:45 +08001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15
16---
17# mcord-virtual Pod Config
18# Creates a virtual multi-node M-CORD pod, aka "mcord-in-a-box"
19
20cord_scenario: cord
21cord_profile: mcord
22
23vagrant_up_prereqs:
24 - prereqs-check
25 - ciab-ovs
26
27build_targets:
28 - compute1-up
29
30external_iface: 'eth0'
31
32skipTags:
33 - 'set_compute_node_password'
34 - 'switch_support'
35 - 'reboot'
36 - 'interface_config'
37
38# Other old config carried over
39cord_in_a_box: True # what is this for?
40fabric_include_names: eth2
41fabric_include_module_types: omit
42fabric_exclude_names: eth0,eth1
43management_include_names: eth1
44management_exclude_names: eth0,eth2