blob: 20b02c3c03052b1990f299baddbab7fa83195933 [file] [log] [blame]
Andy Bavier2eb3cac2017-11-17 08:52:31 -07001# 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
Andy Bavier5e625442017-11-29 13:42:37 -070021cord_profile: mcord-ng40
22
23compute_vm_mem: 32768
Andy Bavier2eb3cac2017-11-17 08:52:31 -070024
25vagrant_up_prereqs:
26 - prereqs-check
27 - ciab-ovs
28
29build_targets:
30 - compute1-up
31
32external_iface: 'eth0'
33
34skipTags:
35 - 'set_compute_node_password'
36 - 'switch_support'
37 - 'reboot'
38 - 'interface_config'
39
40# Other old config carried over
41cord_in_a_box: True # what is this for?
42fabric_include_names: eth2
43fabric_include_module_types: omit
44fabric_exclude_names: eth0,eth1
45management_include_names: eth1
46management_exclude_names: eth0,eth2