blob: ef1e102dfb6cea9be9e72cc11c35d6e3ea7caeb1 [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 Preted1866c92017-03-16 14:49:30 -070030 extraVars:
31 - 'management_ignore_names=eth0'
Luca Pretea0247032017-03-16 11:52:52 -070032
Luca Prete766e9402017-03-10 14:02:32 -080033passwords:
Luca Prete960c1312017-03-16 09:34:04 -070034 compute_node: "ubuntu"
35 maas_admin: "admin"
36 maas_user: "cord"
Luca Prete766e9402017-03-10 14:02:32 -080037
38docker:
39 imageVersion: candidate
Luca Prete960c1312017-03-16 09:34:04 -070040
41otherNodes:
42 # Experimental
43 #
44 # Specifies the subnet and address range that will be used to allocate IP addresses
45 # to the compute nodes as they are deployed into the POD.
46 fabric:
47 network: 10.6.1.1/24
48 range_low: 10.6.1.2
49 range_high: 10.6.1.253