summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster/config.yml
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2016-02-03 14:13:49 -0500
committerThomas Wiest <twiest@users.noreply.github.com>2016-02-03 14:13:49 -0500
commit73ab565d036b6f3c8777d305fdc1a5029b097f88 (patch)
tree01cb21e962d1e8ad62ed370119a5a87909109060 /playbooks/libvirt/openshift-cluster/config.yml
parent34b68829e36f7151c6c09411585b25b2340d2823 (diff)
parent4361d0eaabd0f0e87d2c4a8a8653eda4fea6597f (diff)
downloadopenshift-73ab565d036b6f3c8777d305fdc1a5029b097f88.tar.gz
openshift-73ab565d036b6f3c8777d305fdc1a5029b097f88.tar.bz2
openshift-73ab565d036b6f3c8777d305fdc1a5029b097f88.tar.xz
openshift-73ab565d036b6f3c8777d305fdc1a5029b097f88.zip
Merge pull request #1239 from detiber/bin_cluster_overrides
Additional overrides for cloud provider playbooks
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/config.yml')
-rw-r--r--playbooks/libvirt/openshift-cluster/config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/libvirt/openshift-cluster/config.yml b/playbooks/libvirt/openshift-cluster/config.yml
index 6b327f7d0..0e003ef67 100644
--- a/playbooks/libvirt/openshift-cluster/config.yml
+++ b/playbooks/libvirt/openshift-cluster/config.yml
@@ -17,3 +17,7 @@
openshift_router_selector: 'type=infra'
openshift_infra_nodes: "{{ g_infra_hosts }}"
openshift_master_cluster_method: 'native'
+ openshift_use_openshift_sdn: "{{ lookup('oo_option', 'use_openshift_sdn') }}"
+ os_sdn_network_plugin_name: "{{ lookup('oo_option', 'sdn_network_plugin_name') }}"
+ openshift_use_flannel: "{{ lookup('oo_option', 'use_flannel') }}"
+ openshift_use_fluentd: "{{ lookup('oo_option', 'use_fluentd') }}"