JianHao | b4fe3a8 | 2017-09-24 00:53:45 +0800 | [diff] [blame] | 1 | # 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 | |
| 20 | cord_scenario: cord |
| 21 | cord_profile: mcord |
| 22 | |
| 23 | vagrant_up_prereqs: |
| 24 | - prereqs-check |
| 25 | - ciab-ovs |
| 26 | |
| 27 | build_targets: |
| 28 | - compute1-up |
| 29 | |
| 30 | external_iface: 'eth0' |
| 31 | |
| 32 | skipTags: |
| 33 | - 'set_compute_node_password' |
| 34 | - 'switch_support' |
| 35 | - 'reboot' |
| 36 | - 'interface_config' |
| 37 | |
| 38 | # Other old config carried over |
| 39 | cord_in_a_box: True # what is this for? |
| 40 | fabric_include_names: eth2 |
| 41 | fabric_include_module_types: omit |
| 42 | fabric_exclude_names: eth0,eth1 |
| 43 | management_include_names: eth1 |
| 44 | management_exclude_names: eth0,eth2 |