diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-08 09:30:00 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-08 09:30:00 +0000 |
commit | 6480942f4b2fbe49a9ea1a73bcbdb0878271e84e (patch) | |
tree | 81bef7ead0b3361041bb418123aed50682f2e62e /environments | |
parent | 90c852e3fba30bd57fe6547d1da5fed71b855ba4 (diff) | |
parent | 8073fff378ba84a17790deed1e13272c6b9d3314 (diff) |
Merge "Create entries for overcloud VIPs in /etc/hosts"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/use-dns-for-vips.yaml | 5 |
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 |