diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2016-02-03 14:13:49 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2016-02-03 14:13:49 -0500 |
commit | 73ab565d036b6f3c8777d305fdc1a5029b097f88 (patch) | |
tree | 01cb21e962d1e8ad62ed370119a5a87909109060 /playbooks/libvirt | |
parent | 34b68829e36f7151c6c09411585b25b2340d2823 (diff) | |
parent | 4361d0eaabd0f0e87d2c4a8a8653eda4fea6597f (diff) | |
download | openshift-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')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/config.yml | 4 |
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') }}" |