X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.properties;h=179553dde8603b85ad3bd7c99d69fd0ca38fac7d;hb=12d39d3873ced59a1b10f8ce3a7a90c33328641c;hp=5b9a105b91184658f1c4e384a2b2916f80a182bc;hpb=b1012c78b91403bbd8de0ee8465a0139d7a77f04;p=clamp.git diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5b9a105b..179553dd 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -18,7 +18,7 @@ # limitations under the License. # ============LICENSE_END============================================ # =================================================================== -# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# ### info.build.artifact=@project.artifactId@ @@ -106,7 +106,8 @@ async.core.pool.size=10 async.max.pool.size=20 async.queue.capacity=500 -clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties +clamp.config.log.path=/var/log/onap +clamp.config.files.systemProperties=classpath:/system.properties clamp.config.files.cldsUsers=classpath:/clds/clds-users.json clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json @@ -125,16 +126,16 @@ clamp.config.sdc.decode.service_ids=classpath:/clds/templates/sdc-decode-service # # # Configuration Settings for Policy Engine Components -clamp.config.policy.pdpUrl1=http://localhost:8085/pdp/ , testpdp, alpha123 -clamp.config.policy.pdpUrl2=http://vlocalhost:8085/pdp/ , testpdp, alpha123 -clamp.config.policy.papUrl=http://localhost:8085/pap/ , testpap, alpha123 +clamp.config.policy.pdpUrl1=http://policy.api.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123 +clamp.config.policy.pdpUrl2=http://policy.api.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123 +clamp.config.policy.papUrl=http://policy.api.simpledemo.onap.org:8081/pap/ , testpap, alpha123 clamp.config.policy.notificationType=websocket clamp.config.policy.notificationUebServers=localhost -clamp.config.policy.notificationTopic= -clamp.config.policy.clientId=myclientid +clamp.config.policy.notificationTopic=PDPD-CONFIGURATION +clamp.config.policy.clientId=python # base64 encoding -clamp.config.policy.clientKey=5CE79532B3A2CB4D132FC0C04BF916A7 +clamp.config.policy.clientKey=dGVzdA== #DEVL for development #TEST for Test environments #PROD for prod environments @@ -163,27 +164,16 @@ clamp.config.tca.thresholds.template=classpath:/clds/templates/tca-thresholds-te # clamp.config.op.policyDescription=from clds # default -clamp.config.op.templateName=ClosedLoopvUSP +clamp.config.op.templateName=ClosedLoopControlName 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://localhost:8085/sdc/v1/catalog/ -clamp.config.sdc.hostUrl=http://localhost:8085 -clamp.config.sdc.serviceUrl=http://localhost:8085/sdc/v1/catalog/services +clamp.config.sdc.catalog.url=http://sdc.api.simpledemo.onap.org:8080/sdc/v1/catalog/ +clamp.config.sdc.hostUrl=http://sdc.api.simpledemo.onap.org:8080 +clamp.config.sdc.serviceUrl=http://sdc.api.simpledemo.onap.org:8080/sdc/v1/catalog/services clamp.config.sdc.serviceUsername=clamp clamp.config.sdc.servicePassword=b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981 clamp.config.sdc.artifactLabel=blueprintclampcockpit @@ -207,12 +197,14 @@ clamp.config.action.insert.test.event=false clamp.config.clds.service.cache.invalidate.after.seconds=120 #DCAE Inventory Url Properties -clamp.config.dcae.inventory.url=http://localhost:8085 +clamp.config.dcae.inventory.url=http://dcae.api.simpledemo.onap.org:8080 clamp.config.dcae.intentory.retry.interval=10000 clamp.config.dcae.intentory.retry.limit=3 #DCAE Dispatcher Url Properties -clamp.config.dcae.dispatcher.url=http://localhost:8085 +clamp.config.dcae.dispatcher.url=http://dcae.api.simpledemo.onap.org:8188 +clamp.config.dcae.dispatcher.retry.interval=10000 +clamp.config.dcae.dispatcher.retry.limit=10 clamp.config.dcae.header.requestId = X-ECOMP-RequestID #Define user permission related parameters, the permission type can be changed but MUST be redefined in clds-users.properties in that case !