summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-08-14 20:13:37 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-08-15 15:16:48 -0400
commit959830943c96734b46de8f0b8477394c83054aeb (patch)
treeedb32b3b93d6c9fa9f94c64a8641e42806578d21
parentb4b77932902a99aeecc63cb80cf51c04058b24f4 (diff)
Correct Javadoc deploy error
Correct entries for Javadoc deploy target host and path in ecomp-portal-BE-os/pom.xml to repair deploy error Issue: PORTAL-54 Change-Id: I788ac993b8419745a3048dbc413d043d262b483a Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
-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>