blob: 3799407d31401c5f5ef38ad3fdd860b19df4f4e8 [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
Zack Williams0620c932017-01-25 14:36:31 -07008# this is used to generate the genconfig/cord-inv file
9headnode:
David K. Bainbridge1f3b2412016-06-16 18:09:46 -070010 ip: '10.100.198.201'
Zack Williams932646a2017-01-26 11:08:56 -070011 ansible_user: 'vagrant'
12 ansible_ssh_pass: 'vagrant'
13 ansible_ssh_port: 22
David Bainbridged5af4742016-05-27 17:22:38 +000014
Zack Williams0620c932017-01-25 14:36:31 -070015common:
16
Zack Williamse29c7d82017-02-10 16:36:02 -070017 # 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 Williams31fbc6b2017-04-21 22:04:44 -070023 credentials_dir: '/opt/credentials'
24 pki_dir: '/opt/pki'
25 ssh_pki_dir: '/opt/ssh_pki'
Zack Williamse29c7d82017-02-10 16:36:02 -070026
David Bainbridged5af4742016-05-27 17:22:38 +000027 # Specifies tasks within the head node provisioning not to execute, including:
28 #
David K. Bainbridged506aa62016-06-22 16:06:39 -070029 # switch_support - don't download the switch ONL images as there are no
David Bainbridged5af4742016-05-27 17:22:38 +000030 # 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. Bainbridge6f2cbe72016-08-19 15:48:07 -070035 - 'reboot'
David Bainbridged5af4742016-05-27 17:22:38 +000036 - 'interface_config'
37
David K. Bainbridge6f2cbe72016-08-19 15:48:07 -070038 fabric_ip: '10.1.1.1/24'
David K. Bainbridged506aa62016-06-22 16:06:39 -070039 management_ip: '10.1.0.1/24'
David K. Bainbridged506aa62016-06-22 16:06:39 -070040 external_iface: 'eth0'
41 management_network: '10.1.0.0/24'
42
David Bainbridged5af4742016-05-27 17:22:38 +000043 # Specifies the extra settings required for this configuration
44 #
45 # virtualbox_support - install support for managing virtual box based
46 # compute nodes
David K. Bainbridged506aa62016-06-22 16:06:39 -070047 virtualbox_support: 1
48 power_helper_user: 'cord'
49
50docker:
51 imageVersion: candidate