blob: edc4bca150253731e968a7731f659a500f98f912 [file] [log] [blame]
# Deployment configuration for VirtualBox based head node.
#
# This deployment configuration can be utilized with the head node created
# via `vargrant up headnode` from the gerrit.opencord.org/maas repository.
---
debug: false
seedServer:
ip: '10.100.198.201'
# User name and password used by Ansible to connect to the host for remote
# provisioning
user: 'vagrant'
password: 'vagrant'
# Specifies tasks within the head node provisioning not to execute, including:
#
# switch_support - don't download the switch ONL images as there are no
# switches in this configuration
# interface_config - don't update the network configuration of the headnode
# as it is configured by vagrant to the proper settings
skipTags:
- 'switch_support'
- 'reboot'
- 'interface_config'
fabric_ip: '10.6.1.1/24'
management_ip: '10.1.0.1/24'
external_iface: 'eth0'
management_network: '10.1.0.0/24'
# Specifies the extra settings required for this configuration
#
# virtualbox_support - install support for managing virtual box based
# compute nodes
# virtualbox_support: 1
# power_helper_user: 'cord'
extraVars:
#- 'on_cloudlab=True'
- 'cord_in_a_box=True'
- 'fabric_include_names=eth2'
- 'fabric_include_module_types=omit'
- 'fabric_exclude_names=eth0,eth1'
- 'management_include_names=eth1'
- 'management_exclude_names=eth0,eth2'
docker:
imageVersion: candidate
registry: '10.100.198.201:5000'
otherServers:
# Specifies the configuration for dynamically added compute nodes
fabric:
network: '10.6.1.1/24'
management: '10.1.0.0/24'