Parameter descriptions in
input.yaml
file
Abbreviation | Description |
---|---|
C |
Two letter code of your country used for self signed certificates. |
ST |
Two letter code of your state or province used for self signed certificates. |
L |
Full name of your location used for self signed certificates. |
O |
Full name of your organization used for self signed certificates. |
OU |
Full name of your unit, section, or group used for self signed certificates. |
CN |
Domain name of your server or the public IP address of your server used for self signed certificates. |
key_file_path |
Private SSL key file path for NPS in case of CA certificates. |
crt_file_path |
Private SSL certificate file path for NPS in case of CA certificates. |
pem_file_path |
File path for Privacy Enhanced Mail (PEM) certificates in case of CA certificates. |
customer_ip |
NPS Toolkit VM IP. |
dns_ip |
DNS IP address to be configured on the NPS toolkit VM. If no DNS is available, enter any reachable IP address. |
ipalloc_range_cidr |
IPALLOC range for deploying Kubernetes pods. The default value is
'172.16.0.0/24' . However, user can change this value. Ensure that this network does not overlap with existing infrastructure networks.
|
vim_type |
Supported
vim_type are
rhocp ,
rhosp and
vmware . If VIM is not required, keep it empty ("" ).
|
mode_of_installation |
Type of RHOCP cluster installation on baremetal, which can be either online or offline.
If
|
registry_fqdn |
A fully qualified domain name of the registry server. Provide
registry_fqdn value only when
vim_type is
rhocp and
mode_of_installation is offline, else keep it empty ("" ).
|
httpwebproxy |
HTTP Web Proxy in format
http://<proxy_url>:<proxy_port> if proxy is required, else keep it empty ("" ).
|
proxy_user |
Proxy username. If proxy requires username and password, update the
proxy_user and
proxy_password fields else keep them empty ("" ).
|
proxy_password |
Proxy password. If proxy requires username and password, update the
proxy_user and
proxy_password fields else keep them empty ("" ).
|