blob: 926c266737f8543b26a09b337ad9abfecbff36a5 [file] [log] [blame]
Zack Williamse64cf2a2018-02-14 10:41:10 -07001---
Andy Bavier3ade4a52017-12-20 10:40:16 -07002# 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
Andy Bavier3ade4a52017-12-20 10:40:16 -070016# rcord-virtual Pod Config
17# Creates a virtual multi-node R-CORD pod, aka "rcord-in-a-box"
18
19cord_scenario: cord
20cord_profile: rcord
21
22vagrant_up_prereqs:
23 - prereqs-check
24 - ciab-ovs
25
26build_targets:
Zack Williamse64cf2a2018-02-14 10:41:10 -070027 - compute1-up
Andy Bavier3ade4a52017-12-20 10:40:16 -070028
Zack Williamse64cf2a2018-02-14 10:41:10 -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 Bavier3ade4a52017-12-20 10:40:16 -070045external_iface: 'eth0'
46
47skipTags:
48 - 'set_compute_node_password'
49 - 'switch_support'
50 - 'reboot'
51 - 'interface_config'
52
53# Other old config carried over
Zack Williamse64cf2a2018-02-14 10:41:10 -070054cord_in_a_box: True # what is this for?
Andy Bavier3ade4a52017-12-20 10:40:16 -070055fabric_include_names: eth2
56fabric_include_module_types: omit
57fabric_exclude_names: eth0,eth1
58management_include_names: eth1
Zack Williamse64cf2a2018-02-14 10:41:10 -070059management_exclude_names: eth0,eth2