Remove unused parameters from undercloud post deployment template

Change-Id: Ibbf6afe738607fe3eebe38464fb001edadabd7fb
This commit is contained in:
Takashi Kajinami 2022-06-15 11:13:05 +09:00
parent e1afca352e
commit 41801f6147
1 changed files with 0 additions and 15 deletions

View File

@ -33,21 +33,6 @@ parameters:
type: string
description: Specifies the default CA cert to use if TLS is used for
services in the internal network.
SnmpdReadonlyUserPassword:
description: The user password for SNMPd with readonly rights running on all Overcloud nodes
type: string
hidden: true
MysqlRootPassword:
type: string
hidden: true
default: ''
DnsServers:
default: []
description: >
DNS servers to use for the Overcloud (2 max for some implementations).
If not set the nameservers configured in the ctlplane subnet's
dns_nameservers attribute will be used.
type: comma_delimited_list
CtlplaneLocalPhysicalNetwork:
default: ctlplane
type: string