aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@att.com>2017-10-22 11:52:06 +0300
committerOfir Sonsino <os0695@att.com>2017-10-22 11:52:06 +0300
commit923c589c833a633b059ecae1774a2fa59964ea73 (patch)
tree9a58e2eb534bd36558af093d4b89449cf336b734
parent6536558797da0a4e13e8dc2c30686cb0eb183b20 (diff)
Update portal urls
Change-Id: I8236d057543eeb39e6a23c72b553489e351a5cb3 Issue-Id: VID-80 Signed-off-by: Ofir Sonsino <os0695@att.com>
-rwxr-xr-xepsdk-app-onap/src/main/resources/portal.properties4
-rwxr-xr-xepsdk-app-onap/src/main/swm/common/localize_portal.sh4
-rwxr-xr-xepsdk-app-onap/src/main/swm/common/localize_system.sh4
3 files changed, 6 insertions, 6 deletions
diff --git a/epsdk-app-onap/src/main/resources/portal.properties b/epsdk-app-onap/src/main/resources/portal.properties
index 6cc64834a..824fd730e 100755
--- a/epsdk-app-onap/src/main/resources/portal.properties
+++ b/epsdk-app-onap/src/main/resources/portal.properties
@@ -33,10 +33,10 @@ use_rest_for_functional_menu=true
portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImpl
# Log On for single sign on
-ecomp_redirect_url = http://portal.openecomp.org:8989/login
+ecomp_redirect_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm
# URL of the ECOMP Portal REST API
-ecomp_rest_url = http://portal.openecomp.org:50580/ecompportal/auxapi
+ecomp_rest_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi
# Applications do not need to run a UEB listener after 1607.
ueb_listeners_enable = false
diff --git a/epsdk-app-onap/src/main/swm/common/localize_portal.sh b/epsdk-app-onap/src/main/swm/common/localize_portal.sh
index 77e68df30..27ea24a11 100755
--- a/epsdk-app-onap/src/main/swm/common/localize_portal.sh
+++ b/epsdk-app-onap/src/main/swm/common/localize_portal.sh
@@ -8,7 +8,7 @@ BACKUP2_CONFIG_FILE=${ROOT_DIR}/war/WEB-INF/classes/portal.properties.bk.2
echo "Localizing the VID portal configuration"
if [ -z "${VID_ECOMP_REDIRECT_URL}" ]; then
- VID_ECOMP_REDIRECT_URL=https://portal.openecomp.org/ecompportal/ecompportal/process_csp
+ VID_ECOMP_REDIRECT_URL=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm
fi
if [ -z "${VID_WJ_LOGOUT_URL}" ]; then
@@ -16,7 +16,7 @@ if [ -z "${VID_WJ_LOGOUT_URL}" ]; then
fi
if [ -z "${VID_ECOMP_REST_URL}" ]; then
- VID_ECOMP_REST_URL=https://portal.openecomp.org/ecompportal/auxapi
+ VID_ECOMP_REST_URL=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi
fi
if [ -z "${VID_UEB_URL_LIST}" ]; then
diff --git a/epsdk-app-onap/src/main/swm/common/localize_system.sh b/epsdk-app-onap/src/main/swm/common/localize_system.sh
index bf4735d76..c9d0afd8d 100755
--- a/epsdk-app-onap/src/main/swm/common/localize_system.sh
+++ b/epsdk-app-onap/src/main/swm/common/localize_system.sh
@@ -44,11 +44,11 @@ if [ -z "${VID_ECOMP_SHARED_CONTEXT_REST_URL}" ]; then
fi
if [ -z "${VID_ECOMP_REDIRECT_URL}" ]; then
- VID_ECOMP_REDIRECT_URL=https://portal.openecomp.org/ecompportal/ecompportal/process_csp
+ VID_ECOMP_REDIRECT_URL=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm
fi
if [ -z "${VID_ECOMP_REST_URL}" ]; then
- VID_ECOMP_REST_URL=https://portal.openecomp.org/ecompportal/auxapi
+ VID_ECOMP_REST_URL=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi
fi
if [ -z "${VID_MSO_SERVER_URL}" ]; then