diff options
author | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-10-22 10:37:17 -0400 |
---|---|---|
committer | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-10-22 10:37:17 -0400 |
commit | d7c0c0eaff15315e7c57d196d08cc53f9ab200c5 (patch) | |
tree | 5b1a3db396f883d95e85e6166c2ee757744ec419 /playbooks/common/openshift-master | |
parent | 04d172ac4041c83857646f20eabbaf71a5e56673 (diff) | |
parent | cc43b2ee85ed3f55529ac12107780aec414affee (diff) | |
download | openshift-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/common/openshift-master')
-rw-r--r-- | playbooks/common/openshift-master/config.yml | 3 |
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 |