diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-10 15:41:30 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-10 15:41:30 -0500 |
commit | 777fd8b3b964e3780660f733d7539a6e86ed3b66 (patch) | |
tree | 5245a356c6fdd6ea0d5ccebf1122c286bb232059 /inventory/byo | |
parent | 5678a61006be9f6b72d7a94131006e309d414ea0 (diff) | |
parent | 2419624b7aa8b626bf537ef106af9836aefa5035 (diff) | |
download | openshift-777fd8b3b964e3780660f733d7539a6e86ed3b66.tar.gz openshift-777fd8b3b964e3780660f733d7539a6e86ed3b66.tar.bz2 openshift-777fd8b3b964e3780660f733d7539a6e86ed3b66.tar.xz openshift-777fd8b3b964e3780660f733d7539a6e86ed3b66.zip |
Merge pull request #1370 from vanveele/iscsi-plugin
add iscsi storage_plugin dependency
Diffstat (limited to 'inventory/byo')
-rw-r--r-- | inventory/byo/hosts.aep.example | 2 | ||||
-rw-r--r-- | inventory/byo/hosts.origin.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example index 915a82579..ca625d956 100644 --- a/inventory/byo/hosts.aep.example +++ b/inventory/byo/hosts.aep.example @@ -142,7 +142,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # default storage plugin dependencies to install, by default the ceph and # glusterfs plugin dependencies will be installed, if available. -#osn_storage_plugin_deps=['ceph','glusterfs'] +#osn_storage_plugin_deps=['ceph','glusterfs','iscsi'] # default selectors for router and registry services # openshift_router_selector='region=infra' diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 4fe514d97..7eeb9ef37 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -147,7 +147,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # default storage plugin dependencies to install, by default the ceph and # glusterfs plugin dependencies will be installed, if available. -#osn_storage_plugin_deps=['ceph','glusterfs'] +#osn_storage_plugin_deps=['ceph','glusterfs','iscsi'] # default selectors for router and registry services # openshift_router_selector='region=infra' |