37e3d936d14ba93f94c8abcedcb3834ab0df9e97
[sdc.git] / catalog-be / sdc-backend / chef-repo / cookbooks / sdc-catalog-be / templates / default / BE-configuration.yaml.erb
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: <%= @catalog_ip %>
10
11 # catalog backend http port
12 beHttpPort: <%= @catalog_port %>
13
14 # catalog backend http context
15 beContext: /sdc/rest/config/get
16
17 # catalog backend protocol
18 <% if node[:disableHttp] -%>
19 beProtocol: https
20 <% else %>
21 beProtocol: http
22 <% end -%>
23
24 # catalog backend ssl port
25 beSslPort: <%= @ssl_port %>
26 version: 1.1.0
27 released: 2012-11-30
28 toscaConformanceLevel: 9.0
29 minToscaConformanceLevel: 3.0
30
31 titanCfgFile: /var/lib/jetty/config/catalog-be/titan.properties
32 titanInMemoryGraph: false
33 titanLockTimeout: 1800
34 # The interval to try and reconnect to titan DB when it is down during ASDC startup:
35 titanReconnectIntervalInSeconds: 3
36
37 # The read timeout towards Titan DB when health check is invoked:
38 titanHealthCheckReadTimeout: 1
39
40 # The interval to try and reconnect to Elasticsearch when it is down during ASDC startup:
41
42 esReconnectIntervalInSeconds: 3
43 uebHealthCheckReconnectIntervalInSeconds: 15
44 uebHealthCheckReadTimeout: 4
45
46 # Protocols
47 protocols:
48    - http
49    - https
50
51 # Default imports
52 defaultImports:
53    - nodes:
54         file: nodes.yml
55    - datatypes:
56         file: data.yml
57    - capabilities:
58         file: capabilities.yml
59    - relationships:
60         file: relationships.yml
61    - groups:
62         file: groups.yml
63    - policies:
64         file: policies.yml
65    - annotations:
66         file: annotations.yml
67
68 # Users
69 users:
70     tom: passwd
71     bob: passwd
72
73
74 cassandraConfig:
75     cassandraHosts: [<%= @cassandra_ip %>]
76     cassandraPort: <%= @cassandra_port %>
77     localDataCenter: <%= @DC_NAME %>
78     reconnectTimeout : 30000
79     socketReadTimeout: <%= @socket_read_timeout %>
80     socketConnectTimeout: <%= @socket_connect_timeout %>
81     authenticate: true
82     username: <%= @cassandra_usr %>
83     password: <%= @cassandra_pwd %>
84     ssl: <%= @cassandra_ssl_enabled %>
85     truststorePath : /var/lib/jetty/etc/truststore
86     truststorePassword : <%= @cassandra_truststore_password %>
87     keySpaces:
88         - { name: dox,           replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
89         - { name: sdcaudit,      replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
90         - { name: sdcartifact,   replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
91         - { name: sdccomponent,  replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
92         - { name: sdcrepository, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
93
94 #Application-specific settings of ES
95 elasticSearch:
96     # Mapping of index prefix to time-based frame. For example, if below is configured:
97     #
98     # - indexPrefix: auditingevents
99     #    creationPeriod: minute
100     #
101     # 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.
102     # Another object created on 2015-12-23 13:25:54, will enter "auditingevents-2015-12-23-13-25" index.
103     # If creationPeriod: month, both of the above will enter "auditingevents-2015-12" index.
104     #
105     # PLEASE NOTE: the timestamps are created in UTC/GMT timezone! This is needed so that timestamps will be correctly presented in Kibana.
106     #
107     # Legal values for creationPeriod - year, month, day, hour, minute, none (meaning no time-based behaviour).
108     #
109     # If no creationPeriod is configured for indexPrefix, default behavour is creationPeriod: month.
110
111     indicesTimeFrequency:
112       - indexPrefix: auditingevents
113         creationPeriod: month
114       - indexPrefix: monitoring_events
115         creationPeriod: month
116 artifactTypes:
117    - CHEF
118    - PUPPET
119    - SHELL
120    - YANG
121    - YANG_XML
122    - HEAT
123    - BPEL
124    - DG_XML
125    - MURANO_PKG
126    - WORKFLOW
127    - NETWORK_CALL_FLOW
128    - TOSCA_TEMPLATE
129    - TOSCA_CSAR
130    - AAI_SERVICE_MODEL
131    - AAI_VF_MODEL
132    - AAI_VF_MODULE_MODEL
133    - AAI_VF_INSTANCE_MODEL
134    - OTHER
135    - SNMP_POLL
136    - SNMP_TRAP
137    - GUIDE
138    - PLAN
139    - CONTROLLER_BLUEPRINT_ARCHIVE
140
141 licenseTypes:
142    - User
143    - Installation
144    - CPU
145
146 #Deployment artifacts placeHolder
147 resourceTypes: &allResourceTypes
148   - VFC
149   - CP
150   - VL
151   - VF
152   - CR
153   - VFCMT
154   - Abstract
155   - CVFC
156
157
158 deploymentResourceArtifacts:
159   cdsBlueprint:
160       displayName: "CDS Blueprint"
161       type: CONTROLLER_BLUEPRINT_ARCHIVE
162       description: "CDS deployment artifact"
163       fileExtension: "zip"
164
165 deploymentResourceInstanceArtifacts:
166   heatEnv:
167       displayName: "HEAT ENV"
168       type: HEAT_ENV
169       description: "Auto-generated HEAT Environment deployment artifact"
170       fileExtension: "env"
171   VfHeatEnv:
172       displayName: "VF HEAT ENV"
173       type: HEAT_ENV
174       description: "VF Auto-generated HEAT Environment deployment artifact"
175       fileExtension: "env"
176
177 #tosca artifacts placeholders
178 toscaArtifacts:
179   assetToscaTemplate:
180       artifactName: -template.yml
181       displayName: Tosca Template
182       type: TOSCA_TEMPLATE
183       description: TOSCA representation of the asset
184   assetToscaCsar:
185       artifactName: -csar.csar
186       displayName: Tosca Model
187       type: TOSCA_CSAR
188       description: TOSCA definition package of the asset
189
190 #Informational artifacts placeHolder
191 excludeResourceCategory:
192   - Generic
193 excludeResourceType:
194   - PNF
195   - CR
196 informationalResourceArtifacts:
197   features:
198       displayName: Features
199       type: OTHER
200   capacity:
201       displayName: Capacity
202       type: OTHER
203   vendorTestResult:
204       displayName: Vendor Test Result
205       type: OTHER
206   testScripts:
207       displayName: Test Scripts
208       type: OTHER
209   CloudQuestionnaire:
210       displayName: Cloud Questionnaire (completed)
211       type: OTHER
212   HEATTemplateFromVendor:
213       displayName: HEAT Template from Vendor
214       type: HEAT
215   resourceSecurityTemplate:
216       displayName: Resource Security Template
217       type: OTHER
218
219 excludeServiceCategory:
220
221 informationalServiceArtifacts:
222   serviceArtifactPlan:
223       displayName: Service Artifact Plan
224       type: OTHER
225   summaryOfImpactsToECOMPElements:
226       displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
227       type: OTHER
228   controlLoopFunctions:
229       displayName: Control Loop Functions
230       type: OTHER
231   dimensioningInfo:
232       displayName: Dimensioning Info
233       type: OTHER
234   affinityRules:
235       displayName: Affinity Rules
236       type: OTHER
237   operationalPolicies:
238       displayName: Operational Policies
239       type: OTHER
240   serviceSpecificPolicies:
241       displayName: Service-specific Policies
242       type: OTHER
243   engineeringRules:
244       displayName: Engineering Rules (ERD)
245       type: OTHER
246   distributionInstructions:
247       displayName: Distribution Instructions
248       type: OTHER
249   certificationTestResults:
250       displayName: TD Certification Test Results
251       type: OTHER
252   deploymentVotingRecord:
253       displayName: Deployment Voting Record
254       type: OTHER
255   serviceQuestionnaire:
256       displayName: Service Questionnaire
257       type: OTHER
258   serviceSecurityTemplate:
259       displayName: Service Security Template
260       type: OTHER
261
262 serviceApiArtifacts:
263   configuration:
264       displayName: Configuration
265       type: OTHER
266   instantiation:
267       displayName: Instantiation
268       type: OTHER
269   monitoring:
270       displayName: Monitoring
271       type: OTHER
272   reporting:
273       displayName: Reporting
274       type: OTHER
275   logging:
276       displayName: Logging
277       type: OTHER
278   testing:
279       displayName: Testing
280       type: OTHER
281
282
283 additionalInformationMaxNumberOfKeys: 50
284
285 systemMonitoring:
286     enabled: false
287     isProxy: false
288     probeIntervalInSeconds: 15
289 defaultHeatArtifactTimeoutMinutes: 60
290
291 serviceDeploymentArtifacts:
292     CONTROLLER_BLUEPRINT_ARCHIVE:
293         acceptedTypes:
294             - zip
295     YANG_XML:
296         acceptedTypes:
297             - xml
298     VNF_CATALOG:
299         acceptedTypes:
300             - xml
301     MODEL_INVENTORY_PROFILE:
302         acceptedTypes:
303             - xml
304     MODEL_QUERY_SPEC:
305         acceptedTypes:
306             - xml
307     UCPE_LAYER_2_CONFIGURATION:
308         acceptedTypes:
309             - xml
310
311 #AAI Artifacts
312     AAI_SERVICE_MODEL:
313         acceptedTypes:
314             - xml
315     AAI_VF_MODULE_MODEL:
316         acceptedTypes:
317             - xml
318     AAI_VF_INSTANCE_MODEL:
319         acceptedTypes:
320             - xml
321     UCPE_LAYER_2_CONFIGURATION:
322         acceptedTypes:
323             - xml
324     OTHER:
325         acceptedTypes:
326
327 #PLAN
328     PLAN:
329         acceptedTypes:
330             - xml
331     WORKFLOW:
332         acceptedTypes:
333
334
335 resourceDeploymentArtifacts:
336     HEAT:
337         acceptedTypes:
338             - yaml
339             - yml
340         validForResourceTypes: *allResourceTypes
341     HEAT_VOL:
342         acceptedTypes:
343             - yaml
344             - yml
345         validForResourceTypes: *allResourceTypes
346     HEAT_NET:
347         acceptedTypes:
348             - yaml
349             - yml
350         validForResourceTypes: *allResourceTypes
351     HEAT_NESTED:
352         acceptedTypes:
353             - yaml
354             - yml
355         validForResourceTypes: *allResourceTypes
356     HEAT_ARTIFACT:
357         acceptedTypes:
358         validForResourceTypes: *allResourceTypes
359     CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT:
360         acceptedTypes:
361             - zip
362             - tgz
363             - csar
364         validForResourceTypes: *allResourceTypes
365     YANG_XML:
366         acceptedTypes:
367             - xml
368         validForResourceTypes: *allResourceTypes
369     VNF_CATALOG:
370         acceptedTypes:
371             - xml
372         validForResourceTypes: *allResourceTypes
373     VF_LICENSE:
374         acceptedTypes:
375             - xml
376         validForResourceTypes: *allResourceTypes
377     VENDOR_LICENSE:
378         acceptedTypes:
379             - xml
380         validForResourceTypes: *allResourceTypes
381     MODEL_INVENTORY_PROFILE:
382         acceptedTypes:
383             - xml
384         validForResourceTypes: *allResourceTypes
385     MODEL_QUERY_SPEC:
386         acceptedTypes:
387             - xml
388         validForResourceTypes: *allResourceTypes
389     LIFECYCLE_OPERATIONS:
390         acceptedTypes:
391             - yaml
392             - yml
393         validForResourceTypes:
394             - VF
395             - VFC
396     VES_EVENTS:
397         acceptedTypes:
398             - yaml
399             - yml
400         validForResourceTypes:
401             - VFC
402             - CP
403             - VL
404             - VF
405             - CR
406             - VFCMT
407             - Abstract
408             - CVFC
409             - PNF
410     PERFORMANCE_COUNTER:
411         acceptedTypes:
412             - csv
413         validForResourceTypes: *allResourceTypes
414     APPC_CONFIG:
415         acceptedTypes:
416         validForResourceTypes:
417             - VF
418     DCAE_TOSCA:
419         acceptedTypes:
420             - yml
421             - yaml
422         validForResourceTypes:
423             - VF
424             - VFCMT
425     DCAE_JSON:
426         acceptedTypes:
427             - json
428         validForResourceTypes:
429             - VF
430             - VFCMT
431     DCAE_POLICY:
432         acceptedTypes:
433             - emf
434         validForResourceTypes:
435             - VF
436             - VFCMT
437     DCAE_DOC:
438         acceptedTypes:
439         validForResourceTypes:
440             - VF
441             - VFCMT
442     DCAE_EVENT:
443         acceptedTypes:
444         validForResourceTypes:
445             - VF
446             - VFCMT
447     AAI_VF_MODEL:
448         acceptedTypes:
449             - xml
450         validForResourceTypes:
451             - VF
452     AAI_VF_MODULE_MODEL:
453         acceptedTypes:
454             - xml
455         validForResourceTypes:
456             - VF
457     OTHER:
458         acceptedTypes:
459         validForResourceTypes:
460           - VFC
461           - CVFC
462           - CP
463           - VL
464           - VF
465           - VFCMT
466           - Abstract
467           - PNF
468     SNMP_POLL:
469         acceptedTypes:
470         validForResourceTypes: *allResourceTypes
471     SNMP_TRAP:
472         acceptedTypes:
473         validForResourceTypes: *allResourceTypes
474     PM_DICTIONARY:
475         acceptedTypes:
476             - yaml
477             - yml
478         validForResourceTypes:
479             - VF
480             - PNF
481     YANG_MODULE:
482         acceptedTypes:
483             - yang
484         validForResourceTypes:
485             - VF
486             - PNF
487     ANSIBLE_PLAYBOOK:
488         acceptedTypes:
489             - yaml
490             - yml
491         validForResourceTypes:
492             - VF
493             - PNF
494     ONBOARDED_PACKAGE:
495         acceptedTypes:
496             - csar
497         validForResourceTypes:
498             - VF
499             - PNF
500     CONTROLLER_BLUEPRINT_ARCHIVE:
501         acceptedTypes:
502             - zip
503         validForResourceTypes:
504             - VF
505             - PNF
506
507 #PLAN
508     PLAN:
509         acceptedTypes:
510             - xml
511         validForResourceTypes:
512             - VF
513             - VFC
514     WORKFLOW:
515         acceptedTypes:
516         validForResourceTypes: *allResourceTypes
517
518 resourceInstanceDeploymentArtifacts:
519     HEAT_ENV:
520         acceptedTypes:
521             - env
522     VF_MODULES_METADATA:
523         acceptedTypes:
524             - json
525     VES_EVENTS:
526         acceptedTypes:
527             - yaml
528             - yml
529     PERFORMANCE_COUNTER:
530         acceptedTypes:
531             - csv
532     DCAE_INVENTORY_TOSCA:
533         acceptedTypes:
534             - yml
535             - yaml
536     DCAE_INVENTORY_JSON:
537         acceptedTypes:
538             - json
539     DCAE_INVENTORY_POLICY:
540       acceptedTypes:
541             - emf
542     DCAE_INVENTORY_DOC:
543       acceptedTypes:
544     DCAE_INVENTORY_BLUEPRINT:
545       acceptedTypes:
546     DCAE_INVENTORY_EVENT:
547       acceptedTypes:
548     SNMP_POLL:
549         acceptedTypes:
550         validForResourceTypes: *allResourceTypes
551     SNMP_TRAP:
552         acceptedTypes:
553         validForResourceTypes: *allResourceTypes
554
555 #PLAN
556     PLAN:
557         acceptedTypes:
558             - xml
559
560 resourceInformationalArtifacts:
561     CHEF:
562         acceptedTypes:
563         validForResourceTypes: *allResourceTypes
564     PUPPET:
565         acceptedTypes:
566         validForResourceTypes: *allResourceTypes
567     SHELL:
568         acceptedTypes:
569         validForResourceTypes: *allResourceTypes
570     YANG:
571         acceptedTypes:
572         validForResourceTypes: *allResourceTypes
573     YANG_XML:
574         acceptedTypes:
575         validForResourceTypes: *allResourceTypes
576     HEAT:
577         acceptedTypes:
578         validForResourceTypes: *allResourceTypes
579     BPEL:
580         acceptedTypes:
581         validForResourceTypes: *allResourceTypes
582     DG_XML:
583         acceptedTypes:
584         validForResourceTypes: *allResourceTypes
585     MURANO_PKG:
586         acceptedTypes:
587         validForResourceTypes: *allResourceTypes
588     OTHER:
589         acceptedTypes:
590         validForResourceTypes:
591             - VFC
592             - CVFC
593             - CP
594             - VL
595             - VF
596             - CR
597             - VFCMT
598             - Abstract
599             - PNF
600     SNMP_POLL:
601         acceptedTypes:
602         validForResourceTypes: *allResourceTypes
603     SNMP_TRAP:
604         acceptedTypes:
605         validForResourceTypes: *allResourceTypes
606     GUIDE:
607         acceptedTypes:
608         validForResourceTypes:
609             - VF
610             - VFC
611             - CVFC
612             - PNF
613
614 resourceInformationalDeployedArtifacts:
615
616
617 requirementsToFulfillBeforeCert:
618
619 capabilitiesToConsumeBeforeCert:
620
621 unLoggedUrls:
622    - /sdc2/rest/healthCheck
623
624 cleanComponentsConfiguration:
625     cleanIntervalInMinutes: 1440
626     componentsToClean:
627        - Resource
628        - Service
629
630 artifactsIndex: resources
631
632 heatEnvArtifactHeader: ""
633 heatEnvArtifactFooter: ""
634
635 onboarding:
636     host: <%= node['ONBOARDING_BE_VIP'] %>
637     <% if node[:disableHttp] -%>
638     protocol: https
639     port: <%= node['ONBOARDING_BE'][:https_port] %> 
640     <% else %>
641     protocol: http
642     port: <%= node['ONBOARDING_BE'][:http_port] %> 
643     <% end -%>
644     downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
645     healthCheckUri: "/onboarding-api/v1.0/healthcheck"
646
647 dcae:
648     host: <%= @dcae_be_vip %>
649     <% if node[:disableHttp] -%>
650     protocol: https
651     port: <%= node['DCAE']['BE'][:https_port] %>
652     <% else %>
653     protocol: http
654     port: <%= node['DCAE']['BE'][:http_port] %>
655     <% end -%>
656     healthCheckUri: "/dcae/healthCheck"
657
658 # #GSS IDNS
659 switchoverDetector:
660     gBeFqdn:
661     gFeFqdn:
662     beVip: 1.2.3.4
663     feVip: 1.2.3.4
664     beResolveAttempts: 3
665     feResolveAttempts: 3
666     enabled: false
667     interval: 60
668     changePriorityUser: ecompasdc
669     changePriorityPassword: ecompasdc123
670     publishNetworkUrl:
671     publishNetworkBody: '{"note":"comment"}'
672     groups:
673       beSet: { changePriorityUrl: "", changePriorityBody: '{"name":"","uri":"","no_ad_redirection":false,"v4groups":{"failover_groups":["","","failover_policy":["FAILALL"]},"comment":"","intended_app_proto":"DNS"}'}
674       feSet: { changePriorityUrl: "", changePriorityBody: '{"name":"","uri":"","no_ad_redirection":false,"v4groups":{"failover_groups":["",""],"failover_policy":["FAILALL"]},"comment":"","intended_app_proto":"DNS"}'}
675
676 applicationL1Cache:
677     datatypes:
678         enabled: true
679         firstRunDelay: 10
680         pollIntervalInSec: 60
681
682 applicationL2Cache:
683     enabled: false
684     catalogL1Cache:
685         enabled: false
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
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     pathsAndNamesDefinitions:
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: <%= @dmaap_active %>
759     hosts: localhost:3905
760     consumerGroup: sdc
761     consumerId: mama
762     timeoutMs: 15000
763     limit: 1
764     pollingInterval: 2
765     topic: topic
766     latitude: 32.109333
767     longitude: 34.855499
768     version: 1.0
769     serviceName: localhost/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: user
784         password:
785
786 dmeConfiguration:
787     dme2Search: DME2SEARCH
788     dme2Resolve: DME2RESOLVE
789
790 excludedPolicyTypesMapping:
791    # VF:
792     #  - a.b.c
793     #  - c.d.e
794     #CR:
795     #  - x.y.z
796
797 excludedGroupTypesMapping:
798     CR:
799        - org.openecomp.groups.VfModule
800        - org.openecomp.groups.heat.HeatStack
801        - tosca.groups.Root
802     PNF:
803        - org.openecomp.groups.VfModule
804        - org.openecomp.groups.heat.HeatStack
805        - tosca.groups.Root
806     VF:
807        - org.openecomp.groups.VfModule
808        - org.openecomp.groups.heat.HeatStack
809        - tosca.groups.Root
810     Service:
811        - org.openecomp.groups.VfModule
812        - org.openecomp.groups.heat.HeatStack
813        - tosca.groups.Root
814
815 healthStatusExclude:
816    - DE
817    - DMAAP
818    - DCAE