Zack Williams | 58e4157 | 2017-09-29 07:57:14 -0700 | [diff] [blame] | 1 | --- |
| 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 | |
| 19 | cord_scenario: cord |
| 20 | cord_profile: ecord |
| 21 | |
| 22 | vagrant_up_prereqs: |
| 23 | - prereqs-check |
| 24 | - ciab-ovs |
| 25 | |
| 26 | build_targets: |
| 27 | - compute1-up |
| 28 | |
| 29 | external_iface: 'eth0' |
| 30 | fabric_include_names: eth2 |
| 31 | fabric_include_module_types: omit |
| 32 | fabric_exclude_names: eth0,eth1 |
| 33 | management_include_names: eth1 |
| 34 | management_exclude_names: eth0,eth2 |
| 35 | |
| 36 | skipTags: |
| 37 | - 'set_compute_node_password' |
| 38 | - 'switch_support' |
| 39 | - 'reboot' |
| 40 | - 'interface_config' |
| 41 | |