blob: be056cfff213949e16994e21a5127d044fe53906 [file] [log] [blame]
Luca Prete960c1312017-03-16 09:34:04 -07001# Deployment configuration for a physical hardware POD
Luca Prete766e9402017-03-10 14:02:32 -08002---
3seedServer:
Luca Prete4f637ba2017-03-14 09:40:07 -07004 ip: '10.201.101.11'
Luca Prete766e9402017-03-10 14:02:32 -08005 # User name and password used by Ansible to connect to the host for remote
Luca Prete960c1312017-03-16 09:34:04 -07006 # provisioning. These default values are used for automated testing, change
7 # with care.
Luca Prete3539c882017-03-14 10:32:24 -07008 user: 'cord'
9 password: 'cord'
Luca Prete960c1312017-03-16 09:34:04 -070010 # Network address information for the head node:
11 #
12 # fabric_ip - the IP address and mask bits to be used to configure the network
13 # interface connected to the leaf - spine fabric
14 #
15 # management_ip - the IP address and mask bits to be used to configure the network
16 # interface connecting the head node to the POD internal
17 # management network. The head node will deliver DHCP addresses to
18 # the other compute nodes over this interface
19 #
20 # external_ip - the IP address and mask bits to be used to configure the network
21 # interface connecting the head node (and the POD) to the
22 # Internet. All traffic in the POD to external hosts will be
23 # NAT-ed through this interface
Luca Prete766e9402017-03-10 14:02:32 -080024 fabric_ip: '10.6.1.1/24'
25 management_ip: '10.6.0.1/24'
Luca Prete766e9402017-03-10 14:02:32 -080026 external_ip: '10.201.101.11/24'
Luca Prete47a41582017-03-14 17:05:45 -070027 external_iface: 'eth2'
Luca Prete960c1312017-03-16 09:34:04 -070028 external_gw: '10.201.101.1'
Luca Prete4f637ba2017-03-14 09:40:07 -070029 skipTags:
Luca Prete4f637ba2017-03-14 09:40:07 -070030
Luca Prete766e9402017-03-10 14:02:32 -080031passwords:
Luca Prete960c1312017-03-16 09:34:04 -070032 compute_node: "ubuntu"
33 maas_admin: "admin"
34 maas_user: "cord"
Luca Prete766e9402017-03-10 14:02:32 -080035
36docker:
37 imageVersion: candidate
Luca Prete960c1312017-03-16 09:34:04 -070038
39otherNodes:
40 # Experimental
41 #
42 # Specifies the subnet and address range that will be used to allocate IP addresses
43 # to the compute nodes as they are deployed into the POD.
44 fabric:
45 network: 10.6.1.1/24
46 range_low: 10.6.1.2
47 range_high: 10.6.1.253