Update portal urls 73/19973/1
authorOfir Sonsino <os0695@att.com>
Sun, 22 Oct 2017 08:52:06 +0000 (11:52 +0300)
committerOfir Sonsino <os0695@att.com>
Sun, 22 Oct 2017 08:52:06 +0000 (11:52 +0300)
Change-Id: I8236d057543eeb39e6a23c72b553489e351a5cb3
Issue-Id: VID-80
Signed-off-by: Ofir Sonsino <os0695@att.com>
epsdk-app-onap/src/main/resources/portal.properties
epsdk-app-onap/src/main/swm/common/localize_portal.sh
epsdk-app-onap/src/main/swm/common/localize_system.sh

index 6cc6483..824fd73 100755 (executable)
@@ -33,10 +33,10 @@ use_rest_for_functional_menu=true
 portal.api.impl.class = org.openecomp.portalapp.service.OnBoardingApiServiceImpl\r
 \r
 # Log On for single sign on\r
-ecomp_redirect_url = http://portal.openecomp.org:8989/login\r
+ecomp_redirect_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm\r
 \r
 # URL of the ECOMP Portal REST API\r
-ecomp_rest_url = http://portal.openecomp.org:50580/ecompportal/auxapi\r
+ecomp_rest_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi\r
 \r
 # Applications do not need to run a UEB listener after 1607.\r
 ueb_listeners_enable = false\r
index 77e68df..27ea24a 100755 (executable)
@@ -8,7 +8,7 @@ BACKUP2_CONFIG_FILE=${ROOT_DIR}/war/WEB-INF/classes/portal.properties.bk.2
 echo "Localizing the VID portal configuration"\r
 \r
 if [ -z "${VID_ECOMP_REDIRECT_URL}" ]; then\r
-       VID_ECOMP_REDIRECT_URL=https://portal.openecomp.org/ecompportal/ecompportal/process_csp\r
+       VID_ECOMP_REDIRECT_URL=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm\r
 fi\r
 \r
 if [ -z "${VID_WJ_LOGOUT_URL}" ]; then\r
@@ -16,7 +16,7 @@ if [ -z "${VID_WJ_LOGOUT_URL}" ]; then
 fi\r
 \r
 if [ -z "${VID_ECOMP_REST_URL}" ]; then\r
-       VID_ECOMP_REST_URL=https://portal.openecomp.org/ecompportal/auxapi\r
+       VID_ECOMP_REST_URL=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi\r
 fi\r
 \r
 if [ -z "${VID_UEB_URL_LIST}" ]; then\r
index bf4735d..c9d0afd 100755 (executable)
@@ -44,11 +44,11 @@ if [ -z "${VID_ECOMP_SHARED_CONTEXT_REST_URL}" ]; then
 fi\r
 \r
 if [ -z "${VID_ECOMP_REDIRECT_URL}" ]; then\r
-       VID_ECOMP_REDIRECT_URL=https://portal.openecomp.org/ecompportal/ecompportal/process_csp\r
+       VID_ECOMP_REDIRECT_URL=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm\r
 fi\r
 \r
 if [ -z "${VID_ECOMP_REST_URL}" ]; then\r
-       VID_ECOMP_REST_URL=https://portal.openecomp.org/ecompportal/auxapi\r
+       VID_ECOMP_REST_URL=http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi\r
 fi\r
 \r
 if [ -z "${VID_MSO_SERVER_URL}" ]; then\r