Pointed at AAI API v11 33/12533/1
authorbmatt <Brian.Matt@windstream.com>
Thu, 14 Sep 2017 19:30:58 +0000 (19:30 +0000)
committerbmatt <Brian.Matt@windstream.com>
Thu, 14 Sep 2017 19:31:42 +0000 (19:31 +0000)
VID reports error that model-verions-id is not populated that appears to be fixed in v11. Pointed VID at AAI v11 API to fix issue.

Change-Id: I284bd6fbfc944ebc8fd25995215c8765952d9256
Issue-ID: VID-61
Signed-off-by: bmatt <Brian.Matt@windstream.com>
epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties
epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties

index 7ee75e3..b376b20 100755 (executable)
@@ -111,7 +111,7 @@ element_map_icon_path = app/fusionapp/icons/
 #aai.oldserver.url.base=https://aai.api.openecomp.org:8443/aai/servers/\r
 #aai.oldserver.url=https://aai.api.openecomp.org:8443/aai/servers/v3/\r
 aai.server.url.base=https://104.239.249.183:8443/aai/\r
-aai.server.url=https://104.239.249.183:8443/aai/v8/\r
+aai.server.url=https://104.239.249.183:8443/aai/v11/\r
 aai.oldserver.url.base=https://104.239.249.183:8443/aai/servers/\r
 aai.oldserver.url=https://104.239.249.183:8443/aai/servers/v3/\r
 aai.truststore.filename=tomcat_keystore\r
index 56ec9f3..1b7921c 100755 (executable)
@@ -64,7 +64,7 @@ element_map_icon_path = app/vid/icons/
 \r
 #aai related properties\r
 aai.server.url.base=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/\r
-aai.server.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/v8/\r
+aai.server.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/v11/\r
 aai.oldserver.url.base=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/servers/\r
 aai.oldserver.url=https://${VID_AAI_HOST}:${VID_AAI_PORT}/aai/servers/v3/\r
 aai.truststore.filename=${AAI_TRUSTSTORE_FILENAME}\r