|
@@ -711,8 +711,8 @@ def set_deployment_facts_if_unset(facts):
|
|
|
if 'node' in facts:
|
|
|
deployment_type = facts['common']['deployment_type']
|
|
|
if 'storage_plugin_deps' not in facts['node']:
|
|
|
- if deployment_type in ['openshift-enterprise', 'atomic-enterprise']:
|
|
|
- facts['node']['storage_plugin_deps'] = ['ceph', 'glusterfs']
|
|
|
+ if deployment_type in ['openshift-enterprise', 'atomic-enterprise', 'origin']:
|
|
|
+ facts['node']['storage_plugin_deps'] = ['ceph', 'glusterfs', 'iscsi']
|
|
|
else:
|
|
|
facts['node']['storage_plugin_deps'] = []
|
|
|
|