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