summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/defaults
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-10-26 16:22:52 -0400
committerScott Dodson <sdodson@redhat.com>2017-10-27 13:19:30 -0400
commit2169c2476adfe112428849396b2292a76ecd5305 (patch)
treea8954ee6835a03abc7411a9354d4cc01fb14d0c8 /roles/openshift_examples/defaults
parent34f6e3e2543ab961bcded8cbc7e531a7bbf5b02c (diff)
downloadopenshift-2169c2476adfe112428849396b2292a76ecd5305.tar.gz
openshift-2169c2476adfe112428849396b2292a76ecd5305.tar.bz2
openshift-2169c2476adfe112428849396b2292a76ecd5305.tar.xz
openshift-2169c2476adfe112428849396b2292a76ecd5305.zip
Add centos based dotnet 2.0 image streams
Diffstat (limited to 'roles/openshift_examples/defaults')
-rw-r--r--roles/openshift_examples/defaults/main.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/roles/openshift_examples/defaults/main.yml b/roles/openshift_examples/defaults/main.yml
index fc4b56bbf..e623b33f3 100644
--- a/roles/openshift_examples/defaults/main.yml
+++ b/roles/openshift_examples/defaults/main.yml
@@ -10,10 +10,12 @@ content_version: "{{ openshift.common.examples_content_version }}"
examples_base: "{{ openshift.common.config_base if openshift.common.is_containerized | bool else '/usr/share/openshift' }}/examples"
image_streams_base: "{{ examples_base }}/image-streams"
-centos_image_streams: "{{ image_streams_base}}/image-streams-centos7.json"
+centos_image_streams:
+ - "{{ image_streams_base }}/image-streams-centos7.json"
+ - "{{ image_streams_base }}/dotnet_imagestreams_centos.json"
rhel_image_streams:
- - "{{ image_streams_base}}/image-streams-rhel7.json"
- - "{{ image_streams_base}}/dotnet_imagestreams.json"
+ - "{{ image_streams_base }}/image-streams-rhel7.json"
+ - "{{ image_streams_base }}/dotnet_imagestreams.json"
db_templates_base: "{{ examples_base }}/db-templates"
xpaas_image_streams: "{{ examples_base }}/xpaas-streams/"
xpaas_templates_base: "{{ examples_base }}/xpaas-templates"