Merge "Standalone: Disable persisting VIPs on /etc/hosts"

This commit is contained in:
Zuul 2018-11-02 15:23:20 +00:00 committed by Gerrit Code Review
commit 091ba83efa
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

@ -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