summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorWesley Hearn <wesley.s.hearn@gmail.com>2015-10-22 10:37:17 -0400
committerWesley Hearn <wesley.s.hearn@gmail.com>2015-10-22 10:37:17 -0400
commitd7c0c0eaff15315e7c57d196d08cc53f9ab200c5 (patch)
tree5b1a3db396f883d95e85e6166c2ee757744ec419 /playbooks
parent04d172ac4041c83857646f20eabbaf71a5e56673 (diff)
parentcc43b2ee85ed3f55529ac12107780aec414affee (diff)
downloadopenshift-d7c0c0eaff15315e7c57d196d08cc53f9ab200c5.tar.gz
openshift-d7c0c0eaff15315e7c57d196d08cc53f9ab200c5.tar.bz2
openshift-d7c0c0eaff15315e7c57d196d08cc53f9ab200c5.tar.xz
openshift-d7c0c0eaff15315e7c57d196d08cc53f9ab200c5.zip
Merge pull request #678 from sdodson/examples
Adjust the logic as to when examples are deployed
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-master/config.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml
index 678e1c2d5..fdf6b4d09 100644
--- a/playbooks/common/openshift-master/config.yml
+++ b/playbooks/common/openshift-master/config.yml
@@ -216,8 +216,7 @@
roles:
- role: openshift_master_cluster
when: openshift_master_ha | bool
- - role: openshift_examples
- when: deployment_type in ['enterprise','openshift-enterprise','origin']
+ - openshift_examples
- role: openshift_cluster_metrics
when: openshift.common.use_cluster_metrics | bool