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/examples-sync.sh | |
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/examples-sync.sh')
-rwxr-xr-x | roles/openshift_examples/examples-sync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_examples/examples-sync.sh b/roles/openshift_examples/examples-sync.sh index ff53a0a4f..236717203 100755 --- a/roles/openshift_examples/examples-sync.sh +++ b/roles/openshift_examples/examples-sync.sh @@ -39,7 +39,7 @@ cp cakephp-ex-master/openshift/templates/* ${EXAMPLES_BASE}/quickstart-templates mv application-templates-${XPAAS_VERSION}/jboss-image-streams.json ${EXAMPLES_BASE}/xpaas-streams/ find application-templates-${XPAAS_VERSION}/ -name '*.json' ! -wholename '*secret*' ! -wholename '*demo*' -exec mv {} ${EXAMPLES_BASE}/xpaas-templates/ \; wget https://raw.githubusercontent.com/jboss-fuse/application-templates/master/fis-image-streams.json -O ${EXAMPLES_BASE}/xpaas-streams/fis-image-streams.json - +wget https://raw.githubusercontent.com/redhat-developer/s2i-dotnetcore/master/dotnet_imagestreams.json -O ${EXAMPLES_BASE}/image-streams/dotnet_imagestreams.json wget https://raw.githubusercontent.com/openshift/origin-metrics/master/metrics.yaml -O ${EXAMPLES_BASE}/infrastructure-templates/origin/metrics-deployer.yaml wget https://raw.githubusercontent.com/openshift/origin-metrics/enterprise/metrics.yaml -O ${EXAMPLES_BASE}/infrastructure-templates/enterprise/metrics-deployer.yaml wget https://raw.githubusercontent.com/openshift/origin-aggregated-logging/master/deployer/deployer.yaml -O ${EXAMPLES_BASE}/infrastructure-templates/origin/logging-deployer.yaml |