diff options
author | Eddy Hautot <eh552t@intl.att.com> | 2018-04-24 16:10:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-24 16:10:08 +0000 |
commit | e265dec047435408d2349e9f101349bcfbd3ef6c (patch) | |
tree | cd6bb62f208fe49d2bf4ee6e71f88870287a75cc /src/main/resources/application.properties | |
parent | eb3342f16c870cedb37b27d01d37bd2d83530c25 (diff) | |
parent | bf74fbfd181970d880803e4f8bc4f34a7a498f6e (diff) |
Merge changes I09044986,Ib63b98f1,Ib974f943
* changes:
Remove eNodeB
Remove enodeB code
Remove bad test
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c1c01161f..2ff9205dc 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -168,17 +168,6 @@ clamp.config.op.operationTopic=APPC-CL clamp.config.op.notificationTopic=POLICY-CL-MGT
clamp.config.op.controller=amsterdam
clamp.config.op.policy.appc=APPC
-# by service: vSCP
-clamp.config.op.templateName.vSCP=ClosedLoopTemplate
-clamp.config.op.controller.vSCP=1607-f5fw
-clamp.config.op.eNodeB.templateName=ClosedLoopControlName
-clamp.config.op.eNodeB.operationTopic=com.onap.sdnr.RanCLRequest-v00
-clamp.config.op.eNodeB.notificationTopic=com.onap-policy.IST-ENODEB-CL
-clamp.config.op.eNodeB.controller=amsterdam
-clamp.config.op.eNodeB.recipe=classpath:/clds/templates/op-eNodeB-recipe.json
-clamp.config.op.eNodeB.timeWindow=35
-clamp.config.op.eNodeB.limit=2
-clamp.config.op.eNodeB.period=10s
#
# Sdc service properties
clamp.config.sdc.catalog.url=http://sdc.api.simpledemo.onap.org:8080/sdc/v1/catalog/
|