d23f87eb961e5e88118e4473149f664c2c0fb04f
[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: 9.0
27 minToscaConformanceLevel: 3.0
28
29 # These values are necessary for running upgrade migration 1710.0 process
30 enableAutoHealing: false
31 appVersion: 1.1.0
32 resourcesForUpgrade:
33  8.0:
34   - org.openecomp.resource.cp.extCP
35   - tosca.nodes.network.Network
36   - tosca.nodes.network.Port
37   - org.openecomp.resource.cp.nodes.network.SubInterface
38 skipUpgradeFailedVfs: true
39 skipUpgradeVSPs: true
40 autoHealingOwner: jh0003
41 supportAllottedResourcesAndProxy: true
42 deleteLockTimeoutInSeconds: 60
43 maxDeleteComponents: 10
44
45 titanCfgFile: /home/vagrant/catalog-be/config/catalog-be/titan.properties
46 titanInMemoryGraph: false
47 titanLockTimeout: 1800
48
49 # The interval to try and reconnect to titan DB when it is down during ASDC startup:
50 titanReconnectIntervalInSeconds: 3
51
52 # The read timeout towards Titan DB when health check is invoked:
53 titanHealthCheckReadTimeout: 1
54
55 # The interval to try and reconnect to Elasticsearch when it is down during ASDC startup:
56 esReconnectIntervalInSeconds: 3
57 uebHealthCheckReconnectIntervalInSeconds: 15
58 uebHealthCheckReadTimeout: 4
59
60 # Protocols
61 protocols:
62    - http
63    - https
64
65 # Default imports
66 defaultImports:
67    - nodes:
68         file: nodes.yml
69    - datatypes:
70         file: data.yml
71    - capabilities:
72         file: capabilities.yml
73    - relationships:
74         file: relationships.yml
75    - groups:
76         file: groups.yml
77    - policies:
78         file: policies.yml
79    - annotations:
80         file: annotations.yml
81
82 # Users
83 users:
84     tom: passwd
85     bob: passwd
86
87 neo4j:
88     host: neo4jhost
89     port: 7474
90     user: neo4j
91     password: "12345"
92
93 cassandraConfig:
94     cassandraHosts: [192.168.33.10]
95     cassandraPort: 9042
96     localDataCenter: DC-sdc-iltlv650
97     reconnectTimeout : 30000
98     authenticate: true
99     username: asdc_user
100     password: Aa1234%^!
101     ssl: true
102     truststorePath : /opt/app/jetty/base/be/config/.truststore
103     truststorePassword : Aa123456
104     keySpaces:
105         - { name: dox, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}
106         - { name: sdcaudit, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}
107         - { name: sdcartifact, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}
108         - { name: sdccomponent, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}       
109         - { name: sdcrepository, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-sdc-iltlv650', '1']}
110
111
112 #Application-specific settings of ES
113 elasticSearch:
114     # Mapping of index prefix to time-based frame. For example, if below is configured:
115     #
116     # - indexPrefix: auditingevents
117     #    creationPeriod: minute
118     #
119     # then ES object of type which is mapped to "auditingevents-*" template, and created on 2015-12-23 13:24:54, will enter "auditingevents-2015-12-23-13-24" index.
120     # Another object created on 2015-12-23 13:25:54, will enter "auditingevents-2015-12-23-13-25" index.
121     # If creationPeriod: month, both of the above will enter "auditingevents-2015-12" index.
122     #
123     # PLEASE NOTE: the timestamps are created in UTC/GMT timezone! This is needed so that timestamps will be correctly presented in Kibana.
124     #
125     # Legal values for creationPeriod - year, month, day, hour, minute, none (meaning no time-based behaviour).
126     #
127     # If no creationPeriod is configured for indexPrefix, default behavour is creationPeriod: month.
128     
129     indicesTimeFrequency:
130       - indexPrefix: auditingevents
131         creationPeriod: month
132       - indexPrefix: monitoring_events
133         creationPeriod: month
134
135 artifactTypes:
136    - CHEF
137    - PUPPET
138    - SHELL
139    - YANG
140    - YANG_XML
141    - HEAT
142    - BPEL
143    - DG_XML
144    - MURANO_PKG
145    - WORKFLOW
146    - NETWORK_CALL_FLOW
147    - TOSCA_TEMPLATE
148    - TOSCA_CSAR
149    - AAI_SERVICE_MODEL
150    - AAI_VF_MODEL
151    - AAI_VF_MODULE_MODEL
152    - AAI_VF_INSTANCE_MODEL
153    - OTHER
154    - SNMP_POLL
155    - SNMP_TRAP
156    - GUIDE
157    - CONTROLLER_BLUEPRINT_ARCHIVE
158
159 licenseTypes:
160    - User
161    - Installation
162    - CPU
163
164 #Deployment artifacts placeHolder
165 resourceTypes: &allResourceTypes
166   - VFC
167   - CP
168   - VL
169   - VF
170   - CR
171   - VFCMT
172   - Abstract
173   - CVFC
174
175 # validForResourceTypes usage
176 #     validForResourceTypes:
177 #        - VF
178 #        - VL
179 deploymentResourceArtifacts:
180   cdsBlueprint:
181       displayName: "CDS Blueprint"
182       type: CONTROLLER_BLUEPRINT_ARCHIVE
183       description: "CDS deployment artifact"
184       fileExtension: "zip"
185 #  heat:
186 #      displayName: "Base HEAT Template"
187 #      type: HEAT
188 #      validForResourceTypes: *allResourceTypes
189 #  heatVol:
190 #      displayName: "Volume HEAT Template"
191 #      type: HEAT_VOL
192 #      validForResourceTypes: *allResourceTypes
193 #  heatNet:
194 #      displayName: "Network HEAT Template"
195 #      type: HEAT_NET
196 #      validForResourceTypes: *allResourceTypes
197
198 deploymentResourceInstanceArtifacts:
199   heatEnv:
200       displayName: "HEAT ENV"
201       type: HEAT_ENV
202       description: "Auto-generated HEAT Environment deployment artifact"
203       fileExtension: "env"
204   VfHeatEnv:
205       displayName: "VF HEAT ENV"
206       type: HEAT_ENV
207       description: "VF Auto-generated HEAT Environment deployment artifact"
208       fileExtension: "env"
209
210 #tosca artifacts placeholders
211 toscaArtifacts:
212   assetToscaTemplate:
213       artifactName: -template.yml
214       displayName: Tosca Template
215       type: TOSCA_TEMPLATE
216       description: TOSCA representation of the asset
217   assetToscaCsar:
218       artifactName: -csar.csar
219       displayName: Tosca Model
220       type: TOSCA_CSAR
221       description: TOSCA definition package of the asset
222
223
224 #Informational artifacts placeHolder
225 excludeResourceCategory:
226   - Generic
227 excludeResourceType:
228   - PNF
229   - CR
230 informationalResourceArtifacts:
231   features:
232       displayName: Features
233       type: OTHER
234   capacity:
235       displayName: Capacity
236       type: OTHER
237   vendorTestResult:
238       displayName: Vendor Test Result
239       type: OTHER
240   testScripts:
241       displayName: Test Scripts
242       type: OTHER
243   CloudQuestionnaire:
244       displayName: Cloud Questionnaire (completed)
245       type: OTHER
246   HEATTemplateFromVendor:
247       displayName: HEAT Template from Vendor
248       type: HEAT
249   resourceSecurityTemplate:
250       displayName: Resource Security Template
251       type: OTHER
252
253 excludeServiceCategory:
254
255 informationalServiceArtifacts:
256   serviceArtifactPlan:
257       displayName: Service Artifact Plan
258       type: OTHER
259   summaryOfImpactsToECOMPElements:
260       displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
261       type: OTHER
262   controlLoopFunctions:
263       displayName: Control Loop Functions
264       type: OTHER
265   dimensioningInfo:
266       displayName: Dimensioning Info
267       type: OTHER
268   affinityRules:
269       displayName: Affinity Rules
270       type: OTHER
271   operationalPolicies:
272       displayName: Operational Policies
273       type: OTHER
274   serviceSpecificPolicies:
275       displayName: Service-specific Policies
276       type: OTHER
277   engineeringRules:
278       displayName: Engineering Rules (ERD)
279       type: OTHER
280   distributionInstructions:
281       displayName: Distribution Instructions
282       type: OTHER
283   certificationTestResults:
284       displayName: TD Certification Test Results
285       type: OTHER
286   deploymentVotingRecord:
287       displayName: Deployment Voting Record
288       type: OTHER
289   serviceQuestionnaire:
290       displayName: Service Questionnaire
291       type: OTHER
292   serviceSecurityTemplate:
293       displayName: Service Security Template
294       type: OTHER
295
296 serviceApiArtifacts:
297   configuration:
298       displayName: Configuration
299       type: OTHER
300   instantiation:
301       displayName: Instantiation
302       type: OTHER
303   monitoring:
304       displayName: Monitoring
305       type: OTHER
306   reporting:
307       displayName: Reporting
308       type: OTHER
309   logging:
310       displayName: Logging
311       type: OTHER
312   testing:
313       displayName: Testing
314       type: OTHER
315
316 additionalInformationMaxNumberOfKeys: 50
317
318 systemMonitoring:
319     enabled: false
320     isProxy: false
321     probeIntervalInSeconds: 15
322
323 defaultHeatArtifactTimeoutMinutes: 60
324
325 serviceDeploymentArtifacts:
326     CONTROLLER_BLUEPRINT_ARCHIVE:
327         acceptedTypes:
328             - zip
329     YANG_XML:
330         acceptedTypes:
331             - xml
332     VNF_CATALOG:
333         acceptedTypes:
334             - xml
335     MODEL_INVENTORY_PROFILE:
336         acceptedTypes:
337             - xml
338     MODEL_QUERY_SPEC:
339         acceptedTypes:
340             - xml
341     UCPE_LAYER_2_CONFIGURATION:
342         acceptedTypes:
343             - xml
344
345 #AAI Artifacts
346     AAI_SERVICE_MODEL:
347         acceptedTypes:
348             - xml
349     AAI_VF_MODULE_MODEL:
350         acceptedTypes:
351             - xml
352     AAI_VF_INSTANCE_MODEL:
353         acceptedTypes:
354             - xml 
355     CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT:
356         acceptedTypes:
357             - zip
358             - tgz
359             - csar
360     OTHER:
361         acceptedTypes:
362
363 resourceDeploymentArtifacts:
364     HEAT:
365         acceptedTypes:
366             - yaml
367             - yml
368         validForResourceTypes: *allResourceTypes
369     HEAT_VOL:
370         acceptedTypes:
371             - yaml
372             - yml
373         validForResourceTypes: *allResourceTypes
374     HEAT_NET:
375         acceptedTypes:
376             - yaml
377             - yml
378         validForResourceTypes: *allResourceTypes
379     HEAT_NESTED:
380         acceptedTypes:
381             - yaml
382             - yml
383         validForResourceTypes: *allResourceTypes
384     HEAT_ARTIFACT:
385         acceptedTypes:
386         validForResourceTypes: *allResourceTypes
387     CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT:
388         acceptedTypes:
389             - zip
390         validForResourceTypes: *allResourceTypes
391     YANG_XML:
392         acceptedTypes:
393             - xml
394         validForResourceTypes: *allResourceTypes
395     VNF_CATALOG:
396         acceptedTypes:
397             - xml
398         validForResourceTypes: *allResourceTypes
399     VF_LICENSE:
400         acceptedTypes:
401             - xml
402         validForResourceTypes: *allResourceTypes
403     VENDOR_LICENSE:
404         acceptedTypes:
405             - xml
406         validForResourceTypes: *allResourceTypes
407     MODEL_INVENTORY_PROFILE:
408         acceptedTypes:
409             - xml
410         validForResourceTypes: *allResourceTypes
411     MODEL_QUERY_SPEC:
412         acceptedTypes:
413             - xml
414         validForResourceTypes: *allResourceTypes
415     LIFECYCLE_OPERATIONS:
416         acceptedTypes:
417             - yaml
418             - yml
419         validForResourceTypes:
420             - VF
421             - VFC
422     VES_EVENTS:
423         acceptedTypes:
424             - yaml
425             - yml
426         validForResourceTypes:
427             - VFC
428             - CP
429             - VL
430             - VF
431             - CR
432             - VFCMT
433             - Abstract
434             - CVFC
435             - PNF
436     PERFORMANCE_COUNTER:
437         acceptedTypes:
438             - csv
439         validForResourceTypes: *allResourceTypes
440     APPC_CONFIG:
441         acceptedTypes:
442         validForResourceTypes:
443             - VF
444     DCAE_TOSCA:
445         acceptedTypes:
446             - yml
447             - yaml
448         validForResourceTypes:
449             - VF
450             - VFCMT
451     DCAE_JSON:
452         acceptedTypes:
453             - json
454         validForResourceTypes:
455             - VF
456             - VFCMT
457     DCAE_POLICY:
458         acceptedTypes:
459             - emf
460         validForResourceTypes:
461             - VF
462             - VFCMT
463     DCAE_DOC:
464         acceptedTypes:
465         validForResourceTypes:
466             - VF
467             - VFCMT       
468     DCAE_EVENT:
469         acceptedTypes:
470         validForResourceTypes:
471             - VF
472             - VFCMT
473     AAI_VF_MODEL:
474         acceptedTypes:
475             - xml
476         validForResourceTypes:
477             - VF
478     AAI_VF_MODULE_MODEL:
479         acceptedTypes:
480             - xml
481         validForResourceTypes:
482             - VF
483     OTHER:
484         acceptedTypes:
485         validForResourceTypes:
486           - VFC
487           - CP
488           - VL
489           - VF
490           - VFCMT
491           - Abstract
492           - CVFC
493           - PNF
494     SNMP_POLL:
495         acceptedTypes:
496         validForResourceTypes: *allResourceTypes
497     SNMP_TRAP:
498         acceptedTypes:
499         validForResourceTypes: *allResourceTypes
500     PM_DICTIONARY:
501         acceptedTypes:
502             - yaml
503             - yml
504         validForResourceTypes:
505             - VF
506             - PNF
507     YANG_MODULE:
508         acceptedTypes:
509             - yang
510         validForResourceTypes:
511             - VF
512             - PNF
513     ANSIBLE_PLAYBOOK:
514         acceptedTypes:
515             - yaml
516             - yml
517         validForResourceTypes:
518             - VF
519             - PNF
520     ONBOARDED_PACKAGE:
521         acceptedTypes:
522             - csar
523         validForResourceTypes:
524             - VF
525             - PNF
526     CONTROLLER_BLUEPRINT_ARCHIVE:
527         acceptedTypes:
528             - zip
529         validForResourceTypes:
530             - VF
531             - PNF
532
533
534 resourceInstanceDeploymentArtifacts:
535     HEAT_ENV:
536         acceptedTypes:
537             - env
538     VF_MODULES_METADATA:
539         acceptedTypes:
540             - json
541     VES_EVENTS:
542         acceptedTypes:
543             - yaml
544             - yml
545     PERFORMANCE_COUNTER:
546         acceptedTypes:
547             - csv
548     DCAE_INVENTORY_TOSCA:
549         acceptedTypes:
550             - yml
551             - yaml
552     DCAE_INVENTORY_JSON:
553         acceptedTypes:
554             - json
555     DCAE_INVENTORY_POLICY:
556       acceptedTypes:
557             - emf
558     DCAE_INVENTORY_DOC:
559       acceptedTypes:
560     DCAE_INVENTORY_BLUEPRINT:
561       acceptedTypes:
562     DCAE_INVENTORY_EVENT:
563       acceptedTypes:
564     SNMP_POLL:
565         acceptedTypes:
566         validForResourceTypes: *allResourceTypes
567     SNMP_TRAP:
568         acceptedTypes:
569         validForResourceTypes: *allResourceTypes
570
571 resourceInformationalArtifacts:
572     CHEF:
573         acceptedTypes:
574         validForResourceTypes: *allResourceTypes
575     PUPPET:
576         acceptedTypes:
577         validForResourceTypes: *allResourceTypes
578     SHELL:
579         acceptedTypes:
580         validForResourceTypes: *allResourceTypes
581     YANG:
582         acceptedTypes:
583         validForResourceTypes: *allResourceTypes
584     YANG_XML:
585         acceptedTypes:
586         validForResourceTypes: *allResourceTypes
587     HEAT:
588         acceptedTypes:
589         validForResourceTypes: *allResourceTypes
590     BPEL:
591         acceptedTypes:
592         validForResourceTypes: *allResourceTypes
593     DG_XML:
594         acceptedTypes:
595         validForResourceTypes: *allResourceTypes
596     MURANO_PKG:
597         acceptedTypes:
598         validForResourceTypes: *allResourceTypes
599     OTHER:
600         acceptedTypes:
601         validForResourceTypes: 
602             - VFC
603             - CVFC
604             - CP
605             - VL
606             - VF
607             - CR
608             - VFCMT
609             - Abstract
610             - PNF
611     SNMP_POLL:
612         acceptedTypes:
613         validForResourceTypes: *allResourceTypes
614     SNMP_TRAP:
615         acceptedTypes:
616         validForResourceTypes: *allResourceTypes
617     GUIDE:
618         acceptedTypes:
619         validForResourceTypes:
620             - VF
621             - VFC
622             - CVFC
623
624 resourceInformationalDeployedArtifacts:
625
626 requirementsToFulfillBeforeCert:
627
628 capabilitiesToConsumeBeforeCert:
629
630 unLoggedUrls:
631    - /sdc2/rest/healthCheck
632
633 cleanComponentsConfiguration:
634     cleanIntervalInMinutes: 1440
635     componentsToClean:
636        - Resource
637        - Service
638
639 artifactsIndex: resources
640
641 heatEnvArtifactHeader: ""
642 heatEnvArtifactFooter: ""
643
644 onboarding:
645     protocol: http
646     host: localhost
647     port: 8080
648     downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
649     healthCheckUri: "/onboarding-api/v1.0/healthcheck"
650
651 dcae:
652     protocol: http
653     host: 127.0.0.1
654     port: 8080
655     healthCheckUri: "/dcae/healthCheck"
656
657 switchoverDetector:
658     gBeFqdn: AIO-BE.ecomp.idns.cip.com
659     gFeFqdn: AIO-FE.ecomp.idns.cip.com
660     beVip: 0.0.0.0
661     feVip: 0.0.0.0
662     beResolveAttempts: 3
663     feResolveAttempts: 3
664     enabled: false
665     interval: 60
666     changePriorityUser: ecompasdc
667     changePriorityPassword: ecompasdc123
668     publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
669     publishNetworkBody: '{"note":"publish network"}'
670     groups:
671       beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com?user=root",
672                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"}'}
673       feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com?user=root",
674                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"}'}
675
676 applicationL1Cache:
677     datatypes:
678         enabled: true
679         firstRunDelay: 10
680         pollIntervalInSec: 60
681
682 applicationL2Cache:
683     enabled: true
684     catalogL1Cache:
685         enabled: true
686         resourcesSizeInCache: 300
687         servicesSizeInCache: 200
688         productsSizeInCache: 100
689     queue:
690         syncIntervalInSecondes: 43200
691         waitOnShutDownInMinutes: 10
692         numberOfCacheWorkers: 4
693
694 toscaValidators:
695     stringMaxLength: 2500
696
697 disableAudit: false
698
699 vfModuleProperties:
700     min_vf_module_instances:
701         forBaseModule: 1
702         forNonBaseModule: 0
703     max_vf_module_instances:
704         forBaseModule: 1
705         forNonBaseModule:
706     initial_count:
707         forBaseModule: 1
708         forNonBaseModule: 0
709     vf_module_type:
710         forBaseModule: Base
711         forNonBaseModule: Expansion
712
713 genericAssetNodeTypes:
714   VFC: org.openecomp.resource.abstract.nodes.VFC
715   CVFC: org.openecomp.resource.abstract.nodes.VFC
716   VF : org.openecomp.resource.abstract.nodes.VF
717   CR : org.openecomp.resource.abstract.nodes.CR
718   PNF: org.openecomp.resource.abstract.nodes.PNF
719   Service: org.openecomp.resource.abstract.nodes.service
720
721 workloadContext: Production
722 environmentContext:
723     defaultValue: General_Revenue-Bearing
724     validValues:
725        - Critical_Revenue-Bearing
726        - Vital_Revenue-Bearing
727        - Essential_Revenue-Bearing
728        - Important_Revenue-Bearing
729        - Needed_Revenue-Bearing
730        - Useful_Revenue-Bearing
731        - General_Revenue-Bearing
732        - Critical_Non-Revenue
733        - Vital_Non-Revenue
734        - Essential_Non-Revenue
735        - Important_Non-Revenue
736        - Needed_Non-Revenue
737        - Useful_Non-Revenue
738        - General_Non-Revenue
739
740 gabConfig:
741   - artifactType: 'VES_EVENTS'
742     pathsandnames:
743       -
744         friendlyName: "Action"
745         path: "event.action[2]"
746         searchable: "true"
747       -
748         friendlyName: "Comment"
749         path: "event.comment"
750         searchable: "true"
751       -
752         friendlyName: "Alarm Additional Information"
753         path: "event.structure.faultFields.structure.alarmAdditionalInformation.comment"
754         searchable: "true"
755
756 dmaapConsumerConfiguration:
757     active: true
758     hosts: olsd004.wnsnet.ws.com:3905
759     consumerGroup: asdc
760     consumerId: mama #mama - in Order To Consume Remove This String And Replace It With -> mama
761     timeoutMs: 15000
762     limit: 1
763     pollingInterval: 2
764     topic: com.sdc.23911-SDCforTestDev-v001
765     latitude: 32.109333
766     longitude: 34.855499
767     version: 1.0
768     serviceName: dmaap-v1.dev.dmaap.dt.saat.acsi.com/events
769     environment: TEST
770     partner: BOT_R
771     routeOffer: MR1
772     protocol: https
773     contenttype: application/json
774     dme2TraceOn: true
775     aftEnvironment: AFTUAT
776     aftDme2ConnectionTimeoutMs: 15000
777     aftDme2RoundtripTimeoutMs: 240000
778     aftDme2ReadTimeoutMs: 50000
779     dme2preferredRouterFilePath: DME2preferredRouter.txt
780     timeLimitForNotificationHandleMs: 120000
781     credential:
782         username: m09875@sdc.com
783         password: mockhmXYcznAljMSisdy8zgcag==
784
785
786         
787 dmeConfiguration:
788     dme2Search: DME2SEARCH
789     dme2Resolve: DME2RESOLVE
790
791
792 excludedPolicyTypesMapping:
793    # VF:
794     #  - a.b.c
795     #  - c.d.e
796     #CR:
797     #  - x.y.z
798
799 excludedGroupTypesMapping:
800     CR:
801        - org.openecomp.groups.VfModule
802        - org.openecomp.groups.heat.HeatStack
803        - tosca.groups.Root
804     PNF:
805        - org.openecomp.groups.VfModule
806        - org.openecomp.groups.heat.HeatStack
807        - tosca.groups.Root
808     VF:
809        - org.openecomp.groups.VfModule
810        - org.openecomp.groups.heat.HeatStack
811        - tosca.groups.Root
812     Service:
813        - org.openecomp.groups.VfModule
814        - org.openecomp.groups.heat.HeatStack
815        - tosca.groups.Root
816
817 healthStatusExclude:
818    - DE
819    - ES
820    - DMAAP