diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-06-22 10:44:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-22 10:44:20 -0400 |
commit | 7ac20f9cef4dbbf9787e757dd1938d28483a22a7 (patch) | |
tree | 13717f97e3a513150f71506bd4af5d012f410644 /roles/openshift_examples/examples-sync.sh | |
parent | 856175c0a9167d1dba0ac46ec900bda497a8c0a7 (diff) | |
parent | c0b25fcfcb3e0e0454c0e7ee6116725821fbdfcb (diff) | |
download | openshift-7ac20f9cef4dbbf9787e757dd1938d28483a22a7.tar.gz openshift-7ac20f9cef4dbbf9787e757dd1938d28483a22a7.tar.bz2 openshift-7ac20f9cef4dbbf9787e757dd1938d28483a22a7.tar.xz openshift-7ac20f9cef4dbbf9787e757dd1938d28483a22a7.zip |
Merge pull request #2070 from sdodson/image-stream-sync
Image stream sync
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 f9d194909..24c18f2b8 100755 --- a/roles/openshift_examples/examples-sync.sh +++ b/roles/openshift_examples/examples-sync.sh @@ -41,7 +41,7 @@ wget https://raw.githubusercontent.com/jboss-fuse/application-templates/master/f 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/deployment/deployer.yaml -O ${EXAMPLES_BASE}/infrastructure-templates/origin/logging-deployer.yaml +wget https://raw.githubusercontent.com/openshift/origin-aggregated-logging/master/deployer/deployer.yaml -O ${EXAMPLES_BASE}/infrastructure-templates/origin/logging-deployer.yaml wget https://raw.githubusercontent.com/openshift/origin-aggregated-logging/enterprise/deployment/deployer.yaml -O ${EXAMPLES_BASE}/infrastructure-templates/enterprise/logging-deployer.yaml popd |