diff options
author | Lénaïc Huard <lhuard@amadeus.com> | 2016-01-18 16:28:55 +0100 |
---|---|---|
committer | Lénaïc Huard <lhuard@amadeus.com> | 2016-02-04 18:20:03 +0100 |
commit | 82d474d7b1ba564f051c1ccf125413f4cca28d42 (patch) | |
tree | 0824401bf9beb36f4e137827177e988070b51981 /playbooks/openstack/openshift-cluster/update.yml | |
parent | 73ab565d036b6f3c8777d305fdc1a5029b097f88 (diff) | |
download | openshift-82d474d7b1ba564f051c1ccf125413f4cca28d42.tar.gz openshift-82d474d7b1ba564f051c1ccf125413f4cca28d42.tar.bz2 openshift-82d474d7b1ba564f051c1ccf125413f4cca28d42.tar.xz openshift-82d474d7b1ba564f051c1ccf125413f4cca28d42.zip |
Add a DNS server on OpenStack clusters
Diffstat (limited to 'playbooks/openstack/openshift-cluster/update.yml')
-rw-r--r-- | playbooks/openstack/openshift-cluster/update.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/openstack/openshift-cluster/update.yml b/playbooks/openstack/openshift-cluster/update.yml index 2dc540978..16027b15c 100644 --- a/playbooks/openstack/openshift-cluster/update.yml +++ b/playbooks/openstack/openshift-cluster/update.yml @@ -1,4 +1,6 @@ --- +- include: dns.yml + - name: Populate oo_hosts_to_update group hosts: localhost connection: local |