David Bainbridge | d5af474 | 2016-05-27 17:22:38 +0000 | [diff] [blame] | 1 | # Deployment configuration for VirtualBox based head node. |
| 2 | # |
| 3 | # This deployment configuration can be utilized with the head node created |
| 4 | # via `vargrant up headnode` from the gerrit.opencord.org/maas repository. |
Zsolt Haraszti | ec7df10 | 2016-05-05 13:34:18 -0700 | [diff] [blame] | 5 | --- |
David K. Bainbridge | 6f2cbe7 | 2016-08-19 15:48:07 -0700 | [diff] [blame] | 6 | debug: false |
| 7 | |
Zack Williams | 0620c93 | 2017-01-25 14:36:31 -0700 | [diff] [blame] | 8 | # this is used to generate the genconfig/cord-inv file |
| 9 | headnode: |
David K. Bainbridge | 1f3b241 | 2016-06-16 18:09:46 -0700 | [diff] [blame] | 10 | ip: '10.100.198.201' |
Zack Williams | 932646a | 2017-01-26 11:08:56 -0700 | [diff] [blame] | 11 | ansible_user: 'vagrant' |
| 12 | ansible_ssh_pass: 'vagrant' |
| 13 | ansible_ssh_port: 22 |
David Bainbridge | d5af474 | 2016-05-27 17:22:38 +0000 | [diff] [blame] | 14 | |
Zack Williams | 0620c93 | 2017-01-25 14:36:31 -0700 | [diff] [blame] | 15 | common: |
| 16 | |
Zack Williams | e29c7d8 | 2017-02-10 16:36:02 -0700 | [diff] [blame] | 17 | # set to the profile of cord you want to install |
| 18 | cord_profile: 'rcord' |
| 19 | |
| 20 | # directories on the head node that the cord dir is copied to, and profile is created in |
| 21 | cord_dir: '/opt/cord' |
| 22 | cord_profile_dir: '/opt/cord_profile' |
| 23 | |
David Bainbridge | d5af474 | 2016-05-27 17:22:38 +0000 | [diff] [blame] | 24 | # Specifies tasks within the head node provisioning not to execute, including: |
| 25 | # |
David K. Bainbridge | d506aa6 | 2016-06-22 16:06:39 -0700 | [diff] [blame] | 26 | # switch_support - don't download the switch ONL images as there are no |
David Bainbridge | d5af474 | 2016-05-27 17:22:38 +0000 | [diff] [blame] | 27 | # switches in this configuration |
| 28 | # interface_config - don't update the network configuration of the headnode |
| 29 | # as it is configured by vagrant to the proper settings |
| 30 | skipTags: |
| 31 | - 'switch_support' |
David K. Bainbridge | 6f2cbe7 | 2016-08-19 15:48:07 -0700 | [diff] [blame] | 32 | - 'reboot' |
David Bainbridge | d5af474 | 2016-05-27 17:22:38 +0000 | [diff] [blame] | 33 | - 'interface_config' |
| 34 | |
David K. Bainbridge | 6f2cbe7 | 2016-08-19 15:48:07 -0700 | [diff] [blame] | 35 | fabric_ip: '10.1.1.1/24' |
David K. Bainbridge | d506aa6 | 2016-06-22 16:06:39 -0700 | [diff] [blame] | 36 | management_ip: '10.1.0.1/24' |
David K. Bainbridge | d506aa6 | 2016-06-22 16:06:39 -0700 | [diff] [blame] | 37 | external_iface: 'eth0' |
| 38 | management_network: '10.1.0.0/24' |
| 39 | |
David Bainbridge | d5af474 | 2016-05-27 17:22:38 +0000 | [diff] [blame] | 40 | # Specifies the extra settings required for this configuration |
| 41 | # |
| 42 | # virtualbox_support - install support for managing virtual box based |
| 43 | # compute nodes |
David K. Bainbridge | d506aa6 | 2016-06-22 16:06:39 -0700 | [diff] [blame] | 44 | virtualbox_support: 1 |
| 45 | power_helper_user: 'cord' |
| 46 | |
| 47 | docker: |
| 48 | imageVersion: candidate |