blob: 255ec010b4bd4b1374b75b2ec90b5ea760d9cb19 [file] [log] [blame]
# Deployment configuration for a phyical hardware POD
---
seedServer:
# IP address of the head node
ip: '10.201.101.11'
# User name and password used by Ansible to connect to the host for remote
# provisioning
user: 'ubuntu'
password: 'ubuntu'
fabric_ip: '10.6.1.1/24'
management_ip: '10.6.0.1/24'
external_ip: '10.201.101.11/24'
#external_iface: 'eth2'
management_network: 10.6.0.0/24
skipTags:
# - 'reboot'
extraVars:
- 'management_ignore_names=eth2'
- 'fabric_ignore_names=eth2'
# If passwords are not set, random passwords will be generated
passwords:
#compute_node: ubuntu
#maas_admin: admin
#maas_user: cord
docker:
imageVersion: candidate