blob: 596138ba69b99d4eafe5e25bcb0f1623239d2d6f [file] [log] [blame]
David Bainbridged5af4742016-05-27 17:22:38 +00001# 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 Harasztiec7df102016-05-05 13:34:18 -07005---
Zsolt Harasztiec7df102016-05-05 13:34:18 -07006seedServer:
David K. Bainbridge1f3b2412016-06-16 18:09:46 -07007 ip: '10.100.198.201'
Zsolt Harasztiec7df102016-05-05 13:34:18 -07008
David Bainbridged5af4742016-05-27 17:22:38 +00009 # 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 # Specifies the extra settings required for this configuration
25 #
26 # virtualbox_support - install support for managing virtual box based
27 # compute nodes
28 extraVars:
29 - 'virtualbox_support=1'
David K. Bainbridge74483fa2016-06-17 09:48:58 -070030 - 'external_iface=eth0'
David Bainbridged5af4742016-05-27 17:22:38 +000031
32otherServers:
33 # Specifies the configuration for dynamically added compute nodes
34 location: 'http://gerrit.opencord.org/maas'
35 rolesPath: 'roles'
36 role: 'compute-node'