Merge "Standalone: Disable persisting VIPs on /etc/hosts"
This commit is contained in:
commit
091ba83efa
@ -24,6 +24,10 @@
|
||||
#
|
||||
# openstack overcloud roles generate -o ~/roles_data.yaml Standalone
|
||||
parameter_defaults:
|
||||
# Set to true to append per network Vips to /etc/hosts on each node.
|
||||
# Type: string
|
||||
AddVipsToEtcHosts: False
|
||||
|
||||
# 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
|
||||
DnsServers: []
|
||||
|
@ -43,6 +43,9 @@ environments:
|
||||
puppet/all-nodes-config.yaml:
|
||||
parameters:
|
||||
- StackAction
|
||||
sample-env-generator/standalone.yaml:
|
||||
parameters:
|
||||
- AddVipsToEtcHosts
|
||||
sample_values:
|
||||
StackAction: CREATE
|
||||
SoftwareConfigTransport: POLL_SERVER_HEAT
|
||||
@ -269,4 +272,8 @@ parameters:
|
||||
default: standalone
|
||||
description: Name of the flavor for Standalone nodes
|
||||
type: string
|
||||
|
||||
AddVipsToEtcHosts:
|
||||
default: false
|
||||
description: >
|
||||
Set to true to append per network Vips to /etc/hosts on each node.
|
||||
type: string
|
||||
|
Loading…
Reference in New Issue
Block a user