Workflow artifact missing in CSAR for PNF
[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   - PNF
175
176 # validForResourceTypes usage
177 #     validForResourceTypes:
178 #        - VF
179 #        - VL
180 deploymentResourceArtifacts:
181   cdsBlueprint:
182       displayName: "CDS Blueprint"
183       type: CONTROLLER_BLUEPRINT_ARCHIVE
184       description: "CDS deployment artifact"
185       fileExtension: "zip"
186 #  heat:
187 #      displayName: "Base HEAT Template"
188 #      type: HEAT
189 #      validForResourceTypes: *allResourceTypes
190 #  heatVol:
191 #      displayName: "Volume HEAT Template"
192 #      type: HEAT_VOL
193 #      validForResourceTypes: *allResourceTypes
194 #  heatNet:
195 #      displayName: "Network HEAT Template"
196 #      type: HEAT_NET
197 #      validForResourceTypes: *allResourceTypes
198
199 deploymentResourceInstanceArtifacts:
200   heatEnv:
201       displayName: "HEAT ENV"
202       type: HEAT_ENV
203       description: "Auto-generated HEAT Environment deployment artifact"
204       fileExtension: "env"
205   VfHeatEnv:
206       displayName: "VF HEAT ENV"
207       type: HEAT_ENV
208       description: "VF Auto-generated HEAT Environment deployment artifact"
209       fileExtension: "env"
210
211 #tosca artifacts placeholders
212 toscaArtifacts:
213   assetToscaTemplate:
214       artifactName: -template.yml
215       displayName: Tosca Template
216       type: TOSCA_TEMPLATE
217       description: TOSCA representation of the asset
218   assetToscaCsar:
219       artifactName: -csar.csar
220       displayName: Tosca Model
221       type: TOSCA_CSAR
222       description: TOSCA definition package of the asset
223
224
225 #Informational artifacts placeHolder
226 excludeResourceCategory:
227   - Generic
228 excludeResourceType:
229   - PNF
230   - CR
231 informationalResourceArtifacts:
232   features:
233       displayName: Features
234       type: OTHER
235   capacity:
236       displayName: Capacity
237       type: OTHER
238   vendorTestResult:
239       displayName: Vendor Test Result
240       type: OTHER
241   testScripts:
242       displayName: Test Scripts
243       type: OTHER
244   CloudQuestionnaire:
245       displayName: Cloud Questionnaire (completed)
246       type: OTHER
247   HEATTemplateFromVendor:
248       displayName: HEAT Template from Vendor
249       type: HEAT
250   resourceSecurityTemplate:
251       displayName: Resource Security Template
252       type: OTHER
253
254 excludeServiceCategory:
255
256 informationalServiceArtifacts:
257   serviceArtifactPlan:
258       displayName: Service Artifact Plan
259       type: OTHER
260   summaryOfImpactsToECOMPElements:
261       displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
262       type: OTHER
263   controlLoopFunctions:
264       displayName: Control Loop Functions
265       type: OTHER
266   dimensioningInfo:
267       displayName: Dimensioning Info
268       type: OTHER
269   affinityRules:
270       displayName: Affinity Rules
271       type: OTHER
272   operationalPolicies:
273       displayName: Operational Policies
274       type: OTHER
275   serviceSpecificPolicies:
276       displayName: Service-specific Policies
277       type: OTHER
278   engineeringRules:
279       displayName: Engineering Rules (ERD)
280       type: OTHER
281   distributionInstructions:
282       displayName: Distribution Instructions
283       type: OTHER
284   certificationTestResults:
285       displayName: TD Certification Test Results
286       type: OTHER
287   deploymentVotingRecord:
288       displayName: Deployment Voting Record
289       type: OTHER
290   serviceQuestionnaire:
291       displayName: Service Questionnaire
292       type: OTHER
293   serviceSecurityTemplate:
294       displayName: Service Security Template
295       type: OTHER
296
297 serviceApiArtifacts:
298   configuration:
299       displayName: Configuration
300       type: OTHER
301   instantiation:
302       displayName: Instantiation
303       type: OTHER
304   monitoring:
305       displayName: Monitoring
306       type: OTHER
307   reporting:
308       displayName: Reporting
309       type: OTHER
310   logging:
311       displayName: Logging
312       type: OTHER
313   testing:
314       displayName: Testing
315       type: OTHER
316
317 additionalInformationMaxNumberOfKeys: 50
318
319 systemMonitoring:
320     enabled: false
321     isProxy: false
322     probeIntervalInSeconds: 15
323
324 defaultHeatArtifactTimeoutMinutes: 60
325
326 serviceDeploymentArtifacts:
327     CONTROLLER_BLUEPRINT_ARCHIVE:
328         acceptedTypes:
329             - zip
330     YANG_XML:
331         acceptedTypes:
332             - xml
333     VNF_CATALOG:
334         acceptedTypes:
335             - xml
336     MODEL_INVENTORY_PROFILE:
337         acceptedTypes:
338             - xml
339     MODEL_QUERY_SPEC:
340         acceptedTypes:
341             - xml
342     UCPE_LAYER_2_CONFIGURATION:
343         acceptedTypes:
344             - xml
345
346 #AAI Artifacts
347     AAI_SERVICE_MODEL:
348         acceptedTypes:
349             - xml
350     AAI_VF_MODULE_MODEL:
351         acceptedTypes:
352             - xml
353     AAI_VF_INSTANCE_MODEL:
354         acceptedTypes:
355             - xml 
356     CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT:
357         acceptedTypes:
358             - zip
359             - tgz
360             - csar
361     OTHER:
362         acceptedTypes:
363
364 resourceDeploymentArtifacts:
365     HEAT:
366         acceptedTypes:
367             - yaml
368             - yml
369         validForResourceTypes: *allResourceTypes
370     HEAT_VOL:
371         acceptedTypes:
372             - yaml
373             - yml
374         validForResourceTypes: *allResourceTypes
375     HEAT_NET:
376         acceptedTypes:
377             - yaml
378             - yml
379         validForResourceTypes: *allResourceTypes
380     HEAT_NESTED:
381         acceptedTypes:
382             - yaml
383             - yml
384         validForResourceTypes: *allResourceTypes
385     HEAT_ARTIFACT:
386         acceptedTypes:
387         validForResourceTypes: *allResourceTypes
388     CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT:
389         acceptedTypes:
390             - zip
391         validForResourceTypes: *allResourceTypes
392     YANG_XML:
393         acceptedTypes:
394             - xml
395         validForResourceTypes: *allResourceTypes
396     VNF_CATALOG:
397         acceptedTypes:
398             - xml
399         validForResourceTypes: *allResourceTypes
400     VF_LICENSE:
401         acceptedTypes:
402             - xml
403         validForResourceTypes: *allResourceTypes
404     VENDOR_LICENSE:
405         acceptedTypes:
406             - xml
407         validForResourceTypes: *allResourceTypes
408     MODEL_INVENTORY_PROFILE:
409         acceptedTypes:
410             - xml
411         validForResourceTypes: *allResourceTypes
412     MODEL_QUERY_SPEC:
413         acceptedTypes:
414             - xml
415         validForResourceTypes: *allResourceTypes
416     LIFECYCLE_OPERATIONS:
417         acceptedTypes:
418             - yaml
419             - yml
420         validForResourceTypes:
421             - VF
422             - VFC
423     VES_EVENTS:
424         acceptedTypes:
425             - yaml
426             - yml
427         validForResourceTypes:
428             - VFC
429             - CP
430             - VL
431             - VF
432             - CR
433             - VFCMT
434             - Abstract
435             - CVFC
436             - PNF
437     PERFORMANCE_COUNTER:
438         acceptedTypes:
439             - csv
440         validForResourceTypes: *allResourceTypes
441     APPC_CONFIG:
442         acceptedTypes:
443         validForResourceTypes:
444             - VF
445     DCAE_TOSCA:
446         acceptedTypes:
447             - yml
448             - yaml
449         validForResourceTypes:
450             - VF
451             - VFCMT
452     DCAE_JSON:
453         acceptedTypes:
454             - json
455         validForResourceTypes:
456             - VF
457             - VFCMT
458     DCAE_POLICY:
459         acceptedTypes:
460             - emf
461         validForResourceTypes:
462             - VF
463             - VFCMT
464     DCAE_DOC:
465         acceptedTypes:
466         validForResourceTypes:
467             - VF
468             - VFCMT       
469     DCAE_EVENT:
470         acceptedTypes:
471         validForResourceTypes:
472             - VF
473             - VFCMT
474     AAI_VF_MODEL:
475         acceptedTypes:
476             - xml
477         validForResourceTypes:
478             - VF
479     AAI_VF_MODULE_MODEL:
480         acceptedTypes:
481             - xml
482         validForResourceTypes:
483             - VF
484     OTHER:
485         acceptedTypes:
486         validForResourceTypes:
487           - VFC
488           - CP
489           - VL
490           - VF
491           - VFCMT
492           - Abstract
493           - CVFC
494           - PNF
495     SNMP_POLL:
496         acceptedTypes:
497         validForResourceTypes: *allResourceTypes
498     SNMP_TRAP:
499         acceptedTypes:
500         validForResourceTypes: *allResourceTypes
501     PM_DICTIONARY:
502         acceptedTypes:
503             - yaml
504             - yml
505         validForResourceTypes:
506             - VF
507             - PNF
508     YANG_MODULE:
509         acceptedTypes:
510             - yang
511         validForResourceTypes:
512             - VF
513             - PNF
514     ANSIBLE_PLAYBOOK:
515         acceptedTypes:
516             - yaml
517             - yml
518         validForResourceTypes:
519             - VF
520             - PNF
521     ONBOARDED_PACKAGE:
522         acceptedTypes:
523             - csar
524         validForResourceTypes:
525             - VF
526             - PNF
527     CONTROLLER_BLUEPRINT_ARCHIVE:
528         acceptedTypes:
529             - zip
530         validForResourceTypes:
531             - VF
532             - PNF
533
534
535 resourceInstanceDeploymentArtifacts:
536     HEAT_ENV:
537         acceptedTypes:
538             - env
539     VF_MODULES_METADATA:
540         acceptedTypes:
541             - json
542     VES_EVENTS:
543         acceptedTypes:
544             - yaml
545             - yml
546     PERFORMANCE_COUNTER:
547         acceptedTypes:
548             - csv
549     DCAE_INVENTORY_TOSCA:
550         acceptedTypes:
551             - yml
552             - yaml
553     DCAE_INVENTORY_JSON:
554         acceptedTypes:
555             - json
556     DCAE_INVENTORY_POLICY:
557       acceptedTypes:
558             - emf
559     DCAE_INVENTORY_DOC:
560       acceptedTypes:
561     DCAE_INVENTORY_BLUEPRINT:
562       acceptedTypes:
563     DCAE_INVENTORY_EVENT:
564       acceptedTypes:
565     SNMP_POLL:
566         acceptedTypes:
567         validForResourceTypes: *allResourceTypes
568     SNMP_TRAP:
569         acceptedTypes:
570         validForResourceTypes: *allResourceTypes
571
572 resourceInformationalArtifacts:
573     CHEF:
574         acceptedTypes:
575         validForResourceTypes: *allResourceTypes
576     PUPPET:
577         acceptedTypes:
578         validForResourceTypes: *allResourceTypes
579     SHELL:
580         acceptedTypes:
581         validForResourceTypes: *allResourceTypes
582     YANG:
583         acceptedTypes:
584         validForResourceTypes: *allResourceTypes
585     YANG_XML:
586         acceptedTypes:
587         validForResourceTypes: *allResourceTypes
588     HEAT:
589         acceptedTypes:
590         validForResourceTypes: *allResourceTypes
591     BPEL:
592         acceptedTypes:
593         validForResourceTypes: *allResourceTypes
594     DG_XML:
595         acceptedTypes:
596         validForResourceTypes: *allResourceTypes
597     MURANO_PKG:
598         acceptedTypes:
599         validForResourceTypes: *allResourceTypes
600     OTHER:
601         acceptedTypes:
602         validForResourceTypes: 
603             - VFC
604             - CVFC
605             - CP
606             - VL
607             - VF
608             - CR
609             - VFCMT
610             - Abstract
611             - PNF
612     SNMP_POLL:
613         acceptedTypes:
614         validForResourceTypes: *allResourceTypes
615     SNMP_TRAP:
616         acceptedTypes:
617         validForResourceTypes: *allResourceTypes
618     GUIDE:
619         acceptedTypes:
620         validForResourceTypes:
621             - VF
622             - VFC
623             - CVFC
624
625 resourceInformationalDeployedArtifacts:
626
627 requirementsToFulfillBeforeCert:
628
629 capabilitiesToConsumeBeforeCert:
630
631 unLoggedUrls:
632    - /sdc2/rest/healthCheck
633
634 cleanComponentsConfiguration:
635     cleanIntervalInMinutes: 1440
636     componentsToClean:
637        - Resource
638        - Service
639
640 artifactsIndex: resources
641
642 heatEnvArtifactHeader: ""
643 heatEnvArtifactFooter: ""
644
645 onboarding:
646     protocol: http
647     host: localhost
648     port: 8080
649     downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
650     healthCheckUri: "/onboarding-api/v1.0/healthcheck"
651
652 dcae:
653     protocol: http
654     host: 127.0.0.1
655     port: 8080
656     healthCheckUri: "/dcae/healthCheck"
657
658 switchoverDetector:
659     gBeFqdn: AIO-BE.ecomp.idns.cip.com
660     gFeFqdn: AIO-FE.ecomp.idns.cip.com
661     beVip: 0.0.0.0
662     feVip: 0.0.0.0
663     beResolveAttempts: 3
664     feResolveAttempts: 3
665     enabled: false
666     interval: 60
667     changePriorityUser: ecompasdc
668     changePriorityPassword: ecompasdc123
669     publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
670     publishNetworkBody: '{"note":"publish network"}'
671     groups:
672       beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com?user=root",
673                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"}'}
674       feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com?user=root",
675                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"}'}
676
677 applicationL1Cache:
678     datatypes:
679         enabled: true
680         firstRunDelay: 10
681         pollIntervalInSec: 60
682
683 applicationL2Cache:
684     enabled: true
685     catalogL1Cache:
686         enabled: true
687         resourcesSizeInCache: 300
688         servicesSizeInCache: 200
689         productsSizeInCache: 100
690     queue:
691         syncIntervalInSecondes: 43200
692         waitOnShutDownInMinutes: 10
693         numberOfCacheWorkers: 4
694
695 toscaValidators:
696     stringMaxLength: 2500
697
698 disableAudit: false
699
700 vfModuleProperties:
701     min_vf_module_instances:
702         forBaseModule: 1
703         forNonBaseModule: 0
704     max_vf_module_instances:
705         forBaseModule: 1
706         forNonBaseModule:
707     initial_count:
708         forBaseModule: 1
709         forNonBaseModule: 0
710     vf_module_type:
711         forBaseModule: Base
712         forNonBaseModule: Expansion
713
714 genericAssetNodeTypes:
715   VFC: org.openecomp.resource.abstract.nodes.VFC
716   CVFC: org.openecomp.resource.abstract.nodes.VFC
717   VF : org.openecomp.resource.abstract.nodes.VF
718   CR : org.openecomp.resource.abstract.nodes.CR
719   PNF: org.openecomp.resource.abstract.nodes.PNF
720   Service: org.openecomp.resource.abstract.nodes.service
721
722 workloadContext: Production
723 environmentContext:
724     defaultValue: General_Revenue-Bearing
725     validValues:
726        - Critical_Revenue-Bearing
727        - Vital_Revenue-Bearing
728        - Essential_Revenue-Bearing
729        - Important_Revenue-Bearing
730        - Needed_Revenue-Bearing
731        - Useful_Revenue-Bearing
732        - General_Revenue-Bearing
733        - Critical_Non-Revenue
734        - Vital_Non-Revenue
735        - Essential_Non-Revenue
736        - Important_Non-Revenue
737        - Needed_Non-Revenue
738        - Useful_Non-Revenue
739        - General_Non-Revenue
740
741 gabConfig:
742   - artifactType: 'VES_EVENTS'
743     pathsandnames:
744       -
745         friendlyName: "Action"
746         path: "event.action[2]"
747         searchable: "true"
748       -
749         friendlyName: "Comment"
750         path: "event.comment"
751         searchable: "true"
752       -
753         friendlyName: "Alarm Additional Information"
754         path: "event.structure.faultFields.structure.alarmAdditionalInformation.comment"
755         searchable: "true"
756
757 dmaapConsumerConfiguration:
758     active: true
759     hosts: olsd004.wnsnet.ws.com:3905
760     consumerGroup: asdc
761     consumerId: mama #mama - in Order To Consume Remove This String And Replace It With -> mama
762     timeoutMs: 15000
763     limit: 1
764     pollingInterval: 2
765     topic: com.sdc.23911-SDCforTestDev-v001
766     latitude: 32.109333
767     longitude: 34.855499
768     version: 1.0
769     serviceName: dmaap-v1.dev.dmaap.dt.saat.acsi.com/events
770     environment: TEST
771     partner: BOT_R
772     routeOffer: MR1
773     protocol: https
774     contenttype: application/json
775     dme2TraceOn: true
776     aftEnvironment: AFTUAT
777     aftDme2ConnectionTimeoutMs: 15000
778     aftDme2RoundtripTimeoutMs: 240000
779     aftDme2ReadTimeoutMs: 50000
780     dme2preferredRouterFilePath: DME2preferredRouter.txt
781     timeLimitForNotificationHandleMs: 120000
782     credential:
783         username: m09875@sdc.com
784         password: mockhmXYcznAljMSisdy8zgcag==
785
786
787         
788 dmeConfiguration:
789     dme2Search: DME2SEARCH
790     dme2Resolve: DME2RESOLVE
791
792
793 excludedPolicyTypesMapping:
794    # VF:
795     #  - a.b.c
796     #  - c.d.e
797     #CR:
798     #  - x.y.z
799
800 excludedGroupTypesMapping:
801     CR:
802        - org.openecomp.groups.VfModule
803        - org.openecomp.groups.heat.HeatStack
804        - tosca.groups.Root
805     PNF:
806        - org.openecomp.groups.VfModule
807        - org.openecomp.groups.heat.HeatStack
808        - tosca.groups.Root
809     VF:
810        - org.openecomp.groups.VfModule
811        - org.openecomp.groups.heat.HeatStack
812        - tosca.groups.Root
813     Service:
814        - org.openecomp.groups.VfModule
815        - org.openecomp.groups.heat.HeatStack
816        - tosca.groups.Root
817
818 healthStatusExclude:
819    - DE
820    - ES
821    - DMAAP