summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/meta
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 /roles/openshift_examples/meta
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 'roles/openshift_examples/meta')
-rw-r--r--roles/openshift_examples/meta/main.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/openshift_examples/meta/main.yml b/roles/openshift_examples/meta/main.yml
new file mode 100644
index 000000000..5cfda1c89
--- /dev/null
+++ b/roles/openshift_examples/meta/main.yml
@@ -0,0 +1,15 @@
+---
+galaxy_info:
+ author: Scott Dodson
+ description: OpenShift Examples
+ company: Red Hat, Inc.
+ license: Apache License, Version 2.0
+ min_ansible_version: 1.7
+ platforms:
+ - name: EL
+ versions:
+ - 7
+ categories:
+ - cloud
+dependencies:
+- role: openshift_common