A R Karthick | 6d98a59 | 2016-08-24 15:16:46 -0700 | [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. |
| 5 | --- |
| 6 | seedServer: |
| 7 | ip: '10.100.198.201' |
| 8 | |
| 9 | # User name and password used by Ansible to connect to the host for remote |
| 10 | # provisioning |
| 11 | user: 'vagrant' |
| 12 | password: 'vagrant' |
| 13 | |
| 14 | # Specifies tasks within the head node provisioning not to execute, including: |
| 15 | # |
| 16 | # switch_support - don't download the switch ONL images as there are no |
| 17 | # switches in this configuration |
| 18 | # interface_config - don't update the network configuration of the headnode |
| 19 | # as it is configured by vagrant to the proper settings |
| 20 | skipTags: |
| 21 | - 'switch_support' |
| 22 | - 'interface_config' |
| 23 | |
| 24 | management_ip: '10.1.0.1/24' |
| 25 | management_iface: 'eth2' |
| 26 | external_iface: 'eth0' |
| 27 | management_network: '10.1.0.0/24' |
| 28 | |
| 29 | # Specifies the extra settings required for this configuration |
| 30 | # |
| 31 | # virtualbox_support - install support for managing virtual box based |
| 32 | # compute nodes |
| 33 | virtualbox_support: 1 |
| 34 | power_helper_user: 'cord' |
| 35 | |
| 36 | docker: |
| 37 | imageVersion: 'candidate' |
| 38 | registry: 'docker-registry:5000' |
| 39 | |
| 40 | otherServers: |
| 41 | # Specifies the configuration for dynamically added compute nodes |
| 42 | location: 'http://gerrit.opencord.org/maas' |
| 43 | rolesPath: 'roles' |
| 44 | role: 'compute-node' |
| 45 | fabric: |
| 46 | network: '10.1.1.1/24' |
| 47 | range_low: '10.1.1.2' |
| 48 | range_high: '10.1.1.253' |