Networking parameters for input JSON

The networking section consists of the following subsection:
  • underlay—This subsection contains the following blocks of VLAN parameters:
    • ILO-OOBM

    • BLS

    • OAM

    • VIM-PXE

    • CLM

    • CAN

    • PROVIDER-LAN

    • L3-ROUTED-VNI

Following is an example of underlay parameters.
NOTE:

The details of the ILO-OOBM for underlay are provided as an example in the following table. The remaining networks (BLS, OAM, VIM-PXE, CLM, CAN, PROVIDER-VLAN) must be similarly configured.

"networking": {
	"underlay": [
		{
			"name": "ILO-OOBM",
			"type": "ILO-OOBM",
			"cidr": "10.**.**.**/24",
			"gateway": "10.**.**.**",
			"ip_range_start": "10.**.**.**",
			"ip_range_end": "10.**.**.**",
			"vlan": "399",
			"vlan_range": "NA",
			"vxlan": "100399",
			"description": "Out of Band Management Network connecting all servers and switches[UnTagged]"
		},
		{
			"name": "BLS",
			"type": "BLS",
			"cidr": "10.**.**.**/24",
			"gateway": "10.**.**.**",
			"ip_range_start": "10.**.**.**",
			"ip_range_end": "10.**.**.**",
			"vlan": "400",
			"vlan_range": "NA",
			"vxlan": "100400",
			"description": "Block Storage network"
		},
		{
			"name": "OAM",
			"type": "OAM",
			"cidr": "10.**.**.**/24",
			"gateway": "10.**.**.**",
			"ip_range_start": "NA",
			"ip_range_end": "NA",
			"vlan": "401",
			"vlan_range": "NA",
			"vxlan": "100401",
			"description": "Data Center management network"
		},
		{
			"name": "VIM-PXE",
			"type": "VIM-PXE",
			"cidr": "10.**.**.**/24",
			"gateway": "10.**.**.**",
			"ip_range_start": "10.**.**.**",
			"ip_range_end": "10.**.**.**",
			"vlan": "402",
			"vlan_range": "NA",
			"vxlan": "100402",
			"vxlan_range": "NA",
			"description": "PXE Network for RHOSP/VIM"
		},
		{
			"name": "CLM",
			"type": "CLM",
			"cidr": "10.**.**.**/24",
			"gateway": "10.**.**.**",
			"ip_range_start": "10.**.**.**",
			"ip_range_end": "10.**.**.**",
			"vlan": "403",
			"vlan_range": "NA",
			"vxlan": "100403",
			"vxlan_range": "NA",
			"description": "Cloud Management network"
		},
		{
			"name": "CAN",
			"type": "CAN",
			"cidr": "10.**.**.**/24",
			"gateway": "10.**.**.**",
			"ip_range_start": "NA",
			"ip_range_end": "NA",
			"vlan": "404",
			"vlan_range": "NA",
			"vxlan": "100404",
			"vxlan_range": "NA",
			"description": "Consumer Access network"
		},
		{
			"name": "datacenter",
			"type": "PROVIDER-VLAN",
			"cidr": "NA",
			"gateway": "NA",
			"ip_range_start": "NA",
			"ip_range_end": "NA",
			"vlan": "NA",
			"vlan_range": "500-600",
			"vxlan_range": "100500-100600",
			"vxlan": "NA",
			"vxlan_range": "NA",
			"description": "Range of VLAN's alloted for OpenStack Tenant networks"
		},
		{
			"name": "L3-ROUTED-VNI",
			"type": "L3-ROUTED-VNI",
			"cidr": "NA",
			"gateway": "NA",
			"vlan": "601",
			"vxlan": "100601",
			"ip_range_start": "NA",
			"ip_range_end": "NA",
			"vlan_range": "NA",
			"vxlan_range": "NA",
			"description": "L3 Routed VNI"
		}
	],
		"description": "Specify all networking information configured"
},
NOTE:

For BLS, VIM-PXE, and CLM provide two IPs used by SN2100M-1 and SN2100M-2 and they are specified as ip_range_start and ip_range_end. For SN2100M-3 and SN2100M-4, see Appendix P3: Adding a compute.

The following table defines each of the parameters:
Parameter Description
name
Enter the descriptive name of the corresponding network.
NOTE:

Hewlett Packard Enterprise recommends not to use the same name for multiple networks.

type

Enter the type of network.

description

Enter the description of the corresponding network.

cidr

Enter the cidr (Classless Inter-Domain Routing) value based on the customer input.

gateway

Enter the gateway value based on the network.

vlan

Enter the vlan value based on the customer input.

vxlan

Enter the vxlan value based on the customer input.

ip_range_start

Enter the IP address range based on the server and switch counts.

ip_range_end

Enter the IP address range based on the server and switch counts.

vlan_range The total range of the VLANs that can be used.
NOTE:

This parameter is applicable only to the PROVIDER-VLAN network.

vxlan_range The total range of the VXLANs that can be used.
NOTE:

This parameter is applicable only to the PROVIDER-VLAN network.