diff options
author | eh552t <eh552t@intl.att.com> | 2017-08-31 15:22:00 +0200 |
---|---|---|
committer | eh552t <eh552t@intl.att.com> | 2017-08-31 15:23:49 +0200 |
commit | 1fc37da6ed8e76a134aa3c34e25a0bf0fe52cbb0 (patch) | |
tree | 35bb50b940772d113a49dc471ec39697fa8d03d4 /src/main/resources/clds/clds-reference.properties | |
parent | e332a53bc88d82419869c99ed40aec63c8b48ae8 (diff) |
Change configuration for Clamp integration
Put default configuration for clamp integration directly in
the properties files
Change-Id: Id945159720e5e5cfbc7ddd44f8d31c6f5c6361a0
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-Id: CLAMP-47
Diffstat (limited to 'src/main/resources/clds/clds-reference.properties')
-rw-r--r-- | src/main/resources/clds/clds-reference.properties | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/src/main/resources/clds/clds-reference.properties b/src/main/resources/clds/clds-reference.properties index e9718e48..df29279c 100644 --- a/src/main/resources/clds/clds-reference.properties +++ b/src/main/resources/clds/clds-reference.properties @@ -5,23 +5,23 @@ # Copyright (C) 2017 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. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END============================================ # =================================================================== # ECOMP is a trademark and service mark of AT&T Intellectual Property. ### -# +# # Poperties for CLDS # # @@ -34,7 +34,7 @@ dcae.decode.service_ids={"vUSP":["vUSP - vCTS"],"Trinity":["ASBGv TLS VNF","ASBG # sdc.template={} sdc.decode.service_ids={} -# +# # # General Policy request properties # @@ -49,7 +49,7 @@ policy.op.policyNamePrefix=Config_BRMS_Param_ # tca.template={"service":"MThresholdCrossingConfiguration","location":"Edge","uuid":"TestUUID","policyName":"???","description":"from clds","configName":"MThresholdCrossingConfiguration","templateVersion":"5.2.0.1","priority":"4","version":"5.2.0.1","policyScope":"resource=F5,service=vSCP,type=configuration,closedLoopControlName=vSCP_F5_Firewall_d925ed73-8231-4d02-9545-db4e101f88f8","content":{"$class": "com.att.ecomp.dcae.clamp.common.MThresholdCrossingConfiguration","domain":"measurementsForVfScaling","policyScope":"pnf=eNodeB;type=configuration","policyName":"policy.dcae.configuration","policyVersion":"1.0.0","subscriberContentType": "application/json","subscriberConsumerId": "c13","subscriberConsumerGroup": "OpenDCAE-c13","subscriberTimeoutMS": "-1","subscriberMessageLimit": "-1","subscriberPollingInterval": "20000","publisherContentType": "application/json","publisherMaxBatchSize": "10","publisherMaxRecoveryQueueSize": "100000","publisherPollingInterval": "20000","publisherAlertWindowingTime": "86400","signatures":[]}} tca.signature.template={"nfNamingCode":"ENBE","target":"common_id","targetType":"eNodeB","useCaseName":"???","signatureName":"???","signatureUuid":"???","closedLoopControlName":"???","severity":"???","version":"1.0.2","maxInterval":1200,"minMessageViolations":4,"thresholds":[]} -# +# # String Match MicroService Policy request build properties # # default @@ -62,8 +62,8 @@ sm.sc.template={} sm.rulegroup=true # by service: vSCP sm.rulegroup.vSCP=false -# -# +# +# # Operational Policy request build properties # op.policyDescription=from clds @@ -86,9 +86,9 @@ op.eNodeB.limit=2 op.eNodeB.period=10s # # Sdc service properties -sdc.catalog.url=http://127.0.0.1:8080/sdc/v1/catalog/ -sdc.hostUrl=http://127.0.0.1:8080 -sdc.serviceUrl=http://127.0.0.1:8080/sdc/v1/catalog/services +sdc.catalog.url=http://sdc.api.simpledemo.openecomp.org:8080/sdc/v1/catalog/ +sdc.hostUrl=http://sdc.api.simpledemo.openecomp.org:8080 +sdc.serviceUrl=http://sdc.api.simpledemo.openecomp.org:8080/sdc/v1/catalog/services sdc.serviceUsername=test sdc.servicePassword=123456 sdc.artifactLabel=blueprintclampcockpit @@ -110,8 +110,8 @@ action.insert.test.event=false CLDS_SERVICE_CACHE_MAX_SECONDS=5 #DCAE Inventory Url Properties -DCAE_INVENTORY_URL = https://127.0.0.1:8080 +DCAE_INVENTORY_URL = https://dcae.api.simpledemo.openecomp.org:8080 #DCAE Dispatcher Url Properties -DCAE_DISPATCHER_URL = https://127.0.0.1:8443 +DCAE_DISPATCHER_URL = https://dcae.api.simpledemo.openecomp.org:8443 |