David K. Bainbridge | 119a3b0 | 2016-06-16 18:10:30 -0700 | [diff] [blame] | 1 | # Deployment configuration for a phyical hardware POD |
| 2 | --- |
| 3 | seedServer: |
| 4 | ip: '10.90.0.2' |
| 5 | # User name and password used by Ansible to connect to the host for remote |
| 6 | # provisioning |
| 7 | user: 'admin' |
| 8 | password: 'onos_test' |
| 9 | # 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' |
| 25 | external_ip: '47.135.132.21/24' |
| 26 | management_iface: 'em2' |
| 27 | external_iface: 'em1' |
| 28 | skipTags: |
David K. Bainbridge | 119a3b0 | 2016-06-16 18:10:30 -0700 | [diff] [blame] | 29 | - 'interface_config' |
alshabib | 0aac4e4 | 2016-06-17 15:47:08 -0700 | [diff] [blame] | 30 | |
| 31 | docker: |
| 32 | imageVersion: candidate |
| 33 | |
David K. Bainbridge | 119a3b0 | 2016-06-16 18:10:30 -0700 | [diff] [blame] | 34 | otherNodes: |
| 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 |