Remove hardcoded timeout
[sdc.git] / catalog-be / src / main / resources / config / configuration.yaml
1 identificationHeaderFields:
2    - HTTP_IV_USER
3    - HTTP_CSP_FIRSTNAME
4    - HTTP_CSP_LASTNAME
5    - HTTP_IV_REMOTE_ADDRESS
6    - HTTP_CSP_WSTYPE
7
8 # catalog backend hostname
9 beFqdn: localhost
10 # sdccatalog.com
11
12 # catalog backend http port
13 beHttpPort: 8080
14
15 # catalog backend http context
16 beContext: /sdc/rest/config/get
17
18 # catalog backend protocol
19 beProtocol: http
20
21 # catalog backend ssl port
22 beSslPort: 8443
23
24 version: 1.1.0
25 released: 2012-11-30
26 toscaConformanceLevel: 12.0
27 minToscaConformanceLevel: 3.0
28
29 # access restriction
30 authCookie:
31   securityKey: "AGLDdG4D04BKm2IxIWEr8o=="
32   maxSessionTimeOut: 24*60*60*1000
33   sessionIdleTimeOut: 2*60*60*1000
34   cookieName: "AuthenticationCookie"
35   path: /
36   domain: ""
37   isHttpOnly: true
38   # redirect variable name from portal.properties file
39   redirectURL: "ecomp_redirect_url"
40   excludedUrls: ['/config', '/configmgr', '/kibanaProxy', '/healthcheck', '/v1/catalog', '/v1/catalog/archive', '/v1/followed', '/v1/catalog/upload.*', '/v1/consumers', '/v1/screen', '/v1/catalogUpdateTimea', '/v1/user.*']
41
42 # These values are necessary for running upgrade migration 1710.0 process
43 enableAutoHealing: false
44 appVersion: 1.1.0
45 artifactGeneratorConfig: Artifact-Generator.properties
46 resourcesForUpgrade:
47  8.0:
48   - org.openecomp.resource.cp.extCP
49   - tosca.nodes.network.Network
50   - tosca.nodes.network.Port
51   - org.openecomp.resource.cp.nodes.network.SubInterface
52 skipUpgradeFailedVfs: true
53 skipUpgradeVSPs: true
54 autoHealingOwner: jh0003
55 supportAllottedResourcesAndProxy: true
56 deleteLockTimeoutInSeconds: 60
57 maxDeleteComponents: 10
58
59 janusGraphCfgFile: /home/vagrant/catalog-be/config/catalog-be/janusgraph.properties
60 janusGraphInMemoryGraph: false
61 janusGraphLockTimeout: 1800
62
63 # The interval to try and reconnect to janusGraph DB when it is down during ASDC startup:
64 janusGraphReconnectIntervalInSeconds: 3
65
66 # The read timeout towards Janus Graph DB when health check is invoked:
67 janusGraphHealthCheckReadTimeout: 1
68
69 uebHealthCheckReconnectIntervalInSeconds: 15
70 uebHealthCheckReadTimeout: 4
71
72 # Protocols
73 protocols:
74    - http
75    - https
76
77 # Default imports
78 defaultImports:
79    - nodes:
80         file: nodes.yml
81    - datatypes:
82         file: data.yml
83    - capabilities:
84         file: capabilities.yml
85    - relationships:
86         file: relationships.yml
87    - groups:
88         file: groups.yml
89    - policies:
90         file: policies.yml
91    - annotations:
92         file: annotations.yml
93
94 # Users
95 users:
96     tom: passwd
97     bob: passwd
98
99 neo4j:
100     host: neo4jhost
101     port: 7474
102     user: neo4j
103     password: "12345"
104
105 cassandraConfig:
106     cassandraHosts: [192.168.33.10]
107     cassandraPort: 9042
108     localDataCenter: DC-sdc-iltlv650
109     reconnectTimeout : 30000
110     authenticate: true
111     username: asdc_user
112     password: Aa1234%^!
113     ssl: true
114     truststorePath : /var/lib/jetty/opt/base/be/config/.truststore
115     truststorePassword : Aa123456
116     maxWaitSeconds: 120
117     keySpaces:
118         - { name: dox, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}
119         - { name: sdcaudit, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}
120         - { name: sdcartifact, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}
121         - { name: sdccomponent, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}
122         - { name: sdcrepository, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}
123
124 artifactTypes:
125    - CHEF
126    - PUPPET
127    - SHELL
128    - YANG
129    - YANG_XML
130    - HEAT
131    - BPEL
132    - DG_XML
133    - MURANO_PKG
134    - WORKFLOW
135    - NETWORK_CALL_FLOW
136    - TOSCA_TEMPLATE
137    - TOSCA_CSAR
138    - AAI_SERVICE_MODEL
139    - AAI_VF_MODEL
140    - AAI_VF_MODULE_MODEL
141    - AAI_VF_INSTANCE_MODEL
142    - OTHER
143    - SNMP_POLL
144    - SNMP_TRAP
145    - GUIDE
146    - CONTROLLER_BLUEPRINT_ARCHIVE
147    - PNF_SW_INFORMATION
148
149 licenseTypes:
150    - User
151    - Installation
152    - CPU
153
154 #Deployment artifacts placeHolder
155 resourceTypes: &allResourceTypes
156   - VFC
157   - CP
158   - VL
159   - VF
160   - CR
161   - VFCMT
162   - Abstract
163   - CVFC
164
165 # validForResourceTypes usage
166 #     validForResourceTypes:
167 #        - VF
168 #        - VL
169 deploymentResourceArtifacts:
170 #  heat:
171 #      displayName: "Base HEAT Template"
172 #      type: HEAT
173 #      validForResourceTypes: *allResourceTypes
174 #  heatVol:
175 #      displayName: "Volume HEAT Template"
176 #      type: HEAT_VOL
177 #      validForResourceTypes: *allResourceTypes
178 #  heatNet:
179 #      displayName: "Network HEAT Template"
180 #      type: HEAT_NET
181 #      validForResourceTypes: *allResourceTypes
182
183 deploymentResourceInstanceArtifacts:
184   heatEnv:
185       displayName: "HEAT ENV"
186       type: HEAT_ENV
187       description: "Auto-generated HEAT Environment deployment artifact"
188       fileExtension: "env"
189   VfHeatEnv:
190       displayName: "VF HEAT ENV"
191       type: HEAT_ENV
192       description: "VF Auto-generated HEAT Environment deployment artifact"
193       fileExtension: "env"
194
195 #tosca artifacts placeholders
196 toscaArtifacts:
197   assetToscaTemplate:
198       artifactName: -template.yml
199       displayName: Tosca Template
200       type: TOSCA_TEMPLATE
201       description: TOSCA representation of the asset
202   assetToscaCsar:
203       artifactName: -csar.csar
204       displayName: Tosca Model
205       type: TOSCA_CSAR
206       description: TOSCA definition package of the asset
207
208
209 #Informational artifacts placeHolder
210 excludeResourceCategory:
211   - Generic
212 excludeResourceType:
213   - PNF
214   - CR
215 informationalResourceArtifacts:
216   features:
217       displayName: Features
218       type: OTHER
219   capacity:
220       displayName: Capacity
221       type: OTHER
222   vendorTestResult:
223       displayName: Vendor Test Result
224       type: OTHER
225   testScripts:
226       displayName: Test Scripts
227       type: OTHER
228   CloudQuestionnaire:
229       displayName: Cloud Questionnaire (completed)
230       type: OTHER
231   HEATTemplateFromVendor:
232       displayName: HEAT Template from Vendor
233       type: HEAT
234   resourceSecurityTemplate:
235       displayName: Resource Security Template
236       type: OTHER
237
238 excludeServiceCategory:
239
240 informationalServiceArtifacts:
241   serviceArtifactPlan:
242       displayName: Service Artifact Plan
243       type: OTHER
244   summaryOfImpactsToECOMPElements:
245       displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
246       type: OTHER
247   controlLoopFunctions:
248       displayName: Control Loop Functions
249       type: OTHER
250   dimensioningInfo:
251       displayName: Dimensioning Info
252       type: OTHER
253   affinityRules:
254       displayName: Affinity Rules
255       type: OTHER
256   operationalPolicies:
257       displayName: Operational Policies
258       type: OTHER
259   serviceSpecificPolicies:
260       displayName: Service-specific Policies
261       type: OTHER
262   engineeringRules:
263       displayName: Engineering Rules (ERD)
264       type: OTHER
265   distributionInstructions:
266       displayName: Distribution Instructions
267       type: OTHER
268   certificationTestResults:
269       displayName: TD Certification Test Results
270       type: OTHER
271   deploymentVotingRecord:
272       displayName: Deployment Voting Record
273       type: OTHER
274   serviceQuestionnaire:
275       displayName: Service Questionnaire
276       type: OTHER
277   serviceSecurityTemplate:
278       displayName: Service Security Template
279       type: OTHER
280
281 serviceApiArtifacts:
282   configuration:
283       displayName: Configuration
284       type: OTHER
285   instantiation:
286       displayName: Instantiation
287       type: OTHER
288   monitoring:
289       displayName: Monitoring
290       type: OTHER
291   reporting:
292       displayName: Reporting
293       type: OTHER
294   logging:
295       displayName: Logging
296       type: OTHER
297   testing:
298       displayName: Testing
299       type: OTHER
300
301 additionalInformationMaxNumberOfKeys: 50
302
303 systemMonitoring:
304     enabled: false
305     isProxy: false
306     probeIntervalInSeconds: 15
307
308 heatArtifactDeploymentTimeout:
309   defaultMinutes: 30
310   minMinutes: 1
311   maxMinutes: 120
312
313 serviceDeploymentArtifacts:
314     CONTROLLER_BLUEPRINT_ARCHIVE:
315         acceptedTypes:
316             - zip
317     YANG_XML:
318         acceptedTypes:
319             - xml
320     VNF_CATALOG:
321         acceptedTypes:
322             - xml
323     MODEL_INVENTORY_PROFILE:
324         acceptedTypes:
325             - xml
326     MODEL_QUERY_SPEC:
327         acceptedTypes:
328             - xml
329     UCPE_LAYER_2_CONFIGURATION:
330         acceptedTypes:
331             - xml
332
333 #AAI Artifacts
334     AAI_SERVICE_MODEL:
335         acceptedTypes:
336             - xml
337     AAI_VF_MODULE_MODEL:
338         acceptedTypes:
339             - xml
340     AAI_VF_INSTANCE_MODEL:
341         acceptedTypes:
342             - xml
343     CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT:
344         acceptedTypes:
345             - zip
346             - tgz
347             - csar
348     OTHER:
349         acceptedTypes:
350
351 resourceDeploymentArtifacts:
352     HEAT:
353         acceptedTypes:
354             - yaml
355             - yml
356         validForResourceTypes: *allResourceTypes
357     HEAT_VOL:
358         acceptedTypes:
359             - yaml
360             - yml
361         validForResourceTypes: *allResourceTypes
362     HEAT_NET:
363         acceptedTypes:
364             - yaml
365             - yml
366         validForResourceTypes: *allResourceTypes
367     HEAT_NESTED:
368         acceptedTypes:
369             - yaml
370             - yml
371         validForResourceTypes: *allResourceTypes
372     HEAT_ARTIFACT:
373         acceptedTypes:
374         validForResourceTypes: *allResourceTypes
375     CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT:
376         acceptedTypes:
377             - zip
378         validForResourceTypes: *allResourceTypes
379     YANG_XML:
380         acceptedTypes:
381             - xml
382         validForResourceTypes: *allResourceTypes
383     VNF_CATALOG:
384         acceptedTypes:
385             - xml
386         validForResourceTypes: *allResourceTypes
387     VF_LICENSE:
388         acceptedTypes:
389             - xml
390         validForResourceTypes: *allResourceTypes
391     VENDOR_LICENSE:
392         acceptedTypes:
393             - xml
394         validForResourceTypes: *allResourceTypes
395     MODEL_INVENTORY_PROFILE:
396         acceptedTypes:
397             - xml
398         validForResourceTypes: *allResourceTypes
399     MODEL_QUERY_SPEC:
400         acceptedTypes:
401             - xml
402         validForResourceTypes: *allResourceTypes
403     LIFECYCLE_OPERATIONS:
404         acceptedTypes:
405             - yaml
406             - yml
407         validForResourceTypes:
408             - VF
409             - VFC
410     VES_EVENTS:
411         acceptedTypes:
412             - yaml
413             - yml
414         validForResourceTypes:
415             - VFC
416             - CP
417             - VL
418             - VF
419             - CR
420             - VFCMT
421             - Abstract
422             - CVFC
423             - PNF
424     PERFORMANCE_COUNTER:
425         acceptedTypes:
426             - csv
427         validForResourceTypes: *allResourceTypes
428     APPC_CONFIG:
429         acceptedTypes:
430         validForResourceTypes:
431             - VF
432     DCAE_TOSCA:
433         acceptedTypes:
434             - yml
435             - yaml
436         validForResourceTypes:
437             - VF
438             - VFCMT
439     DCAE_JSON:
440         acceptedTypes:
441             - json
442         validForResourceTypes:
443             - VF
444             - VFCMT
445     DCAE_POLICY:
446         acceptedTypes:
447             - emf
448         validForResourceTypes:
449             - VF
450             - VFCMT
451     DCAE_DOC:
452         acceptedTypes:
453         validForResourceTypes:
454             - VF
455             - VFCMT
456     DCAE_EVENT:
457         acceptedTypes:
458         validForResourceTypes:
459             - VF
460             - VFCMT
461     AAI_VF_MODEL:
462         acceptedTypes:
463             - xml
464         validForResourceTypes:
465             - VF
466     AAI_VF_MODULE_MODEL:
467         acceptedTypes:
468             - xml
469         validForResourceTypes:
470             - VF
471     OTHER:
472         acceptedTypes:
473         validForResourceTypes:
474           - VFC
475           - CP
476           - VL
477           - VF
478           - VFCMT
479           - Abstract
480           - CVFC
481           - PNF
482     SNMP_POLL:
483         acceptedTypes:
484         validForResourceTypes: *allResourceTypes
485     SNMP_TRAP:
486         acceptedTypes:
487         validForResourceTypes: *allResourceTypes
488     PM_DICTIONARY:
489         acceptedTypes:
490             - yaml
491             - yml
492         validForResourceTypes:
493             - VF
494             - PNF
495     YANG_MODULE:
496         acceptedTypes:
497             - yang
498         validForResourceTypes:
499             - VF
500             - PNF
501     ANSIBLE_PLAYBOOK:
502         acceptedTypes:
503             - yaml
504             - yml
505         validForResourceTypes:
506             - VF
507             - PNF
508     ONBOARDED_PACKAGE:
509         acceptedTypes:
510             - csar
511         validForResourceTypes:
512             - VF
513             - PNF
514     CONTROLLER_BLUEPRINT_ARCHIVE:
515         acceptedTypes:
516             - zip
517         validForResourceTypes:
518             - VF
519             - PNF
520
521
522 resourceInstanceDeploymentArtifacts:
523     HEAT_ENV:
524         acceptedTypes:
525             - env
526     VF_MODULES_METADATA:
527         acceptedTypes:
528             - json
529     VES_EVENTS:
530         acceptedTypes:
531             - yaml
532             - yml
533     PERFORMANCE_COUNTER:
534         acceptedTypes:
535             - csv
536     DCAE_INVENTORY_TOSCA:
537         acceptedTypes:
538             - yml
539             - yaml
540     DCAE_INVENTORY_JSON:
541         acceptedTypes:
542             - json
543     DCAE_INVENTORY_POLICY:
544       acceptedTypes:
545             - emf
546     DCAE_INVENTORY_DOC:
547       acceptedTypes:
548     DCAE_INVENTORY_BLUEPRINT:
549       acceptedTypes:
550     DCAE_INVENTORY_EVENT:
551       acceptedTypes:
552     SNMP_POLL:
553         acceptedTypes:
554         validForResourceTypes: *allResourceTypes
555     SNMP_TRAP:
556         acceptedTypes:
557         validForResourceTypes: *allResourceTypes
558
559 resourceInformationalArtifacts:
560     CHEF:
561         acceptedTypes:
562         validForResourceTypes: *allResourceTypes
563     PUPPET:
564         acceptedTypes:
565         validForResourceTypes: *allResourceTypes
566     SHELL:
567         acceptedTypes:
568         validForResourceTypes: *allResourceTypes
569     YANG:
570         acceptedTypes:
571         validForResourceTypes: *allResourceTypes
572     YANG_XML:
573         acceptedTypes:
574         validForResourceTypes: *allResourceTypes
575     HEAT:
576         acceptedTypes:
577         validForResourceTypes: *allResourceTypes
578     BPEL:
579         acceptedTypes:
580         validForResourceTypes: *allResourceTypes
581     DG_XML:
582         acceptedTypes:
583         validForResourceTypes: *allResourceTypes
584     MURANO_PKG:
585         acceptedTypes:
586         validForResourceTypes: *allResourceTypes
587     OTHER:
588         acceptedTypes:
589         validForResourceTypes:
590             - VFC
591             - CVFC
592             - CP
593             - VL
594             - VF
595             - CR
596             - VFCMT
597             - Abstract
598             - PNF
599     PNF_SW_INFORMATION:
600         acceptedTypes:
601             - yml
602             - yaml
603         validForResourceTypes:
604             - PNF
605     SNMP_POLL:
606         acceptedTypes:
607         validForResourceTypes: *allResourceTypes
608     SNMP_TRAP:
609         acceptedTypes:
610         validForResourceTypes: *allResourceTypes
611     GUIDE:
612         acceptedTypes:
613         validForResourceTypes:
614             - VF
615             - VFC
616             - CVFC
617
618 unLoggedUrls:
619    - /sdc2/rest/healthCheck
620
621 cleanComponentsConfiguration:
622     cleanIntervalInMinutes: 1440
623     componentsToClean:
624        - Resource
625        - Service
626
627 artifactsIndex: resources
628
629 heatEnvArtifactHeader: ""
630 heatEnvArtifactFooter: ""
631
632 onboarding:
633     protocol: http
634     host: localhost
635     port: 8080
636     downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
637     healthCheckUri: "/onboarding-api/v1.0/healthcheck"
638
639 dcae:
640     protocol: http
641     host: 127.0.0.1
642     port: 8080
643     healthCheckUri: "/dcae/healthCheck"
644
645 ecompPortal:
646     protocol: https
647     host: ecomp-portal-web-tdevn2.mtn23a.ecomp.cci.att.com
648     port: 8443
649     healthCheckUri: "/ecompui/portalApi/healthCheck"
650
651 switchoverDetector:
652     gBeFqdn: AIO-BE.ecomp.idns.cip.com
653     gFeFqdn: AIO-FE.ecomp.idns.cip.com
654     beVip: 0.0.0.0
655     feVip: 0.0.0.0
656     beResolveAttempts: 3
657     feResolveAttempts: 3
658     enabled: false
659     interval: 60
660     changePriorityUser: ecompasdc
661     changePriorityPassword: ecompasdc123
662     publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
663     publishNetworkBody: '{"note":"publish network"}'
664     groups:
665       beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com?user=root",
666                changePriorityBody: '{"name":"AIO-BE.ecomp.idns.com","uri":"/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com","no_ad_redirection":false,"v4groups":{"failover_groups":["/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_mg_be","/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_bs_be"],"failover_policy":["FAILALL"]},"comment":"AIO BE G-fqdn","intended_app_proto":"DNS"}'}
667       feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com?user=root",
668                changePriorityBody: '{"comment":"AIO G-fqdn","name":"AIO-FE.ecomp.idns.com","v4groups":{"failover_groups":["/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_mg_fe","/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_bs_fe"],"failover_policy":["FAILALL"]},"no_ad_redirection":false,"intended_app_proto":"DNS","uri":"/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com"}'}
669
670 applicationL1Cache:
671     datatypes:
672         enabled: true
673         firstRunDelay: 10
674         pollIntervalInSec: 60
675
676 applicationL2Cache:
677     enabled: true
678     catalogL1Cache:
679         enabled: true
680         resourcesSizeInCache: 300
681         servicesSizeInCache: 200
682         productsSizeInCache: 100
683     queue:
684         syncIntervalInSecondes: 43200
685         waitOnShutDownInMinutes: 10
686         numberOfCacheWorkers: 4
687
688 toscaValidators:
689     stringMaxLength: 2500
690
691 disableAudit: false
692 consumerBusinessLogic: false
693
694 vfModuleProperties:
695     min_vf_module_instances:
696         forBaseModule: 1
697         forNonBaseModule: 0
698     max_vf_module_instances:
699         forBaseModule: 1
700         forNonBaseModule:
701     initial_count:
702         forBaseModule: 1
703         forNonBaseModule: 0
704     vf_module_type:
705         forBaseModule: Base
706         forNonBaseModule: Expansion
707
708 genericAssetNodeTypes:
709   VFC: org.openecomp.resource.abstract.nodes.VFC
710   CVFC: org.openecomp.resource.abstract.nodes.VFC
711   VF : org.openecomp.resource.abstract.nodes.VF
712   CR : org.openecomp.resource.abstract.nodes.CR
713   PNF: org.openecomp.resource.abstract.nodes.PNF
714   Service: org.openecomp.resource.abstract.nodes.service
715
716 workloadContext: Production
717 environmentContext:
718     defaultValue: General_Revenue-Bearing
719     validValues:
720        - Critical_Revenue-Bearing
721        - Vital_Revenue-Bearing
722        - Essential_Revenue-Bearing
723        - Important_Revenue-Bearing
724        - Needed_Revenue-Bearing
725        - Useful_Revenue-Bearing
726        - General_Revenue-Bearing
727        - Critical_Non-Revenue
728        - Vital_Non-Revenue
729        - Essential_Non-Revenue
730        - Important_Non-Revenue
731        - Needed_Non-Revenue
732        - Useful_Non-Revenue
733        - General_Non-Revenue
734
735 gabConfig:
736   - artifactType: 'VES_EVENTS'
737     pathsandnames:
738       -
739         friendlyName: "Action"
740         path: "event.action[2]"
741         searchable: true
742       -
743         friendlyName: "Comment"
744         path: "event.comment"
745         searchable: true
746       -
747         friendlyName: "Alarm Additional Information"
748         path: "event.structure.faultFields.structure.alarmAdditionalInformation.comment"
749         searchable: true
750   - artifactType: 'PM_DICTIONARY'
751     pathsandnames:
752       -
753         friendlyName: "measType"
754         path: "pmMetaData.pmFields.measType"
755         searchable: true
756       -
757         friendlyName: "measDescription"
758         path: "pmMetaData.pmFields.measDescription"
759         searchable: true
760       -
761         friendlyName: "measCondition"
762         path: "pmMetaData.pmFields.measCondition"
763         searchable: false
764       -
765         friendlyName: "measResultUnits"
766         path: "pmMetaData.pmFields.measResultUnits"
767         searchable: false
768       -
769         friendlyName: "measResultRange"
770         path: "pmMetaData.pmFields.measResultRange"
771         searchable: false
772       -
773         friendlyName: "measObjClass"
774         path: "pmMetaData.pmFields.measObjClass"
775         searchable: true
776       -
777         friendlyName: "measCollectionMethod"
778         path: "pmMetaData.pmFields.measCollectionMethod"
779         searchable: false
780       -
781         friendlyName: "measInfoId"
782         path: "pmMetaData.pmFields.measInfoId"
783         searchable: true
784       -
785         friendlyName: "iMeasInfoId"
786         path: "pmMetaData.pmFields.iMeasInfoId"
787         searchable: false
788
789 #Tenant isolation consumer
790 dmaapConsumerConfiguration:
791     active: true
792     hosts: olsd004.wnsnet.ws.com:3905
793     consumerGroup: asdc
794     consumerId: mama #mama - in Order To Consume Remove This String And Replace It With -> mama
795     timeoutMs: 15000
796     limit: 1
797     pollingInterval: 2
798     topic: com.sdc.23911-SDCforTestDev-v001
799     latitude: 32.109333
800     longitude: 34.855499
801     version: 1.0
802     serviceName: dmaap-v1.dev.dmaap.dt.saat.acsi.com/events
803     environment: TEST
804     partner: BOT_R
805     routeOffer: MR1
806     protocol: https
807     contenttype: application/json
808     dme2TraceOn: true
809     aftEnvironment: AFTUAT
810     aftDme2ConnectionTimeoutMs: 15000
811     aftDme2RoundtripTimeoutMs: 240000
812     aftDme2ReadTimeoutMs: 50000
813     dme2preferredRouterFilePath: DME2preferredRouter.txt
814     timeLimitForNotificationHandleMs: 120000
815     credential:
816         username: sdc@sdc.com
817         password: XyCUPhFx9u70aklYGo6OiA==
818     aftDme2SslEnable: true
819     aftDme2ClientIgnoreSslConfig: false
820     aftDme2ClientKeystore: /var/lib/jetty/opt/base/be/config/.truststore
821     aftDme2ClientKeystorePassword: XyCUPhFx9u70aklYGo6OiA==
822     aftDme2ClientSslCertAlias: certman
823
824 #Performence microservice dmaap producer
825 dmaapProducerConfiguration:
826     active: false
827     consumerGroup: asdc
828     consumerId: mama #mama - in Order To Consume Remove This String And Replace It With -> mama
829     timeoutMs: 15000
830     limit: 1
831     pollingInterval: 2
832     topic: com.sdc.23911-SDCforTestDev-v001
833     latitude: 32.109333
834     longitude: 34.855499
835     version: 1.0
836     serviceName: dmaap-v1.dev.dmaap.dt.saat.acsi.com/events
837     environment: TEST
838     partner: BOT_R
839     routeOffer: MR1
840     protocol: http
841     contenttype: application/json
842     dme2TraceOn: true
843     aftEnvironment: AFTUAT
844     aftDme2ConnectionTimeoutMs: 15000
845     aftDme2RoundtripTimeoutMs: 240000
846     aftDme2ReadTimeoutMs: 50000
847     dme2preferredRouterFilePath: DME2preferredRouter.txt
848     timeLimitForNotificationHandleMs: 120000
849     credential:
850         username: sdc@sdc.com
851         password: XyCUPhFx9u70aklYGo6OiA==
852         aftDme2SslEnable: true
853     aftDme2ClientIgnoreSslConfig: false
854     aftDme2ClientKeystore: /var/lib/jetty/opt/jetty/base/be/config/.truststore
855     aftDme2ClientKeystorePassword: XyCUPhFx9u70aklYGo6OiA==
856     aftDme2ClientSslCertAlias: certman
857
858
859
860 dmeConfiguration:
861     lookupUriFormat: "http://DME2RESOLVE/service=%s/version=1.0.0/envContext=%s/routeOffer=DEFAULT"
862
863 excludedPolicyTypesMapping:
864    # VF:
865     #  - a.b.c
866     #  - c.d.e
867     #CR:
868     #  - x.y.z
869
870 excludedGroupTypesMapping:
871     CR:
872        - org.openecomp.groups.VfModule
873        - org.openecomp.groups.heat.HeatStack
874        - org.openecomp.groups.Group
875        - tosca.groups.Root
876     PNF:
877        - org.openecomp.groups.VfModule
878        - org.openecomp.groups.heat.HeatStack
879        - org.openecomp.groups.Group
880        - tosca.groups.Root
881     VF:
882        - org.openecomp.groups.VfModule
883        - org.openecomp.groups.heat.HeatStack
884        - org.openecomp.groups.Group
885        - tosca.groups.Root
886     Service:
887        - org.openecomp.groups.VfModule
888        - org.openecomp.groups.heat.HeatStack
889        - org.openecomp.groups.Group
890        - tosca.groups.Root
891
892 healthStatusExclude:
893    - DE
894    - DMAAP
895    - DMAAP_PRODUCER
896    - ECOMP_PORTAL
897
898 aafNamespace: com.att.sdc
899
900 aafAuthNeeded: false
901
902 cadiFilterParams:
903     hostname: 192.168.33.10
904     csp_domain: PROD
905     cadi_keyfile: /var/lib/jetty/opt/base/be/config/catalog-be/keyfile
906     cadi_loglevel: DEBUG
907     cadi_truststore: /var/lib/jetty/opt/base/be/config/.truststore
908     cadi_truststore_password: enc:XyCUPhFx9u70aklYGo6OiA==
909     #aaf_url: https://aaf.onap.org/service=?
910     aaf_id: aaf@sdc.onap.org
911     aaf_password: enc:XyCUPhFx9u70aklYGo6OiA==
912     aaf_env: DEV
913     aafLocateUrl: https://aaf.api.simpledemo.onap.org:8095
914     aaf_url: https://AAF_LOCATE_URL/AAF_NS.service:2.0
915     AFT_LATITUDE: "32.780140"
916     AFT_LONGITUDE: "-96.800451"
917     AFT_ENVIRONMENT: AFTUAT
918     cadiX509Issuers: "CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US"
919
920 # This configuration entry lists all node type names prefix that shall be allowed on SDC.
921 definedResourceNamespace:
922   - org.openecomp.resource.