aboutsummaryrefslogtreecommitdiffstats
path: root/environments/use-dns-for-vips.yaml
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2016-08-19 13:49:09 +0300
committerEmilien Macchi <emilien@redhat.com>2016-09-07 03:06:39 +0000
commit8073fff378ba84a17790deed1e13272c6b9d3314 (patch)
treecba6f866d4e5a2e082efbea57f989bd10c36035f /environments/use-dns-for-vips.yaml
parent29329881269cb204f32dc1aa61a5d74db784f379 (diff)
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
Diffstat (limited to 'environments/use-dns-for-vips.yaml')
-rw-r--r--environments/use-dns-for-vips.yaml5
1 files changed, 5 insertions, 0 deletions
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