7ec0376a0c03b19cf274ef330a74a9d5af4b8231
[sdc.git] /
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 janusGraphCfgFile: /var/lib/jetty/config/catalog-be/janusgraph.properties
32 janusGraphInMemoryGraph: false
33 janusGraphLockTimeout: 1800
34 # The interval to try and reconnect to JanusGraph DB when it is down during ASDC startup:
35 janusGraphReconnectIntervalInSeconds: 3
36
37 # The read timeout towards JanusGraph DB when health check is invoked:
38 janusGraphHealthCheckReadTimeout: 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             - zip
498         validForResourceTypes:
499             - VF
500             - PNF
501     CONTROLLER_BLUEPRINT_ARCHIVE:
502         acceptedTypes:
503             - zip
504         validForResourceTypes:
505             - VF
506             - PNF
507
508 #PLAN
509     PLAN:
510         acceptedTypes:
511             - xml
512         validForResourceTypes:
513             - VF
514             - VFC
515     WORKFLOW:
516         acceptedTypes:
517         validForResourceTypes:
518             - VFC
519             - CP
520             - VL
521             - VF
522             - CR
523             - VFCMT
524             - Abstract
525             - CVFC
526             - PNF
527
528 resourceInstanceDeploymentArtifacts:
529     HEAT_ENV:
530         acceptedTypes:
531             - env
532     VF_MODULES_METADATA:
533         acceptedTypes:
534             - json
535     VES_EVENTS:
536         acceptedTypes:
537             - yaml
538             - yml
539     PERFORMANCE_COUNTER:
540         acceptedTypes:
541             - csv
542     DCAE_INVENTORY_TOSCA:
543         acceptedTypes:
544             - yml
545             - yaml
546     DCAE_INVENTORY_JSON:
547         acceptedTypes:
548             - json
549     DCAE_INVENTORY_POLICY:
550       acceptedTypes:
551             - emf
552     DCAE_INVENTORY_DOC:
553       acceptedTypes:
554     DCAE_INVENTORY_BLUEPRINT:
555       acceptedTypes:
556     DCAE_INVENTORY_EVENT:
557       acceptedTypes:
558     SNMP_POLL:
559         acceptedTypes:
560         validForResourceTypes: *allResourceTypes
561     SNMP_TRAP:
562         acceptedTypes:
563         validForResourceTypes: *allResourceTypes
564
565 #PLAN
566     PLAN:
567         acceptedTypes:
568             - xml
569
570 resourceInformationalArtifacts:
571     CHEF:
572         acceptedTypes:
573         validForResourceTypes: *allResourceTypes
574     PUPPET:
575         acceptedTypes:
576         validForResourceTypes: *allResourceTypes
577     SHELL:
578         acceptedTypes:
579         validForResourceTypes: *allResourceTypes
580     YANG:
581         acceptedTypes:
582         validForResourceTypes: *allResourceTypes
583     YANG_XML:
584         acceptedTypes:
585         validForResourceTypes: *allResourceTypes
586     HEAT:
587         acceptedTypes:
588         validForResourceTypes: *allResourceTypes
589     BPEL:
590         acceptedTypes:
591         validForResourceTypes: *allResourceTypes
592     DG_XML:
593         acceptedTypes:
594         validForResourceTypes: *allResourceTypes
595     MURANO_PKG:
596         acceptedTypes:
597         validForResourceTypes: *allResourceTypes
598     OTHER:
599         acceptedTypes:
600         validForResourceTypes:
601             - VFC
602             - CVFC
603             - CP
604             - VL
605             - VF
606             - CR
607             - VFCMT
608             - Abstract
609             - PNF
610     SNMP_POLL:
611         acceptedTypes:
612         validForResourceTypes: *allResourceTypes
613     SNMP_TRAP:
614         acceptedTypes:
615         validForResourceTypes: *allResourceTypes
616     GUIDE:
617         acceptedTypes:
618         validForResourceTypes:
619             - VF
620             - VFC
621             - CVFC
622             - PNF
623
624 resourceInformationalDeployedArtifacts:
625
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     host: <%= node['ONBOARDING_BE_VIP'] %>
647     <% if node[:disableHttp] -%>
648     protocol: https
649     port: <%= node['ONBOARDING_BE'][:https_port] %> 
650     <% else %>
651     protocol: http
652     port: <%= node['ONBOARDING_BE'][:http_port] %> 
653     <% end -%>
654     downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
655     healthCheckUri: "/onboarding-api/v1.0/healthcheck"
656
657 dcae:
658     host: <%= @dcae_be_vip %>
659     <% if node[:disableHttp] -%>
660     protocol: https
661     port: <%= node['DCAE']['BE'][:https_port] %>
662     <% else %>
663     protocol: http
664     port: <%= node['DCAE']['BE'][:http_port] %>
665     <% end -%>
666     healthCheckUri: "/dcae/healthCheck"
667
668 # #GSS IDNS
669 switchoverDetector:
670     gBeFqdn:
671     gFeFqdn:
672     beVip: 1.2.3.4
673     feVip: 1.2.3.4
674     beResolveAttempts: 3
675     feResolveAttempts: 3
676     enabled: false
677     interval: 60
678     changePriorityUser: ecompasdc
679     changePriorityPassword: ecompasdc123
680     publishNetworkUrl:
681     publishNetworkBody: '{"note":"comment"}'
682     groups:
683       beSet: { changePriorityUrl: "", changePriorityBody: '{"name":"","uri":"","no_ad_redirection":false,"v4groups":{"failover_groups":["","","failover_policy":["FAILALL"]},"comment":"","intended_app_proto":"DNS"}'}
684       feSet: { changePriorityUrl: "", changePriorityBody: '{"name":"","uri":"","no_ad_redirection":false,"v4groups":{"failover_groups":["",""],"failover_policy":["FAILALL"]},"comment":"","intended_app_proto":"DNS"}'}
685
686 applicationL1Cache:
687     datatypes:
688         enabled: true
689         firstRunDelay: 10
690         pollIntervalInSec: 60
691
692 applicationL2Cache:
693     enabled: false
694     catalogL1Cache:
695         enabled: false
696         resourcesSizeInCache: 300
697         servicesSizeInCache: 200
698         productsSizeInCache: 100
699     queue:
700         syncIntervalInSecondes: 43200
701         waitOnShutDownInMinutes: 10
702         numberOfCacheWorkers: 4
703
704 toscaValidators:
705     stringMaxLength: 2500
706
707 disableAudit: false
708
709 vfModuleProperties:
710     min_vf_module_instances:
711         forBaseModule: 1
712         forNonBaseModule: 0
713     max_vf_module_instances:
714         forBaseModule: 1
715         forNonBaseModule:
716     initial_count:
717         forBaseModule: 1
718         forNonBaseModule: 0
719     vf_module_type:
720         forBaseModule: Base
721         forNonBaseModule: Expansion
722
723 genericAssetNodeTypes:
724   VFC: org.openecomp.resource.abstract.nodes.VFC
725   CVFC: org.openecomp.resource.abstract.nodes.VFC
726   VF : org.openecomp.resource.abstract.nodes.VF
727   CR : org.openecomp.resource.abstract.nodes.CR
728   PNF: org.openecomp.resource.abstract.nodes.PNF
729   Service: org.openecomp.resource.abstract.nodes.service
730
731 workloadContext: Production
732
733 environmentContext:
734     defaultValue: General_Revenue-Bearing
735     validValues:
736        - Critical_Revenue-Bearing
737        - Vital_Revenue-Bearing
738        - Essential_Revenue-Bearing
739        - Important_Revenue-Bearing
740        - Needed_Revenue-Bearing
741        - Useful_Revenue-Bearing
742        - General_Revenue-Bearing
743        - Critical_Non-Revenue
744        - Vital_Non-Revenue
745        - Essential_Non-Revenue
746        - Important_Non-Revenue
747        - Needed_Non-Revenue
748        - Useful_Non-Revenue
749        - General_Non-Revenue
750
751 gabConfig:
752   - artifactType: 'VES_EVENTS'
753     pathsAndNamesDefinitions:
754       -
755         friendlyName: "Action"
756         path: "event.action[2]"
757         searchable: "true"
758       -
759         friendlyName: "Comment"
760         path: "event.comment"
761         searchable: "true"
762       -
763         friendlyName: "Alarm Additional Information"
764         path: "event.structure.faultFields.structure.alarmAdditionalInformation.comment"
765         searchable: "true"
766
767 dmaapConsumerConfiguration:
768     active: <%= @dmaap_active %>
769     hosts: localhost:3905
770     consumerGroup: sdc
771     consumerId: mama
772     timeoutMs: 15000
773     limit: 1
774     pollingInterval: 2
775     topic: topic
776     latitude: 32.109333
777     longitude: 34.855499
778     version: 1.0
779     serviceName: localhost/events
780     environment: TEST
781     partner: BOT_R
782     routeOffer: MR1
783     protocol: https
784     contenttype: application/json
785     dme2TraceOn: true
786     aftEnvironment: AFTUAT
787     aftDme2ConnectionTimeoutMs: 15000
788     aftDme2RoundtripTimeoutMs: 240000
789     aftDme2ReadTimeoutMs: 50000
790     dme2preferredRouterFilePath: DME2preferredRouter.txt
791     timeLimitForNotificationHandleMs: 120000
792     credential:
793         username: user
794         password:
795
796 dmeConfiguration:
797     dme2Search: DME2SEARCH
798     dme2Resolve: DME2RESOLVE
799
800 excludedPolicyTypesMapping:
801    # VF:
802     #  - a.b.c
803     #  - c.d.e
804     #CR:
805     #  - x.y.z
806
807 excludedGroupTypesMapping:
808     CR:
809        - org.openecomp.groups.VfModule
810        - org.openecomp.groups.heat.HeatStack
811        - tosca.groups.Root
812     PNF:
813        - org.openecomp.groups.VfModule
814        - org.openecomp.groups.heat.HeatStack
815        - tosca.groups.Root
816     VF:
817        - org.openecomp.groups.VfModule
818        - org.openecomp.groups.heat.HeatStack
819        - tosca.groups.Root
820     Service:
821        - org.openecomp.groups.VfModule
822        - org.openecomp.groups.heat.HeatStack
823        - tosca.groups.Root
824
825 healthStatusExclude:
826    - DE
827    - DMAAP
828    - DCAE