blob: c1882b0c9ab6a6195f51d0b5d3afbd01b42eadb4 [file] [log] [blame]
David K. Bainbridge119a3b02016-06-16 18:10:30 -07001# Deployment configuration for a phyical hardware POD
2---
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
alshabib61509fb2016-09-09 02:43:20 -07006 # provisioning. These default values are used for automated testing, change
7 # 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
31docker:
32 imageVersion: candidate
33
David K. Bainbridge119a3b02016-06-16 18:10:30 -070034otherNodes:
35 # Experimental
36 #
37 # Specifies the subnet and address range that will be used to allocate IP addresses
38 # to the compute nodes as they are deployed into the POD.
39 fabric:
40 network: 10.6.1.1/24
41 range_low: 10.6.1.2
42 range_high: 10.6.1.253