diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-26 18:04:56 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-26 18:06:34 -0400 |
commit | cc805e781c5c764860a1f801e637c6ed6e471f63 (patch) | |
tree | c2976903f21258a82b5557441d00a569731ecb4e /deliveries/os_settings.sh | |
parent | a9627f8c54b7e9d5712320621e8a0b748ad9baf4 (diff) |
Prepare to deploy widget-ms docker container in Rackspace
Restore hardcoded image name ep:1610-1 due to demo/boot
script file dependencies.
Store image and container names in settings file;
push and tag image for WMS at same time as portal and db.
Issue: PORTAL-30
Change-Id: I349bfb91676dda0b4f106c6cab784dc6e6cec647
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'deliveries/os_settings.sh')
-rwxr-xr-x | deliveries/os_settings.sh | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/deliveries/os_settings.sh b/deliveries/os_settings.sh index f8b4f560..c4b7a95d 100755 --- a/deliveries/os_settings.sh +++ b/deliveries/os_settings.sh @@ -1,8 +1,13 @@ #!/bin/bash -#IMGNAME=ep:1610-1 -IMGNAME=onap-portal:1.1.0 -CONTNAME=ep-1.1.0 +# This docker image name is hardcoded at the ONAP demo repository, +# so changing it is nontrivial. +EP_IMG_NAME=ep:1610-1 +EP_CONT_NAME=onap_portal +DB_IMG_NAME=ecompdb:portal +DB_CONT_NAME=ecompdb_portal +WMS_IMG_NAME=widget-ms +WMS_CONT_NAME=ecomp-portal-widget-ms VERSION=1.1.0 ETCDIR=etc WORKINGDIR=PROJECT |