aboutsummaryrefslogtreecommitdiffstats
path: root/environments/use-dns-for-vips.yaml
blob: b700312fb41b125a48ef64df068e0962b0285039 (plain)
1
2
3
4
5
# A Heat environment file which can be used to disable the writing of the VIPs
# to the /etc/hosts file in the overcloud. Use this in case you have a working
# DNS server that you will provide for the overcloud.
parameter_defaults:
  AddVipsToEtcHosts: False
: | #!/bin/bash echo -n "false" > $heat_outputs_path.update_managed_packages inputs: - name: update_identifier description: yum will only run for previously unused values of update_identifier default: '' - name: command description: yum sub-command to run, defaults to "update" default: update - name: command_arguments description: yum command arguments, defaults to "" default: '' outputs: - name: update_managed_packages description: boolean value indicating whether to upgrade managed packages outputs: OS::stack_id: value: {get_resource: config}