summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdeliveries/os_settings.sh8
-rw-r--r--ecomp-portal-BE-os/pom.xml4
2 files changed, 6 insertions, 6 deletions
diff --git a/deliveries/os_settings.sh b/deliveries/os_settings.sh
index b05e0a2d..19a1e0ef 100755
--- a/deliveries/os_settings.sh
+++ b/deliveries/os_settings.sh
@@ -3,17 +3,17 @@
# These variables are ALSO used in demo/boot/portal_vm_init.sh
EP_TAG_NAME=portalapps
-EP_IMG_NAME=ep:latest
+EP_IMG_NAME=portalapps:latest
EP_CONT_NAME=onap_portal
DB_TAG_NAME=portaldb
-DB_IMG_NAME=ecompdb:portal
-DB_CONT_NAME=ecompdb_portal
+DB_IMG_NAME=portaldb:latest
+DB_CONT_NAME=onap_portal_db
DB_VOL_NAME=data_vol_portal
WMS_TAG_NAME=portalwms
WMS_IMG_NAME=widget-ms
-WMS_CONT_NAME=ecomp-portal-widget-ms
+WMS_CONT_NAME=onap_portal_widget_ms
VERSION=1.1.0
ETCDIR=etc
diff --git a/ecomp-portal-BE-os/pom.xml b/ecomp-portal-BE-os/pom.xml
index 2cf1af23..837e6dff 100644
--- a/ecomp-portal-BE-os/pom.xml
+++ b/ecomp-portal-BE-os/pom.xml
@@ -46,8 +46,8 @@
</reporting>
<distributionManagement>
<site>
- <id>nexus</id>
- <url>dav:https://ecomp-nexus:8443/repository/portal-javadoc/${epsdk.version}</url>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}/content/sites/site/org/onap/portal/${project.version}</url>
</site>
</distributionManagement>
<repositories>