blob: bbe2b5ed470a57b7dcb25b82bd20c1056c4a910d [file] [log] [blame]
Zack Williamsdae7ff62016-11-14 15:20:06 -07001# Deployment configuration for a physical hardware POD
David K. Bainbridge119a3b02016-06-16 18:10:30 -07002---
3seedServer:
alshabibcb8e09b2016-09-06 11:41:29 -07004 ip: '10.90.0.251'
David K. Bainbridge119a3b02016-06-16 18:10:30 -07005 # User name and password used by Ansible to connect to the host for remote
Zack Williamsdae7ff62016-11-14 15:20:06 -07006 # provisioning. These default values are used for automated testing, change
alshabib61509fb2016-09-09 02:43:20 -07007 # with care.
8 user: 'cord'
9 password: 'cord'
David K. Bainbridge119a3b02016-06-16 18:10:30 -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
24 fabric_ip: '10.6.1.1/24'
25 management_ip: '10.6.0.1/24'
alshabib286ef8c2016-09-09 12:50:30 -070026 external_ip: '10.90.0.251/16'
alshabib5e8a3262016-08-25 14:00:47 -070027 external_iface: 'eth0'
alshabib4970f272016-09-09 14:26:59 -070028 external_gw: '10.90.0.1'
David K. Bainbridge119a3b02016-06-16 18:10:30 -070029 skipTags:
alshabib0aac4e42016-06-17 15:47:08 -070030
David K. Bainbridgeca3b5d22016-12-02 19:53:37 -080031passwords:
32 compute_node: "ubuntu"
33 maas_admin: "admin"
34 maas_user: "cord"
35
alshabib0aac4e42016-06-17 15:47:08 -070036docker:
37 imageVersion: candidate
38
David K. Bainbridge119a3b02016-06-16 18:10:30 -070039otherNodes:
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