summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/defaults/main.yml
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-11-10 15:58:00 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2015-11-10 15:58:00 -0500
commit6ee3d4deb200219098596562e502ca34e550f6fd (patch)
treebef03951221471cc0e93bb8b04d21d4355d3ca98 /roles/openshift_examples/defaults/main.yml
parent1735585f0a1f0ff510f359b3f86fc80d04182d01 (diff)
parent36d44c4b8bb2e3059b67dea7ddb67f7bbaf921e4 (diff)
downloadopenshift-6ee3d4deb200219098596562e502ca34e550f6fd.tar.gz
openshift-6ee3d4deb200219098596562e502ca34e550f6fd.tar.bz2
openshift-6ee3d4deb200219098596562e502ca34e550f6fd.tar.xz
openshift-6ee3d4deb200219098596562e502ca34e550f6fd.zip
Merge pull request #857 from sosiouxme/20151110-infrastructure-templates
examples: include logging and metrics infrastructure
Diffstat (limited to 'roles/openshift_examples/defaults/main.yml')
-rw-r--r--roles/openshift_examples/defaults/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_examples/defaults/main.yml b/roles/openshift_examples/defaults/main.yml
index 2043985ec..8e8bc6868 100644
--- a/roles/openshift_examples/defaults/main.yml
+++ b/roles/openshift_examples/defaults/main.yml
@@ -14,5 +14,7 @@ db_templates_base: "{{ examples_base }}/db-templates"
xpaas_image_streams: "{{ examples_base }}/xpaas-streams/jboss-image-streams.json"
xpaas_templates_base: "{{ examples_base }}/xpaas-templates"
quickstarts_base: "{{ examples_base }}/quickstart-templates"
+infrastructure_origin_base: "{{ examples_base }}/infrastructure-templates/origin"
+infrastructure_enterprise_base: "{{ examples_base }}/infrastructure-templates/enterprise"
openshift_examples_import_command: "create"