From 8073fff378ba84a17790deed1e13272c6b9d3314 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Fri, 19 Aug 2016 13:49:09 +0300 Subject: Create entries for overcloud VIPs in /etc/hosts This will aid us in using FQDNs instead of IPs if DNS is not set. If the deployer already has DNS set up, they can easily disable this profile by adding the use-dns-for-vips.yaml environment file. bp tls-via-certmonger Change-Id: I8c1b3f253d0149d575171c208f9a1342a7b26450 Depends-On: I1bdb2701dfb3e7ef072e674c9882d3be5af7296c --- environments/use-dns-for-vips.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 environments/use-dns-for-vips.yaml (limited to 'environments/use-dns-for-vips.yaml') diff --git a/environments/use-dns-for-vips.yaml b/environments/use-dns-for-vips.yaml new file mode 100644 index 00000000..daf07bc7 --- /dev/null +++ b/environments/use-dns-for-vips.yaml @@ -0,0 +1,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. +resource_registry: + OS::TripleO::Services::VipHosts: OS::Heat::None -- cgit 1.2.3-korg