Zack Williams | 9862e96 | 2018-02-16 09:22:14 -0700 | [diff] [blame] | 1 | --- |
Andy Bavier | e6478b2 | 2017-12-21 13:17:56 -0700 | [diff] [blame] | 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 | |
Zack Williams | 9862e96 | 2018-02-16 09:22:14 -0700 | [diff] [blame] | 16 | # mcord-cavium-virtual Pod Config |
Andy Bavier | e6478b2 | 2017-12-21 13:17:56 -0700 | [diff] [blame] | 17 | # Creates a virtual multi-node M-CORD pod, aka "mcord-in-a-box" |
| 18 | |
| 19 | cord_scenario: cord |
| 20 | cord_profile: mcord-cavium |
| 21 | |
Andy Bavier | d031f98 | 2018-01-25 06:58:15 -0800 | [diff] [blame] | 22 | compute_vm_mem: 65536 |
Andy Bavier | e6478b2 | 2017-12-21 13:17:56 -0700 | [diff] [blame] | 23 | |
| 24 | vagrant_up_prereqs: |
| 25 | - prereqs-check |
| 26 | - ciab-ovs |
| 27 | |
| 28 | build_targets: |
Zack Williams | 9862e96 | 2018-02-16 09:22:14 -0700 | [diff] [blame] | 29 | - compute1-up |
Andy Bavier | e6478b2 | 2017-12-21 13:17:56 -0700 | [diff] [blame] | 30 | |
Zack Williams | 9862e96 | 2018-02-16 09:22:14 -0700 | [diff] [blame] | 31 | # Virtual-specific config of network interfaces, for virtual install in Vagrant |
| 32 | # |
| 33 | # platform-install config variables |
| 34 | # which network interfaces belong to which bond on nodes |
| 35 | management_net_interfaces: |
| 36 | - eth2 |
| 37 | |
| 38 | fabric_net_interfaces: |
| 39 | - eth3 |
| 40 | |
| 41 | # Bring up alias interfaces for the vsg and public networks, for forwarding |
| 42 | # traffic in virtual pod |
| 43 | use_addresspool_vsg: True |
| 44 | use_addresspool_public: True |
| 45 | |
| 46 | # MaaS config variables |
Andy Bavier | e6478b2 | 2017-12-21 13:17:56 -0700 | [diff] [blame] | 47 | external_iface: 'eth0' |
| 48 | |
| 49 | skipTags: |
| 50 | - 'set_compute_node_password' |
| 51 | - 'switch_support' |
| 52 | - 'reboot' |
| 53 | - 'interface_config' |
| 54 | |
| 55 | # Other old config carried over |
| 56 | cord_in_a_box: True # what is this for? |
| 57 | fabric_include_names: eth2 |
| 58 | fabric_include_module_types: omit |
| 59 | fabric_exclude_names: eth0,eth1 |
| 60 | management_include_names: eth1 |
| 61 | management_exclude_names: eth0,eth2 |