summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2015-06-19 10:00:41 -0400
committerScott Dodson <sdodson@redhat.com>2015-06-22 15:37:50 -0400
commit15bcfb3e59e6e31c00e23725547f896c03c93290 (patch)
treefbb1a0138703a7183e49cf07c6bd1ea0e863e241 /playbooks
parenta7ac3f7b513fe57ddccad15bdb6c7e9091f16bcd (diff)
downloadopenshift-15bcfb3e59e6e31c00e23725547f896c03c93290.tar.gz
openshift-15bcfb3e59e6e31c00e23725547f896c03c93290.tar.bz2
openshift-15bcfb3e59e6e31c00e23725547f896c03c93290.tar.xz
openshift-15bcfb3e59e6e31c00e23725547f896c03c93290.zip
Add openshift_examples role
This role installs db-templates, image-streams, and quickstart-templates into /usr/share/openshift/examples on the master and then uses `oc create` to import them.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-master/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml
index 052ed14c7..29c4d9c5c 100644
--- a/playbooks/common/openshift-master/config.yml
+++ b/playbooks/common/openshift-master/config.yml
@@ -3,6 +3,7 @@
hosts: oo_masters_to_config
roles:
- openshift_master
+ - openshift_examples
- role: fluentd_master
when: openshift.common.use_fluentd | bool
tasks: