blob: 6f3ce069a70929e5f9645376a1800fcd8fd248e3 [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
16 # directories on the head node that the cord dir is copied to, and profile is created in
17 cord_dir: '/opt/cord'
18 cord_profile_dir: '/opt/cord_profile'
Zack Williams31fbc6b2017-04-21 22:04:44 -070019 credentials_dir: '/opt/credentials'
20 pki_dir: '/opt/pki'
21 ssh_pki_dir: '/opt/ssh_pki'
Zack Williamse29c7d82017-02-10 16:36:02 -070022
Zack Williams0620c932017-01-25 14:36:31 -070023 # all of these are written to genconfig/config.yml, and needs a rework
24
David K. Bainbridge119a3b02016-06-16 18:10:30 -070025 # Network address information for the head node:
26 #
27 # fabric_ip - the IP address and mask bits to be used to configure the network
28 # interface connected to the leaf - spine fabric
29 #
30 # management_ip - the IP address and mask bits to be used to configure the network
31 # interface connecting the head node to the POD internal
32 # management network. The head node will deliver DHCP addresses to
33 # the other compute nodes over this interface
34 #
35 # external_ip - the IP address and mask bits to be used to configure the network
36 # interface connecting the head node (and the POD) to the
37 # Internet. All traffic in the POD to external hosts will be
38 # NAT-ed through this interface
39 fabric_ip: '10.6.1.1/24'
40 management_ip: '10.6.0.1/24'
alshabib286ef8c2016-09-09 12:50:30 -070041 external_ip: '10.90.0.251/16'
alshabib5e8a3262016-08-25 14:00:47 -070042 external_iface: 'eth0'
alshabib4970f272016-09-09 14:26:59 -070043 external_gw: '10.90.0.1'
David K. Bainbridge119a3b02016-06-16 18:10:30 -070044 skipTags:
alshabib0aac4e42016-06-17 15:47:08 -070045
David K. Bainbridgeca3b5d22016-12-02 19:53:37 -080046passwords:
47 compute_node: "ubuntu"
48 maas_admin: "admin"
49 maas_user: "cord"
50
alshabib0aac4e42016-06-17 15:47:08 -070051docker:
52 imageVersion: candidate
53
David K. Bainbridge119a3b02016-06-16 18:10:30 -070054otherNodes:
55 # Experimental
56 #
57 # Specifies the subnet and address range that will be used to allocate IP addresses
58 # to the compute nodes as they are deployed into the POD.
59 fabric:
60 network: 10.6.1.1/24
61 range_low: 10.6.1.2
62 range_high: 10.6.1.253