820034eca2c2c9b297ed87828a3b65e80c1b45db
[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 # Global CSAR Import Files
95 globalCsarImports:
96   - annotations.yml
97   - artifacts.yml
98   - capabilities.yml
99   - data.yml
100   - groups.yml
101   - interfaces.yml
102   - nodes.yml
103   - policies.yml
104   - relationships.yml
105
106 # Users
107 users:
108     tom: passwd
109     bob: passwd
110
111 neo4j:
112     host: neo4jhost
113     port: 7474
114     user: neo4j
115     password: "12345"
116
117 basicAuth:
118   enabled: false
119   userName: "testName"
120   userPass: "testPass"
121   excludedUrls: ""
122
123 cassandraConfig:
124     cassandraHosts: [192.168.33.10]
125     cassandraPort: 9042
126     localDataCenter: DC-sdc-iltlv650
127     reconnectTimeout : 30000
128     authenticate: true
129     username: asdc_user
130     password: Aa1234%^!
131     ssl: true
132     truststorePath : /var/lib/jetty/opt/base/be/config/.truststore
133     truststorePassword : Aa123456
134     maxWaitSeconds: 120
135     keySpaces:
136         - { name: dox, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}
137         - { name: sdcaudit, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}
138         - { name: sdcartifact, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}
139         - { name: sdccomponent, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}
140         - { name: sdcrepository, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}
141
142 licenseTypes:
143    - User
144    - Installation
145    - CPU
146
147 #Deployment artifacts placeHolder
148 resourceTypes: &allResourceTypes
149   - VFC
150   - CP
151   - VL
152   - VF
153   - CR
154   - VFCMT
155   - Abstract
156   - CVFC
157
158 # validForResourceTypes usage
159 #     validForResourceTypes:
160 #        - VF
161 #        - VL
162 deploymentResourceArtifacts:
163 #  heat:
164 #      displayName: "Base HEAT Template"
165 #      type: HEAT
166 #      validForResourceTypes: *allResourceTypes
167 #  heatVol:
168 #      displayName: "Volume HEAT Template"
169 #      type: HEAT_VOL
170 #      validForResourceTypes: *allResourceTypes
171 #  heatNet:
172 #      displayName: "Network HEAT Template"
173 #      type: HEAT_NET
174 #      validForResourceTypes: *allResourceTypes
175
176 deploymentResourceInstanceArtifacts:
177   heatEnv:
178       displayName: "HEAT ENV"
179       type: HEAT_ENV
180       description: "Auto-generated HEAT Environment deployment artifact"
181       fileExtension: "env"
182   VfHeatEnv:
183       displayName: "VF HEAT ENV"
184       type: HEAT_ENV
185       description: "VF Auto-generated HEAT Environment deployment artifact"
186       fileExtension: "env"
187
188 #tosca artifacts placeholders
189 toscaArtifacts:
190   assetToscaTemplate:
191       artifactName: -template.yml
192       displayName: Tosca Template
193       type: TOSCA_TEMPLATE
194       description: TOSCA representation of the asset
195   assetToscaCsar:
196       artifactName: -csar.csar
197       displayName: Tosca Model
198       type: TOSCA_CSAR
199       description: TOSCA definition package of the asset
200
201
202 #Informational artifacts placeHolder
203 excludeResourceCategory:
204   - Generic
205 excludeResourceType:
206   - PNF
207   - CR
208 informationalResourceArtifacts:
209   features:
210       displayName: Features
211       type: OTHER
212   capacity:
213       displayName: Capacity
214       type: OTHER
215   vendorTestResult:
216       displayName: Vendor Test Result
217       type: OTHER
218   testScripts:
219       displayName: Test Scripts
220       type: OTHER
221   CloudQuestionnaire:
222       displayName: Cloud Questionnaire (completed)
223       type: OTHER
224   HEATTemplateFromVendor:
225       displayName: HEAT Template from Vendor
226       type: HEAT
227   resourceSecurityTemplate:
228       displayName: Resource Security Template
229       type: OTHER
230
231 excludeServiceCategory:
232
233 informationalServiceArtifacts:
234   serviceArtifactPlan:
235       displayName: Service Artifact Plan
236       type: OTHER
237   summaryOfImpactsToECOMPElements:
238       displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
239       type: OTHER
240   automationCompositionFunctions:
241       displayName: Automation Composition Functions
242       type: OTHER
243   dimensioningInfo:
244       displayName: Dimensioning Info
245       type: OTHER
246   affinityRules:
247       displayName: Affinity Rules
248       type: OTHER
249   operationalPolicies:
250       displayName: Operational Policies
251       type: OTHER
252   serviceSpecificPolicies:
253       displayName: Service-specific Policies
254       type: OTHER
255   engineeringRules:
256       displayName: Engineering Rules (ERD)
257       type: OTHER
258   distributionInstructions:
259       displayName: Distribution Instructions
260       type: OTHER
261   certificationTestResults:
262       displayName: TD Certification Test Results
263       type: OTHER
264   deploymentVotingRecord:
265       displayName: Deployment Voting Record
266       type: OTHER
267   serviceQuestionnaire:
268       displayName: Service Questionnaire
269       type: OTHER
270   serviceSecurityTemplate:
271       displayName: Service Security Template
272       type: OTHER
273
274 serviceApiArtifacts:
275   configuration:
276       displayName: Configuration
277       type: OTHER
278   instantiation:
279       displayName: Instantiation
280       type: OTHER
281   monitoring:
282       displayName: Monitoring
283       type: OTHER
284   reporting:
285       displayName: Reporting
286       type: OTHER
287   logging:
288       displayName: Logging
289       type: OTHER
290   testing:
291       displayName: Testing
292       type: OTHER
293
294 additionalInformationMaxNumberOfKeys: 50
295
296 systemMonitoring:
297     enabled: false
298     isProxy: false
299     probeIntervalInSeconds: 15
300
301 heatArtifactDeploymentTimeout:
302   defaultMinutes: 30
303   minMinutes: 1
304   maxMinutes: 120
305
306 serviceDeploymentArtifacts:
307     CONTROLLER_BLUEPRINT_ARCHIVE:
308         acceptedTypes:
309             - zip
310     HELM:
311         acceptedTypes:
312             - tgz
313     YANG_XML:
314         acceptedTypes:
315             - xml
316     VNF_CATALOG:
317         acceptedTypes:
318             - xml
319     MODEL_INVENTORY_PROFILE:
320         acceptedTypes:
321             - xml
322     MODEL_QUERY_SPEC:
323         acceptedTypes:
324             - xml
325     UCPE_LAYER_2_CONFIGURATION:
326         acceptedTypes:
327             - xml
328
329 #AAI Artifacts
330     AAI_SERVICE_MODEL:
331         acceptedTypes:
332             - xml
333     AAI_VF_MODULE_MODEL:
334         acceptedTypes:
335             - xml
336     AAI_VF_INSTANCE_MODEL:
337         acceptedTypes:
338             - xml
339     CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT:
340         acceptedTypes:
341             - zip
342             - tgz
343             - csar
344     OTHER:
345         acceptedTypes:
346
347 resourceDeploymentArtifacts:
348     HEAT:
349         acceptedTypes:
350             - yaml
351             - yml
352         validForResourceTypes: *allResourceTypes
353     HEAT_VOL:
354         acceptedTypes:
355             - yaml
356             - yml
357         validForResourceTypes: *allResourceTypes
358     HEAT_NET:
359         acceptedTypes:
360             - yaml
361             - yml
362         validForResourceTypes: *allResourceTypes
363     HEAT_NESTED:
364         acceptedTypes:
365             - yaml
366             - yml
367         validForResourceTypes: *allResourceTypes
368     HEAT_ARTIFACT:
369         acceptedTypes:
370         validForResourceTypes: *allResourceTypes
371     CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT:
372         acceptedTypes:
373             - zip
374         validForResourceTypes: *allResourceTypes
375     YANG_XML:
376         acceptedTypes:
377             - xml
378         validForResourceTypes: *allResourceTypes
379     VNF_CATALOG:
380         acceptedTypes:
381             - xml
382         validForResourceTypes: *allResourceTypes
383     VF_LICENSE:
384         acceptedTypes:
385             - xml
386         validForResourceTypes: *allResourceTypes
387     VENDOR_LICENSE:
388         acceptedTypes:
389             - xml
390         validForResourceTypes: *allResourceTypes
391     MODEL_INVENTORY_PROFILE:
392         acceptedTypes:
393             - xml
394         validForResourceTypes: *allResourceTypes
395     MODEL_QUERY_SPEC:
396         acceptedTypes:
397             - xml
398         validForResourceTypes: *allResourceTypes
399     LIFECYCLE_OPERATIONS:
400         acceptedTypes:
401             - yaml
402             - yml
403         validForResourceTypes:
404             - VF
405             - VFC
406     VES_EVENTS:
407         acceptedTypes:
408             - yaml
409             - yml
410         validForResourceTypes:
411             - VFC
412             - CP
413             - VL
414             - VF
415             - CR
416             - VFCMT
417             - Abstract
418             - CVFC
419             - PNF
420     PERFORMANCE_COUNTER:
421         acceptedTypes:
422             - csv
423         validForResourceTypes: *allResourceTypes
424     APPC_CONFIG:
425         acceptedTypes:
426         validForResourceTypes:
427             - VF
428     DCAE_TOSCA:
429         acceptedTypes:
430             - yml
431             - yaml
432         validForResourceTypes:
433             - VF
434             - VFCMT
435     DCAE_JSON:
436         acceptedTypes:
437             - json
438         validForResourceTypes:
439             - VF
440             - VFCMT
441     DCAE_POLICY:
442         acceptedTypes:
443             - emf
444         validForResourceTypes:
445             - VF
446             - VFCMT
447     DCAE_DOC:
448         acceptedTypes:
449         validForResourceTypes:
450             - VF
451             - VFCMT
452     DCAE_EVENT:
453         acceptedTypes:
454         validForResourceTypes:
455             - VF
456             - VFCMT
457     AAI_VF_MODEL:
458         acceptedTypes:
459             - xml
460         validForResourceTypes:
461             - VF
462     AAI_VF_MODULE_MODEL:
463         acceptedTypes:
464             - xml
465         validForResourceTypes:
466             - VF
467     OTHER:
468         acceptedTypes:
469         validForResourceTypes:
470           - VFC
471           - CP
472           - VL
473           - VF
474           - VFCMT
475           - Abstract
476           - CVFC
477           - PNF
478     SNMP_POLL:
479         acceptedTypes:
480         validForResourceTypes: *allResourceTypes
481     SNMP_TRAP:
482         acceptedTypes:
483         validForResourceTypes: *allResourceTypes
484     PM_DICTIONARY:
485         acceptedTypes:
486             - yaml
487             - yml
488         validForResourceTypes:
489             - VF
490             - PNF
491     YANG_MODULE:
492         acceptedTypes:
493             - yang
494         validForResourceTypes:
495             - VF
496             - PNF
497     ANSIBLE_PLAYBOOK:
498         acceptedTypes:
499             - yaml
500             - yml
501         validForResourceTypes:
502             - VF
503             - PNF
504     ONBOARDED_PACKAGE:
505         acceptedTypes:
506             - csar
507         validForResourceTypes:
508             - VF
509             - PNF
510     HELM:
511         acceptedTypes:
512             - tgz
513         validForResourceTypes: *allResourceTypes
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.
923
924 # This configuration entry lists all Directives values that shall be allowed on SDC.
925 directives:
926   - select
927   - selectable
928   - substitute
929   - substitutable
930
931 #Space separated list of permitted ancestors
932 permittedAncestors: ""
933
934 # Comma separated list of excluded URLs by the DataValidatorFilter
935 dataValidatorFilterExcludedUrls: "/healthCheck,/followed,/authorize"