diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-07-18 16:38:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-18 16:38:59 -0400 |
commit | 25f5b7168eb5554dca5b91d63a4d21c724f04812 (patch) | |
tree | dedca19620e33e62a5302076b39e3b0af22a9888 /playbooks/libvirt | |
parent | de24691d903d1cd0381f684fc8050673d2d81fd7 (diff) | |
parent | 28c97b01f5827cef2f2c5700cce56bb11b15d869 (diff) | |
download | openshift-25f5b7168eb5554dca5b91d63a4d21c724f04812.tar.gz openshift-25f5b7168eb5554dca5b91d63a4d21c724f04812.tar.bz2 openshift-25f5b7168eb5554dca5b91d63a4d21c724f04812.tar.xz openshift-25f5b7168eb5554dca5b91d63a4d21c724f04812.zip |
Merge pull request #4786 from sdodson/enable_dnsmasq
Remove openshift_use_dnsmasq from aws and libvirt playbooks
Diffstat (limited to 'playbooks/libvirt')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/libvirt/openshift-cluster/config.yml b/playbooks/libvirt/openshift-cluster/config.yml index 477213f4e..569e00da2 100644 --- a/playbooks/libvirt/openshift-cluster/config.yml +++ b/playbooks/libvirt/openshift-cluster/config.yml @@ -37,4 +37,3 @@ openshift_use_flannel: "{{ lookup('oo_option', 'use_flannel') }}" openshift_use_calico: "{{ lookup('oo_option', 'use_calico') }}" openshift_use_fluentd: "{{ lookup('oo_option', 'use_fluentd') }}" - openshift_use_dnsmasq: false |