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' |
Zack Williams | 31fbc6b | 2017-04-21 22:04:44 -0700 | [diff] [blame] | 23 | credentials_dir: '/opt/credentials' |
| 24 | pki_dir: '/opt/pki' |
| 25 | ssh_pki_dir: '/opt/ssh_pki' |
Zack Williams | e29c7d8 | 2017-02-10 16:36:02 -0700 | [diff] [blame] | 26 | |
David Bainbridge | d5af474 | 2016-05-27 17:22:38 +0000 | [diff] [blame] | 27 | # Specifies tasks within the head node provisioning not to execute, including: |
| 28 | # |
David K. Bainbridge | d506aa6 | 2016-06-22 16:06:39 -0700 | [diff] [blame] | 29 | # 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] | 30 | # switches in this configuration |
| 31 | # interface_config - don't update the network configuration of the headnode |
| 32 | # as it is configured by vagrant to the proper settings |
| 33 | skipTags: |
| 34 | - 'switch_support' |
David K. Bainbridge | 6f2cbe7 | 2016-08-19 15:48:07 -0700 | [diff] [blame] | 35 | - 'reboot' |
David Bainbridge | d5af474 | 2016-05-27 17:22:38 +0000 | [diff] [blame] | 36 | - 'interface_config' |
| 37 | |
David K. Bainbridge | 6f2cbe7 | 2016-08-19 15:48:07 -0700 | [diff] [blame] | 38 | fabric_ip: '10.1.1.1/24' |
David K. Bainbridge | d506aa6 | 2016-06-22 16:06:39 -0700 | [diff] [blame] | 39 | management_ip: '10.1.0.1/24' |
David K. Bainbridge | d506aa6 | 2016-06-22 16:06:39 -0700 | [diff] [blame] | 40 | external_iface: 'eth0' |
| 41 | management_network: '10.1.0.0/24' |
| 42 | |
David Bainbridge | d5af474 | 2016-05-27 17:22:38 +0000 | [diff] [blame] | 43 | # Specifies the extra settings required for this configuration |
| 44 | # |
| 45 | # virtualbox_support - install support for managing virtual box based |
| 46 | # compute nodes |
David K. Bainbridge | d506aa6 | 2016-06-22 16:06:39 -0700 | [diff] [blame] | 47 | virtualbox_support: 1 |
| 48 | power_helper_user: 'cord' |
| 49 | |
| 50 | docker: |
| 51 | imageVersion: candidate |