diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2017-07-14 17:35:06 -0400 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2017-07-14 17:41:03 -0400 |
commit | 0423274ca0c213f801d64e5ae9923fd5f90c7c78 (patch) | |
tree | ca65ddb1c98c92f72d0ba2f5541db289d2dd4683 /aai-resources/bundleconfig-local/etc/appprops | |
parent | c5009ade9e35d9d03131f55dafc9f0fd79c2246a (diff) |
[AAI-50 Amsterdam] Add support for v11 version API
Update rest controller paths to include v11
update version in app props to v11
Update default api version for dmaap to v11
Update oxms in the test dir to v11
Update version of schema and core for resources
Change-Id: Ic1604f75a00fdafbda3de30ce5421efecdc128d9
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@att.com>
Diffstat (limited to 'aai-resources/bundleconfig-local/etc/appprops')
-rw-r--r-- | aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties index be3a6f2..7cfe021 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties +++ b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties @@ -30,7 +30,7 @@ ecm.openstack.tenantid=b0a529aba48440a39e0caf1aea9b27e3 aai.avpn.interim.laginterface=ae0 aai.server.url.base=https://localhost:8443/aai/ -aai.server.url=https://localhost:8443/aai/v10/ +aai.server.url=https://localhost:8443/aai/v11/ aai.global.callback.url=https://localhost:8443/aai/ aai.auth.cspcookies_on=false @@ -77,18 +77,18 @@ aai.servicedescription.vusp=VIRTUAL USP aai.servicedescription.vvig=vVIGaaS aai.servicedescription.lrsi=LRSI-OSPF -aai.notification.current.version=v10 +aai.notification.current.version=v11 aai.notificationEvent.default.status=UNPROCESSED aai.notificationEvent.default.eventType=AAI-EVENT aai.notificationEvent.default.domain=devINT1 aai.notificationEvent.default.sourceName=aai aai.notificationEvent.default.sequenceNumber=0 aai.notificationEvent.default.severity=NORMAL -aai.notificationEvent.default.version=v10 +aai.notificationEvent.default.version=v11 # This one lets us enable/disable resource-version checking on updates/deletes aai.resourceversion.enableflag=true aai.logging.maxStackTraceEntries=10 -aai.default.api.version=v10 +aai.default.api.version=v11 # Used by Model-processing code aai.model.delete.sleep.per.vtx.msec=500 @@ -124,4 +124,4 @@ aai.server.rebind=g # This is a fake one just for test so please ignore ecm.auth.password.x=OBF:1igd1i9a1jnb1yte1vv11vu91yt81jk71i6o1idt -aai.run.migrations=false +aai.run.migrations=false
\ No newline at end of file |