diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-09-27 13:03:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-27 13:03:14 -0400 |
commit | bd7363f4b64181dee300a85775b484ffa6f45917 (patch) | |
tree | 9bd340de3a8936d67bc1886aa3b6f406f4449b20 /playbooks/openstack/openshift-cluster/update.yml | |
parent | 93c242367ee6e29ab0cb2b1f33da9ed8c4f084a7 (diff) | |
parent | 41407f31f8cc88401d8e435c4bb0de89ae0d052a (diff) | |
download | openshift-bd7363f4b64181dee300a85775b484ffa6f45917.tar.gz openshift-bd7363f4b64181dee300a85775b484ffa6f45917.tar.bz2 openshift-bd7363f4b64181dee300a85775b484ffa6f45917.tar.xz openshift-bd7363f4b64181dee300a85775b484ffa6f45917.zip |
Merge pull request #2507 from lhuard1A/remove_openstack_dns
Remove the DNS VM on OpenStack
Diffstat (limited to 'playbooks/openstack/openshift-cluster/update.yml')
-rw-r--r-- | playbooks/openstack/openshift-cluster/update.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/openstack/openshift-cluster/update.yml b/playbooks/openstack/openshift-cluster/update.yml index 6d4d23963..332f27da7 100644 --- a/playbooks/openstack/openshift-cluster/update.yml +++ b/playbooks/openstack/openshift-cluster/update.yml @@ -15,8 +15,6 @@ - include_vars: vars.yml - include_vars: cluster_hosts.yml -- include: dns.yml - - name: Populate oo_hosts_to_update group hosts: localhost connection: local |