summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorJohn T Skarbek <jtslear@gmail.com>2015-12-03 22:37:33 -0500
committerJohn T Skarbek <jtslear@gmail.com>2015-12-09 18:27:58 -0500
commit9fc1e7ac3e066add840be7691a9647f6157afe27 (patch)
treeac48f00fe5602dc3e9ea12b85431560057dc4aac /inventory
parentbc10731cb98eb4169c430de24044783c7c5183cd (diff)
downloadopenshift-9fc1e7ac3e066add840be7691a9647f6157afe27.tar.gz
openshift-9fc1e7ac3e066add840be7691a9647f6157afe27.tar.bz2
openshift-9fc1e7ac3e066add840be7691a9647f6157afe27.tar.xz
openshift-9fc1e7ac3e066add840be7691a9647f6157afe27.zip
Make the install of openshift_examples optional
* Allows us to make it optional to run the role `openshift_examples` * Defaults to true
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.aep.example3
-rw-r--r--inventory/byo/hosts.origin.example3
-rw-r--r--inventory/byo/hosts.ose.example3
3 files changed, 9 insertions, 0 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example
index d5b872e06..096d806a3 100644
--- a/inventory/byo/hosts.aep.example
+++ b/inventory/byo/hosts.aep.example
@@ -21,6 +21,9 @@ ansible_ssh_user=root
# deployment type valid values are origin, online, atomic-enterprise, and openshift-enterprise
deployment_type=atomic-enterprise
+# Install the openshift examples
+#openshift_install_examples=true
+
# Enable cluster metrics
#use_cluster_metrics=true
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index 77a3a04b4..6f015c404 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -21,6 +21,9 @@ ansible_ssh_user=root
# deployment type valid values are origin, online, atomic-enterprise and openshift-enterprise
deployment_type=origin
+# Install the openshift examples
+#openshift_install_examples=true
+
# Enable cluster metrics
#use_cluster_metrics=true
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index 5a4310298..778bbfb3a 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -21,6 +21,9 @@ ansible_ssh_user=root
# deployment type valid values are origin, online, atomic-enterprise, and openshift-enterprise
deployment_type=openshift-enterprise
+# Install the openshift examples
+#openshift_install_examples=true
+
# Enable cluster metrics
#use_cluster_metrics=true