blob: e47182a3820d6b84e298efe2f681d0acf6d0f5f3 [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---
David K. Bainbridge6f2cbe72016-08-19 15:48:07 -07006debug: false
7
Zsolt Harasztiec7df102016-05-05 13:34:18 -07008seedServer:
David K. Bainbridge1f3b2412016-06-16 18:09:46 -07009 ip: '10.100.198.201'
Zsolt Harasztiec7df102016-05-05 13:34:18 -070010
David Bainbridged5af4742016-05-27 17:22:38 +000011 # User name and password used by Ansible to connect to the host for remote
12 # provisioning
Zack Williams932646a2017-01-26 11:08:56 -070013 ansible_user: 'vagrant'
14 ansible_ssh_pass: 'vagrant'
15 ansible_ssh_port: 22
David Bainbridged5af4742016-05-27 17:22:38 +000016
17 # Specifies tasks within the head node provisioning not to execute, including:
18 #
David K. Bainbridged506aa62016-06-22 16:06:39 -070019 # switch_support - don't download the switch ONL images as there are no
David Bainbridged5af4742016-05-27 17:22:38 +000020 # switches in this configuration
21 # interface_config - don't update the network configuration of the headnode
22 # as it is configured by vagrant to the proper settings
23 skipTags:
24 - 'switch_support'
David K. Bainbridge6f2cbe72016-08-19 15:48:07 -070025 - 'reboot'
David Bainbridged5af4742016-05-27 17:22:38 +000026 - 'interface_config'
27
David K. Bainbridge6f2cbe72016-08-19 15:48:07 -070028 fabric_ip: '10.1.1.1/24'
David K. Bainbridged506aa62016-06-22 16:06:39 -070029 management_ip: '10.1.0.1/24'
David K. Bainbridged506aa62016-06-22 16:06:39 -070030 external_iface: 'eth0'
31 management_network: '10.1.0.0/24'
32
David Bainbridged5af4742016-05-27 17:22:38 +000033 # Specifies the extra settings required for this configuration
34 #
35 # virtualbox_support - install support for managing virtual box based
36 # compute nodes
David K. Bainbridged506aa62016-06-22 16:06:39 -070037 virtualbox_support: 1
38 power_helper_user: 'cord'
39
40docker:
41 imageVersion: candidate