A R Karthick | 6d98a59 | 2016-08-24 15:16:46 -0700 | [diff] [blame] | 1 | # Deployment configuration for a phyical hardware POD |
| 2 | --- |
| 3 | seedServer: |
| 4 | ip: '47.135.132.21' |
| 5 | # User name and password used by Ansible to connect to the host for remote |
| 6 | # provisioning |
| 7 | user: 'ubuntu' |
| 8 | password: 'ubuntu' |
| 9 | |
| 10 | # 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' |
| 26 | external_ip: '47.135.132.21/24' |
| 27 | |
| 28 | otherNodes: |
| 29 | # Experimental |
| 30 | # |
| 31 | # Specifies the subnet and address range that will be used to allocate IP addresses |
| 32 | # to the compute nodes as they are deployed into the POD. |
| 33 | fabric: |
| 34 | network: 10.6.1.1/24 |
| 35 | range_low: 10.6.1.2 |
| 36 | range_high: 10.6.1.253 |