From: Sonsino, Ofir (os0695) Date: Thu, 12 Apr 2018 08:17:12 +0000 (+0300) Subject: Point to AAI version v13 X-Git-Tag: v2.0.0~28 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F77243%2F1;p=sandbox-vid.git Point to AAI version v13 Change-Id: Ie242f146ffbaa590d04ad5fba8e9c63cc9841083 Issue-ID: VID-212 Signed-off-by: Sonsino, Ofir (os0695) --- diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties index fc42c625..752688d7 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties @@ -112,7 +112,7 @@ element_map_icon_path = app/fusionapp/icons/ #aai.oldserver.url.base=https://aai.api.openecomp.org:8443/aai/servers/ #aai.oldserver.url=https://aai.api.openecomp.org:8443/aai/servers/v3/ aai.server.url.base=https://104.239.249.183:8443/aai/ -aai.server.url=https://104.239.249.183:8443/aai/v11/ +aai.server.url=https://104.239.249.183:8443/aai/v13/ aai.oldserver.url.base=https://104.239.249.183:8443/aai/servers/ aai.oldserver.url=https://104.239.249.183:8443/aai/servers/v3/ aai.truststore.filename=tomcat_keystore diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties index b837abb9..462ebb43 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties @@ -65,7 +65,7 @@ element_map_icon_path = app/vid/icons/ #aai related properties aai.server.url.base=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/ -aai.server.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/v11/ +aai.server.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/v13/ aai.oldserver.url.base=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/servers/ aai.oldserver.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/servers/v3/ aai.truststore.filename=${AAI_TRUSTSTORE_FILENAME}