Merge "Standalone: Disable persisting VIPs on /etc/hosts" into stable/rocky

This commit is contained in:
Zuul 2018-12-07 23:52:54 +00:00 committed by Gerrit Code Review
commit 4bd61a3275
2 changed files with 12 additions and 1 deletions

View File

@ -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: []

View File

@ -40,6 +40,9 @@ environments:
puppet/all-nodes-config.yaml:
parameters:
- StackAction
sample-env-generator/standalone.yaml:
parameters:
- AddVipsToEtcHosts
sample_values:
StackAction: CREATE
SoftwareConfigTransport: POLL_SERVER_HEAT
@ -261,4 +264,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