diff options
author | bmatt <Brian.Matt@windstream.com> | 2017-09-14 19:30:58 +0000 |
---|---|---|
committer | bmatt <Brian.Matt@windstream.com> | 2017-09-14 19:31:42 +0000 |
commit | b9fd782237406f3b1d436606fac3713129e35e54 (patch) | |
tree | 4420d52f216eb46ec1a67dc0ef6ad463c9cfcb86 /epsdk-app-onap/src/main/webapp/WEB-INF/conf | |
parent | 138adfa2ca115e3929964abd998df02c3318d58e (diff) |
Pointed at AAI API v11
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>
Diffstat (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/conf')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties | 2 | ||||
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 2 |
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 7ee75e32..b376b20e 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 56ec9f30..1b7921c7 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}
|