summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster/config.yml
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-12-02 14:15:09 -0500
committerJason DeTiberus <jdetiber@redhat.com>2016-02-01 11:59:45 -0500
commit4361d0eaabd0f0e87d2c4a8a8653eda4fea6597f (patch)
tree5ea973362b86e3b4f8779824c7e58f0c91d544e6 /playbooks/libvirt/openshift-cluster/config.yml
parentd5cb285daf70dd44a3141a5d67ce972a65203a98 (diff)
downloadopenshift-4361d0eaabd0f0e87d2c4a8a8653eda4fea6597f.tar.gz
openshift-4361d0eaabd0f0e87d2c4a8a8653eda4fea6597f.tar.bz2
openshift-4361d0eaabd0f0e87d2c4a8a8653eda4fea6597f.tar.xz
openshift-4361d0eaabd0f0e87d2c4a8a8653eda4fea6597f.zip
Additional overrides for cloud provider playbooks
- sdn overrides - allow overrides for use_flannel and use_fluentd
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 9bd99c4fc..87ac3acb6 100644
--- a/playbooks/libvirt/openshift-cluster/config.yml
+++ b/playbooks/libvirt/openshift-cluster/config.yml
@@ -16,3 +16,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') }}"