summaryrefslogtreecommitdiffstats
path: root/k8s-bootstrap-container/test-expand.sh
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2018-03-27 00:04:46 -0400
committerJack Lucas <jflucas@research.att.com>2018-03-27 00:05:26 -0400
commit230ae894c1b2f489e31d6a0d9f7db99cf6b65cbe (patch)
tree44dd8a41e278a8a3155b9f628515d550636b2248 /k8s-bootstrap-container/test-expand.sh
parent649d242623da77f02277c778a55cc51430a809ca (diff)
Add k8s bootstrap container
Change-Id: Ib21bd80a1e43d1005974527cecf93e99462e94fa Issue-ID: DCAEGEN2-421 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s-bootstrap-container/test-expand.sh')
-rwxr-xr-xk8s-bootstrap-container/test-expand.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/k8s-bootstrap-container/test-expand.sh b/k8s-bootstrap-container/test-expand.sh
new file mode 100755
index 0000000..1e929f5
--- /dev/null
+++ b/k8s-bootstrap-container/test-expand.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+sed \
+ -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}#https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R2#' \
+ -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}#https://nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins#' \
+ -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_blueprints_releases }}#https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.blueprints/R2#' \
+Dockerfile-template > Dockerfile \ No newline at end of file