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 | |
Zsolt Haraszti | ec7df10 | 2016-05-05 13:34:18 -0700 | [diff] [blame] | 8 | seedServer: |
David K. Bainbridge | 1f3b241 | 2016-06-16 18:09:46 -0700 | [diff] [blame] | 9 | ip: '10.100.198.201' |
Zsolt Haraszti | ec7df10 | 2016-05-05 13:34:18 -0700 | [diff] [blame] | 10 | |
David Bainbridge | d5af474 | 2016-05-27 17:22:38 +0000 | [diff] [blame] | 11 | # User name and password used by Ansible to connect to the host for remote |
| 12 | # provisioning |
| 13 | user: 'vagrant' |
| 14 | password: 'vagrant' |
| 15 | |
| 16 | # Specifies tasks within the head node provisioning not to execute, including: |
| 17 | # |
David K. Bainbridge | d506aa6 | 2016-06-22 16:06:39 -0700 | [diff] [blame] | 18 | # 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] | 19 | # switches in this configuration |
| 20 | # interface_config - don't update the network configuration of the headnode |
| 21 | # as it is configured by vagrant to the proper settings |
| 22 | skipTags: |
| 23 | - 'switch_support' |
David K. Bainbridge | 6f2cbe7 | 2016-08-19 15:48:07 -0700 | [diff] [blame] | 24 | - 'reboot' |
David Bainbridge | d5af474 | 2016-05-27 17:22:38 +0000 | [diff] [blame] | 25 | - 'interface_config' |
| 26 | |
David K. Bainbridge | 6f2cbe7 | 2016-08-19 15:48:07 -0700 | [diff] [blame] | 27 | fabric_ip: '10.1.1.1/24' |
David K. Bainbridge | d506aa6 | 2016-06-22 16:06:39 -0700 | [diff] [blame] | 28 | management_ip: '10.1.0.1/24' |
David K. Bainbridge | d506aa6 | 2016-06-22 16:06:39 -0700 | [diff] [blame] | 29 | external_iface: 'eth0' |
| 30 | management_network: '10.1.0.0/24' |
| 31 | |
David Bainbridge | d5af474 | 2016-05-27 17:22:38 +0000 | [diff] [blame] | 32 | # Specifies the extra settings required for this configuration |
| 33 | # |
| 34 | # virtualbox_support - install support for managing virtual box based |
| 35 | # compute nodes |
David K. Bainbridge | d506aa6 | 2016-06-22 16:06:39 -0700 | [diff] [blame] | 36 | virtualbox_support: 1 |
| 37 | power_helper_user: 'cord' |
| 38 | |
| 39 | docker: |
| 40 | imageVersion: candidate |