blob: 7e97199cd3fba725bf943340b6d9b1316d60310a [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:
Zack Williamse29c7d82017-02-10 16:36:02 -070012
13 # set to the profile of cord you want to install
14 cord_profile: 'rcord'
15
Zack Williams83a94ce2017-05-20 13:36:09 -070016 # cord dir is shared to corddev VM, causing permissions issues if these aren't set
Zack Williams31fbc6b2017-04-21 22:04:44 -070017 credentials_dir: '/opt/credentials'
18 pki_dir: '/opt/pki'
19 ssh_pki_dir: '/opt/ssh_pki'
Zack Williamse29c7d82017-02-10 16:36:02 -070020
Zack Williams0620c932017-01-25 14:36:31 -070021 # all of these are written to genconfig/config.yml, and needs a rework
22
David K. Bainbridge119a3b02016-06-16 18:10:30 -070023 # Network address information for the head node:
24 #
25 # fabric_ip - the IP address and mask bits to be used to configure the network
26 # interface connected to the leaf - spine fabric
27 #
28 # management_ip - the IP address and mask bits to be used to configure the network
29 # interface connecting the head node to the POD internal
30 # management network. The head node will deliver DHCP addresses to
31 # the other compute nodes over this interface
32 #
33 # external_ip - the IP address and mask bits to be used to configure the network
34 # interface connecting the head node (and the POD) to the
35 # Internet. All traffic in the POD to external hosts will be
36 # NAT-ed through this interface
37 fabric_ip: '10.6.1.1/24'
38 management_ip: '10.6.0.1/24'
alshabib286ef8c2016-09-09 12:50:30 -070039 external_ip: '10.90.0.251/16'
alshabib5e8a3262016-08-25 14:00:47 -070040 external_iface: 'eth0'
alshabib4970f272016-09-09 14:26:59 -070041 external_gw: '10.90.0.1'
David K. Bainbridge119a3b02016-06-16 18:10:30 -070042 skipTags:
alshabib0aac4e42016-06-17 15:47:08 -070043
David K. Bainbridgeca3b5d22016-12-02 19:53:37 -080044passwords:
45 compute_node: "ubuntu"
46 maas_admin: "admin"
47 maas_user: "cord"
48
alshabib0aac4e42016-06-17 15:47:08 -070049docker:
50 imageVersion: candidate
51
David K. Bainbridge119a3b02016-06-16 18:10:30 -070052otherNodes:
53 # Experimental
54 #
55 # Specifies the subnet and address range that will be used to allocate IP addresses
56 # to the compute nodes as they are deployed into the POD.
57 fabric:
58 network: 10.6.1.1/24
59 range_low: 10.6.1.2
60 range_high: 10.6.1.253