summaryrefslogtreecommitdiffstats
path: root/deliveries/os_settings.sh
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-08-07 08:26:05 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-08-07 08:30:30 -0400
commit6f588d5a78f6baabb7c96aebbfd2fcfb443e5802 (patch)
treeaf29f3bbd8ab6ac14339f566416f9cdb3d8d1be4 /deliveries/os_settings.sh
parentfff3857077a23c2d10087235818f5d70f2957b9a (diff)
Move hardcoded container tags to variables.
Improve robustness of management scripts: move image tag name prefixes to os_settings.sh script and use them in all scripts, also in ONAP boot/portal_vm_init.sh script. Issue: PORTAL-62 Change-Id: I62bd27f498d65551c70e18dced38de7bc3be016f Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'deliveries/os_settings.sh')
-rwxr-xr-xdeliveries/os_settings.sh11
1 files changed, 9 insertions, 2 deletions
diff --git a/deliveries/os_settings.sh b/deliveries/os_settings.sh
index c4b7a95d..beb43d3e 100755
--- a/deliveries/os_settings.sh
+++ b/deliveries/os_settings.sh
@@ -1,13 +1,20 @@
#!/bin/bash
+# Establish constants for the management shell scripts.
+# These variables are ALSO used in demo/boot/portal_vm_init.sh
-# This docker image name is hardcoded at the ONAP demo repository,
-# so changing it is nontrivial.
+EP_TAG_NAME=portalapps
EP_IMG_NAME=ep:1610-1
EP_CONT_NAME=onap_portal
+
+DB_TAG_NAME=portaldb
DB_IMG_NAME=ecompdb:portal
DB_CONT_NAME=ecompdb_portal
+DB_VOL_NAME=data_vol_portal
+
+WMS_TAG_NAME=portalwms
WMS_IMG_NAME=widget-ms
WMS_CONT_NAME=ecomp-portal-widget-ms
+
VERSION=1.1.0
ETCDIR=etc
WORKINGDIR=PROJECT