summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-10-29 08:08:31 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2015-10-29 08:08:31 -0400
commit16d1bce0be2f8c3942489630adcb7030aecadc55 (patch)
tree93e80f1577ad0f2f5f8931b493c50cd9aa657c77 /inventory
parent54319616cfc0ee15ded018a788cfcbb9426ddacc (diff)
parent8bfcf17c0355464123146685e31e06a27182b1a9 (diff)
downloadopenshift-16d1bce0be2f8c3942489630adcb7030aecadc55.tar.gz
openshift-16d1bce0be2f8c3942489630adcb7030aecadc55.tar.bz2
openshift-16d1bce0be2f8c3942489630adcb7030aecadc55.tar.xz
openshift-16d1bce0be2f8c3942489630adcb7030aecadc55.zip
Merge pull request #738 from detiber/storage_plugins
Install storage plugin dependencies
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example
index 914b66a93..8a5d5c719 100644
--- a/inventory/byo/hosts.example
+++ b/inventory/byo/hosts.example
@@ -82,6 +82,10 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# default project node selector
#osm_default_node_selector='region=primary'
+# 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']
+
# default selectors for router and registry services
# openshift_router_selector='region=infra'
# openshift_registry_selector='region=infra'