Platform management parameters for input JSON
The
platform_management
section contains parameters for the operations node NTP and DNS servers.
The following is an example of
platform_management
parameters:
"platform_management": {
"operations_node": [
{
"hostname": "undercloudhost",
"user": "admin",
"password": "******",
"root_pw": "******",
"oam_ip": "10.xx.xx.xx",
"customer_network_cidr": "10.xx.xx.xx/xx",
"customer_network_gw": "10.xx.xx.xx",
"customer_network_ip": "10.xx.xx.xx",
"dhcp_range": "10.xx.xx.xx-10.xx.xx.xx",
"os_type_with_version": "rhel 7.6",
"physical_pool_id": "NA",
"iso_filepath": "/root/rhel7.6.iso"
}
],
"dns_servers": [
"**.**.**"
],
"ntp_servers": [
"**.**.**",
"**.**.**"
],
"description": "Management elements configured",
"timezone": "<UTC>",
"vim_type": "rhosp"
},
"snmp": [
{
"privacy_protocol": "DES",
"destination_ip": [
"XX.XX.XX.XX"
],
"auth_passphrase": "hellouser",
"auth_protocol": "MD5",
"trap_community": "public",
"privacy_passphrase": "hellosnmp",
"security_name": "SecurityName",
"snmp_alert_protocol": "SNMPv3Trap"
}
]
},
Parameter | Description |
---|---|
[Optional]
description |
Enter the description of the management elements.
NOTE:
If you do not need this parameter, delete the same from your input JSON file. |
hostname |
Under
|
user |
Under
|
root_pw |
Under
operations node enter the Undercloud host OS administrator password.
NOTE:
The root password must conform to following conventions:
|
oam_ip |
Under
operations node , this is an autopopulated value
(If you need to, then enter the available IP address of the OAM network range. ) |
customer_network_cidr |
Under
|
customer_network_gw |
Under
|
customer_network_ip |
Under
|
dhcp_range |
Under
|
os_type_with_version |
Under
|
iso_filepath |
Under
|
dns_servers |
Enter the DNS server details. This is used for accessing the Internet. |
ntp_servers |
Autopopulated with undercloud host OAM IP and undercloud VM VIM PXE IP. You can also provide the ntp_servers details. IMPORTANT:
Ensure that the user-provided NTP server information in the
|
timezone |
Set the time zone in the VIM. |
vim_type |
Select VIM as RHOSP |
snmp |
If you selected Yes for SNMP Configuration under Global Settings page, this parameter is applicable. |
privacy_protocol |
This parameters sets the privacy protocol in the iLO server. Choose one of the following:
|
destination_ip |
This parameter can contain a maximum of 8 SNMP server IPs. |
auth_passphrase |
Sets the passphrase to use for sign operations. Strings with 8-49 characters are accepted. |
auth_protocol |
Choose one of the following:
|
trap_community |
Default: Public |
privacy_passphrase |
Sets the passphrase to be use for encryption operations. Strings with 8-49 characters are accepted. |
security_name |
Provides the SNMPv3 security name associated with SNMPv3trap or SNMPv3Inform, set on SNMPAlertProtocol. Alphanumeric values 1-32 characters are accepted |
snmp_alert_protocol |
Choose from the following:
|