blob: ea05cc103f8edff4e66b86ac4e39e146b46b07a0 [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.
Zack Williams932646a2017-01-26 11:08:56 -07008 ansible_user: 'cord'
9 ansible_ssh_pass: 'cord'
10 ansible_ssh_port: 22
11
David K. Bainbridge119a3b02016-06-16 18:10:30 -070012 # Network address information for the head node:
13 #
14 # fabric_ip - the IP address and mask bits to be used to configure the network
15 # interface connected to the leaf - spine fabric
16 #
17 # management_ip - the IP address and mask bits to be used to configure the network
18 # interface connecting the head node to the POD internal
19 # management network. The head node will deliver DHCP addresses to
20 # the other compute nodes over this interface
21 #
22 # external_ip - the IP address and mask bits to be used to configure the network
23 # interface connecting the head node (and the POD) to the
24 # Internet. All traffic in the POD to external hosts will be
25 # NAT-ed through this interface
26 fabric_ip: '10.6.1.1/24'
27 management_ip: '10.6.0.1/24'
alshabib286ef8c2016-09-09 12:50:30 -070028 external_ip: '10.90.0.251/16'
alshabib5e8a3262016-08-25 14:00:47 -070029 external_iface: 'eth0'
alshabib4970f272016-09-09 14:26:59 -070030 external_gw: '10.90.0.1'
David K. Bainbridge119a3b02016-06-16 18:10:30 -070031 skipTags:
alshabib0aac4e42016-06-17 15:47:08 -070032
David K. Bainbridgeca3b5d22016-12-02 19:53:37 -080033passwords:
34 compute_node: "ubuntu"
35 maas_admin: "admin"
36 maas_user: "cord"
37
alshabib0aac4e42016-06-17 15:47:08 -070038docker:
39 imageVersion: candidate
40
David K. Bainbridge119a3b02016-06-16 18:10:30 -070041otherNodes:
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