aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmichai Hemli <ah0398@intl.att.com>2017-09-15 06:32:51 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-15 06:32:51 +0000
commit92273aa4f8dd5be778c26629dce2875942f6f038 (patch)
tree8d6b85be12fcea0090a464d8b0c3635ea42384bc
parent344ba457188c9935ab316456ffc54b18e6fdc812 (diff)
parentb9fd782237406f3b1d436606fac3713129e35e54 (diff)
Merge "Pointed at AAI API v11"
-rwxr-xr-xepsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties2
-rwxr-xr-xepsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties2
2 files changed, 2 insertions, 2 deletions
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 7ee75e32a..b376b20e4 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
@@ -111,7 +111,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/v8/
+aai.server.url=https://104.239.249.183:8443/aai/v11/
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 56ec9f306..1b7921c76 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
@@ -64,7 +64,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/v8/
+aai.server.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/v11/
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}