summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2015-10-08 17:52:01 -0400
committerScott Dodson <sdodson@redhat.com>2015-10-20 12:05:05 -0400
commit94c2ba099a87c3dc6b87f9bf916c1282a7266e45 (patch)
treef1620bdc44784761c56773537bb5215db9393016 /playbooks
parent25354bb8f15efb829174ad53d56a31ff2fc95be9 (diff)
downloadopenshift-94c2ba099a87c3dc6b87f9bf916c1282a7266e45.tar.gz
openshift-94c2ba099a87c3dc6b87f9bf916c1282a7266e45.tar.bz2
openshift-94c2ba099a87c3dc6b87f9bf916c1282a7266e45.tar.xz
openshift-94c2ba099a87c3dc6b87f9bf916c1282a7266e45.zip
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 64cf7a65b..769bb2c6d 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