blob: aea13bd437f1638ff7723909384d7fc4b81bfe9c [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
6 # provisioning
alshabibcb8e09b2016-09-06 11:41:29 -07007 user: 'ubuntu'
8 password: 'ubuntu'
David K. Bainbridge119a3b02016-06-16 18:10:30 -07009 # Network address information for the head node:
10 #
11 # fabric_ip - the IP address and mask bits to be used to configure the network
12 # interface connected to the leaf - spine fabric
13 #
14 # management_ip - the IP address and mask bits to be used to configure the network
15 # interface connecting the head node to the POD internal
16 # management network. The head node will deliver DHCP addresses to
17 # the other compute nodes over this interface
18 #
19 # external_ip - the IP address and mask bits to be used to configure the network
20 # interface connecting the head node (and the POD) to the
21 # Internet. All traffic in the POD to external hosts will be
22 # NAT-ed through this interface
23 fabric_ip: '10.6.1.1/24'
24 management_ip: '10.6.0.1/24'
alshabibcb8e09b2016-09-06 11:41:29 -070025 external_ip: '10.90.0.251/24'
alshabib5e8a3262016-08-25 14:00:47 -070026 external_iface: 'eth0'
David K. Bainbridge119a3b02016-06-16 18:10:30 -070027 skipTags:
alshabib0aac4e42016-06-17 15:47:08 -070028
29docker:
30 imageVersion: candidate
31
David K. Bainbridge119a3b02016-06-16 18:10:30 -070032otherNodes:
33 # Experimental
34 #
35 # Specifies the subnet and address range that will be used to allocate IP addresses
36 # to the compute nodes as they are deployed into the POD.
37 fabric:
38 network: 10.6.1.1/24
39 range_low: 10.6.1.2
40 range_high: 10.6.1.253