blob: f68bbfee0002498dbebd365d626108c7d264462c [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---
Zack Williams0620c932017-01-25 14:36:31 -07003
4# this is used to generate the genconfig/cord-inv file
5headnode:
alshabibcb8e09b2016-09-06 11:41:29 -07006 ip: '10.90.0.251'
Zack Williams932646a2017-01-26 11:08:56 -07007 ansible_user: 'cord'
8 ansible_ssh_pass: 'cord'
9 ansible_ssh_port: 22
10
Zack Williams0620c932017-01-25 14:36:31 -070011common:
12 # all of these are written to genconfig/config.yml, and needs a rework
13
David K. Bainbridge119a3b02016-06-16 18:10:30 -070014 # Network address information for the head node:
15 #
16 # fabric_ip - the IP address and mask bits to be used to configure the network
17 # interface connected to the leaf - spine fabric
18 #
19 # management_ip - the IP address and mask bits to be used to configure the network
20 # interface connecting the head node to the POD internal
21 # management network. The head node will deliver DHCP addresses to
22 # the other compute nodes over this interface
23 #
24 # external_ip - the IP address and mask bits to be used to configure the network
25 # interface connecting the head node (and the POD) to the
26 # Internet. All traffic in the POD to external hosts will be
27 # NAT-ed through this interface
28 fabric_ip: '10.6.1.1/24'
29 management_ip: '10.6.0.1/24'
alshabib286ef8c2016-09-09 12:50:30 -070030 external_ip: '10.90.0.251/16'
alshabib5e8a3262016-08-25 14:00:47 -070031 external_iface: 'eth0'
alshabib4970f272016-09-09 14:26:59 -070032 external_gw: '10.90.0.1'
David K. Bainbridge119a3b02016-06-16 18:10:30 -070033 skipTags:
alshabib0aac4e42016-06-17 15:47:08 -070034
David K. Bainbridgeca3b5d22016-12-02 19:53:37 -080035passwords:
36 compute_node: "ubuntu"
37 maas_admin: "admin"
38 maas_user: "cord"
39
alshabib0aac4e42016-06-17 15:47:08 -070040docker:
41 imageVersion: candidate
42
David K. Bainbridge119a3b02016-06-16 18:10:30 -070043otherNodes:
44 # Experimental
45 #
46 # Specifies the subnet and address range that will be used to allocate IP addresses
47 # to the compute nodes as they are deployed into the POD.
48 fabric:
49 network: 10.6.1.1/24
50 range_low: 10.6.1.2
51 range_high: 10.6.1.253