aboutsummaryrefslogtreecommitdiffstats
path: root/epsdk-app-onap
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-06-02 11:50:08 +0200
committerIttay Stern <ittay.stern@att.com>2020-06-02 13:50:18 +0000
commit9e75a25d449679590b774b4bb078e1a57a2a39dc (patch)
tree99c91ff624f837132bb7f1740dc63cadd0a610e7 /epsdk-app-onap
parentd05d1c8b8f26dd1c104d8ef95d55663150e90b37 (diff)
Update aai schema to v19
In order to use orchestration-type in "Browse SDC Service Models", newer schema version is needed. Moreover v19 is recomended versino in Frankfurt releas https://wiki.onap.org/display/DW/AAI+REST+API+Documentation+-+Frankfurt. Issue-ID: VID-602 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ib9bf098b19e62ed5868909c043cd7df0c1a4caf6
Diffstat (limited to 'epsdk-app-onap')
-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 41e50c362..231e3e117 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
@@ -65,7 +65,7 @@ role_management_activated = true
#aai related properties
aai.server.url.base=http://localhost:1080/aai/
-aai.server.url=http://localhost:1080/aai/v14/
+aai.server.url=http://localhost:1080/aai/v19/
aai.truststore.filename=tomcat_keystore
aai.truststore.passwd.x=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go21hnj1y0k1mli1sop1k8o1j651vu91mxw1vun1mze1vv11j8x1k5i1sp11mjc1y161hlr1gm41m111nkj1z781pw31kku1r4p1e391r571pbm1o741l4x1ksp
aai.keystore.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 5d8a340a5..8ca30a339 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
@@ -63,7 +63,7 @@ role_management_activated = false
#aai related properties
aai.server.url.base=${VID_AAI_URL}/aai/
-aai.server.url=${VID_AAI_URL}/aai/v16/
+aai.server.url=${VID_AAI_URL}/aai/v19/
aai.truststore.filename=${AAI_TRUSTSTORE_FILENAME}
aai.truststore.passwd.x=${AAI_TRUSTSTORE_PASSWD_X}
aai.keystore.filename=${AAI_KEYSTORE_FILENAME}