blob: bf826f0d65a3ee2ae54a7914b620f17c8f545f62 [file] [log] [blame]
Matteo Scandolo60b640f2017-08-08 13:05:22 -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
Zack Williamsce63eb02017-02-28 10:46:22 -070017---
18# rcord-virtual Pod Config
19# Creates a virtual multi-node R-CORD pod, aka "rcord-in-a-box"
20
21cord_scenario: cord
22cord_profile: rcord
23
gopinath3556a872017-08-25 18:02:12 -070024vagrant_up_prereqs:
25 - prereqs-check
Jonathan Harta41bca52017-09-13 16:07:24 -070026 - 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