blob: ecf5b2ec4fabbf1b9f81d833eb35137e6719e326 [file] [log] [blame]
Zack Williams7f3cfd42017-09-29 07:57:14 -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# ecord-virtual Pod Config
17# Creates a virtual multi-node E-CORD pod
18
19cord_scenario: cord
20cord_profile: ecord
21
22vagrant_up_prereqs:
23 - prereqs-check
24 - ciab-ovs
25
26build_targets:
27 - compute1-up
28
29external_iface: 'eth0'
30fabric_include_names: eth2
31fabric_include_module_types: omit
32fabric_exclude_names: eth0,eth1
33management_include_names: eth1
34management_exclude_names: eth0,eth2
35
36skipTags:
37 - 'set_compute_node_password'
38 - 'switch_support'
39 - 'reboot'
40 - 'interface_config'
41