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