summaryrefslogtreecommitdiffstats
path: root/cfg
diff options
context:
space:
mode:
authorSamuli Silvius <s.silvius@partner.samsung.com>2018-12-21 14:23:51 +0200
committerSamuli Silvius <s.silvius@partner.samsung.com>2018-12-21 15:45:36 +0200
commit9e9afd7b9b8276c8a20225266b2058024955cbbb (patch)
tree28040423c78dd28a5647b009a925f33b21ccb6d9 /cfg
parent170d94b0a8fde81800705e5db04938a283f39a6a (diff)
Added nexus blob data building script.
Script can be used to pre-build nexus data blob from given binary files at build time to avoid nexus populating each time from empty state at installation time. This is usefull when most of the binaries are changed rarely and nexus can be just started up with pre-build blob data at installation time. Currently just docker images and NPM packages are supported. Script is generic and should not have any dependency to ONAP as such but there is few lines now that are rererring to onap, see below grep: $ grep -i onap build_nexus_blob.sh SIMUL_HOSTS="docker.elastic.co gcr.io hub.docker.com nexus3.onap.org nexus.onap.org registry.hub.docker.com ${NEXUS_DOMAIN}" def r = repository.createDockerHosted("onap", 8082, 0) sed -i "s|https://nexus.onap-me.novalocal|http://${NEXUS_DOMAIN}:8081|g" package/package.json Change-Id: I008678fdd6dc067e7ecb26969225e2324b44e7ba Issue-ID: OOM-1551 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Diffstat (limited to 'cfg')
0 files changed, 0 insertions, 0 deletions