Use new version of A&AI APIs 92/117992/1
authorJim Hahn <jrh3@att.com>
Fri, 20 Nov 2020 21:38:16 +0000 (16:38 -0500)
committerJim Hahn <jrh3@att.com>
Wed, 17 Feb 2021 18:32:06 +0000 (13:32 -0500)
Just changed the version numbers; the APIs appear to be the same
otherwise.

Issue-ID: POLICY-2788
Change-Id: I842d88184a816c7fd24d935488875ba1337a1754
Signed-off-by: Jim Hahn <jrh3@att.com>
controlloop/common/controller-usecases/src/test/resources/config/event-manager.properties
controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties

index bd82b50..23e3106 100644 (file)
@@ -2,7 +2,7 @@
 # ============LICENSE_START======================================================
 # ONAP
 # ===============================================================================
-# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
 # ===============================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -37,9 +37,9 @@ actor.service.GUARD.onapInstance=my-onap-instance
 actor.service.GUARD.operations.Decision.path=decision
 
 actor.service.AAI.clientName=AAI
-actor.service.AAI.operations.CustomQuery.path=aai/v16/query
-actor.service.AAI.operations.Pnf.path=aai/v16/network/pnfs/pnf
-actor.service.AAI.operations.Tenant.path=aai/v16/search/nodes-query
+actor.service.AAI.operations.CustomQuery.path=aai/v21/query
+actor.service.AAI.operations.Pnf.path=aai/v21/network/pnfs/pnf
+actor.service.AAI.operations.Tenant.path=aai/v21/search/nodes-query
 
 actor.service.APPC.sinkTopic=APPC-LCM-READ
 actor.service.APPC.sourceTopic=APPC-LCM-WRITE
index 9b28e66..94eadec 100644 (file)
@@ -2,7 +2,7 @@
 # ============LICENSE_START======================================================
 # ONAP
 # ===============================================================================
-# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
 # ===============================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -38,9 +38,9 @@ actor.service.GUARD.onapInstance=Usecases
 actor.service.GUARD.operations.Decision.path=decision
 
 actor.service.AAI.clientName=AAI
-actor.service.AAI.operations.CustomQuery.path=aai/v16/query
-actor.service.AAI.operations.Pnf.path=aai/v16/network/pnfs/pnf
-actor.service.AAI.operations.Tenant.path=aai/v16/search/nodes-query
+actor.service.AAI.operations.CustomQuery.path=aai/v21/query
+actor.service.AAI.operations.Pnf.path=aai/v21/network/pnfs/pnf
+actor.service.AAI.operations.Tenant.path=aai/v21/search/nodes-query
 
 actor.service.APPC.sinkTopic=APPC-LCM-READ
 actor.service.APPC.sourceTopic=APPC-LCM-WRITE