blob: 48a1d40af271982618a0a536893fc27f26077ed4 [file] [log] [blame]
Luca Prete1ead4302017-05-05 12:06:51 -07001# Deployment configuration for a physical hardware POD
2---
3seedServer:
4 ip: '10.66.12.7'
5 # User name and password used by Ansible to connect to the host for remote
6 # provisioning. These default values are used for automated testing, change
7 # with care.
8 user: 'cord'
9 password: 'cord'
10 # 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
24 fabric_ip: '10.6.1.1/24'
25 management_ip: '10.6.0.1/24'
26 external_ip: '10.66.12.7/24'
27 external_iface: 'ens255f1'
28 external_gw: '10.66.12.20'
29 skipTags:
30
31passwords:
32 compute_node: "ubuntu"
33 maas_admin: "admin"
34 maas_user: "cord"
35
36docker:
37 imageVersion: candidate
38
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