Compute Node parameters for input JSON - Undercloud

Following is an example of undercloud parameters:

"computes": {
	"vim": [
		{
		"undercloud": {
			"subscription": {
				"repo_url": "http://10.XXX.XX.XXX:XXXX",
    "docker_registry": "10.XXX.XX.XXX:XXXX",
				"pool_id": "*********",
				"proxy_ip": "",
				"proxy_port": "",
				"proxy_user": "",
				"proxy_password": ""
			},
			"root_pw": "******",
			"stack_pw": "******",
			"pxe_ip": "10.**.**.**",
			"oam_ip": "10.**.**.**",
			"dhcp_start_address": "10.**.**.**",
			"dhcp_end_address": "10.**.**.**",
			"inspection_start_address": "10.**.**.**",
			"inspection_end_address": "10.**.**.**"
		},
		}
		"name": "RHOSP",
		"version": "13",
		"description": "Redhat OpenStack"
		},
	]
"description": "Compute platforms and its configurations"
},
The following table defines each of the parameters:
Parameter Description
description

Describes the information of the corresponding compute platforms and its configurations.

name

Enter the name of the VIM.

version

Describes the RHOSP version.

root_pw
Autopopulated and default password
IMPORTANT:

Do not modify this value. If you misplace or change the default password, contact HPE Sales and Support team to know the default password for the root user. After Undercloud deployment, change this password.

stack_pw
Enter the password of the stack user.
NOTE:

The stack password must conform to following conventions:

  • The minimum number of permissible characters is 7.

  • The maximum number of permissible characters is 20.

  • The password must contain at least 1 numeral.

  • The password must contain at least 1 lowercase alphabet.

  • The password must contain at least 1 uppercase alphabet.

pxe_ip
Enter the available PXE IP address from the VIM PXE network.
NOTE:

Ensure that the VIM PXE IP address is not within the DHCP and the Inspection IP address ranges.

oam_ip

Enter the available OAM IP address from the OAM network.

dhcp_start_address
Enter the range of the available IP addresses in VIM PXE network.
NOTE:

The range of IP addresses is dependent on the number of servers.

dhcp_end_address
Enter the range of the available IP addresses in VIM PXE network.
NOTE:

The range of IP addresses is dependent on the number of servers.

inspection_start_address
Enter the range of the available IP addresses in VIM PXE network.
NOTE:

The range of IP addresses is dependent on the number of servers.

inspection_end_address
Enter the range of the available IP addresses in VIM PXE network.
NOTE:

The range of IP addresses is dependent on the number of servers.

subscription

Select the subscription as Local Repo.

For subscription Local Repo, the following fields are available:
repo_url

Enter URL (baseurl) of local repository. The baseurl (http://NPSVMIP:8081) points to the NPS VM.

docker_registry

Enter the NPSVM IP address and the port where the docker registry is configured.

For example: 10.130.24.232:8787

For all subscriptions, the following fields are available:
[Optional] proxy_ip

Enter the FQDN/IP address or domain name of your organizational proxy server.

NOTE:

If you do not have proxy server setup, the field will be blank and displayed in "".

[Optional] proxy_port

Enter the port number of the proxy server.

NOTE:

If you do not have proxy server setup, the field will be blank and displayed in "".

[Optional] proxy_user

Enter the user name for logging in to the proxy server, if present.

NOTE:

If you do not have proxy server setup, the field will be blank and displayed in "".

[Optional] proxy_password

Enter the password for logging in to the proxy server, if proxy user field is filled.

NOTE:

If you do not have proxy server setup, the field will be blank and displayed in "".

NOTE:

Ensure that the DHCP IP range does not overlap with the Inspection IP range.