aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-04-20 08:41:34 -0400
committerJim Hahn <jrh3@att.com>2020-04-20 08:41:34 -0400
commit3dde9f0b68fae53c14f8fe89e58022381f1f17e0 (patch)
tree88cb5d7a323061fbc258374e2138c2c45adecb66
parent95296891998ca84e3f1bc995c1553d87c8d70c2d (diff)
Add properties needed by A&AI PNF Operation
Added properties needed by A&AI PNF Operation. Issue-ID: POLICY-2505 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I58966faf9eb9900123a085bf8093050440c15170
-rw-r--r--controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties1
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties1
2 files changed, 2 insertions, 0 deletions
diff --git a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties
index a978bc1a0..bd2797b16 100644
--- a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties
+++ b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties
@@ -38,6 +38,7 @@ 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.APPC.sinkTopic=APPC-LCM-READ
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties
index 9359dad4f..ea9569a85 100644
--- a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties
+++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties
@@ -39,6 +39,7 @@ 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.APPC.sinkTopic=APPC-LCM-READ