blob: 5334c8d6e1e584af87ac86bc7128bac42170714b [file] [log] [blame]
Luca Prete4f637ba2017-03-14 09:40:07 -07001# Deployment configuration for a phyical hardware POD
Luca Prete766e9402017-03-10 14:02:32 -08002---
3seedServer:
Luca Prete4f637ba2017-03-14 09:40:07 -07004 # IP address of the head node
5 ip: '10.201.101.11'
6
Luca Prete766e9402017-03-10 14:02:32 -08007 # User name and password used by Ansible to connect to the host for remote
Luca Prete4f637ba2017-03-14 09:40:07 -07008 # provisioning
9 user: 'ubuntu'
10 password: 'ubuntu'
11
Luca Prete766e9402017-03-10 14:02:32 -080012 fabric_ip: '10.6.1.1/24'
13 management_ip: '10.6.0.1/24'
Luca Prete766e9402017-03-10 14:02:32 -080014 external_ip: '10.201.101.11/24'
Luca Prete47a41582017-03-14 17:05:45 -070015 external_gw: '10.201.101.1'
16 external_iface: 'eth2'
Luca Prete4f637ba2017-03-14 09:40:07 -070017 management_network: 10.6.0.0/24
Luca Prete766e9402017-03-10 14:02:32 -080018
Luca Prete4f637ba2017-03-14 09:40:07 -070019 skipTags:
20 # - 'reboot'
21
Luca Prete4f637ba2017-03-14 09:40:07 -070022# If passwords are not set, random passwords will be generated
Luca Prete766e9402017-03-10 14:02:32 -080023passwords:
Luca Prete47a41582017-03-14 17:05:45 -070024 compute_node: ubuntu
25 maas_admin: admin
26 maas_user: cord
Luca Prete766e9402017-03-10 14:02:32 -080027
28docker:
29 imageVersion: candidate