diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-07-29 17:04:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-29 17:04:05 -0400 |
commit | 6f6649620d9eae28548bf2cbe93af24cfdd8e428 (patch) | |
tree | 05123317f64083a01724fe27aa7ba9088469a9aa /roles/openshift_examples/defaults | |
parent | c70525677eed8818602d2a6db080e009689c0ca3 (diff) | |
parent | c244dd767f1185fd0b3da9c32f639aab91489c0e (diff) | |
download | openshift-6f6649620d9eae28548bf2cbe93af24cfdd8e428.tar.gz openshift-6f6649620d9eae28548bf2cbe93af24cfdd8e428.tar.bz2 openshift-6f6649620d9eae28548bf2cbe93af24cfdd8e428.tar.xz openshift-6f6649620d9eae28548bf2cbe93af24cfdd8e428.zip |
Merge pull request #2237 from sdodson/dot-net
Add dotnet image stream to enterprise installs
Diffstat (limited to 'roles/openshift_examples/defaults')
-rw-r--r-- | roles/openshift_examples/defaults/main.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/openshift_examples/defaults/main.yml b/roles/openshift_examples/defaults/main.yml index 0f5189974..a15285417 100644 --- a/roles/openshift_examples/defaults/main.yml +++ b/roles/openshift_examples/defaults/main.yml @@ -11,7 +11,9 @@ 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" -rhel_image_streams: "{{ image_streams_base}}/image-streams-rhel7.json" +rhel_image_streams: + - "{{ 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" |