Remove unused dcae-be healthcheck
[sdc.git] / catalog-be / src / test / resources / config / catalog-be / configuration.yaml
1 identificationHeaderFields:
2    - HTTP_IV_USER
3    - HTTP_CSP_FIRSTNAME
4    - HTTP_CSP_LASTNAME
5    - HTTP_IV_REMOTE_ADDRESS
6    - HTTP_CSP_WSTYPE
7
8 # catalog backend hostname
9 beFqdn: localhost
10 # sdccatalog.com
11
12 # catalog backend http port
13 beHttpPort: 8080
14
15 # catalog backend http context
16 beContext: /sdc/rest/config/get
17
18 # catalog backend protocol
19 beProtocol: http
20
21 # catalog backend ssl port
22 beSslPort: 8443
23
24 version: 1.1.0
25 released: 2012-11-30
26 toscaConformanceLevel: 8.0
27 minToscaConformanceLevel: 3.0
28
29 janusGraphCfgFile: /home/vagrant/catalog-be/config/catalog-be/janusgraph.properties
30 janusGraphInMemoryGraph: false
31 janusGraphLockTimeout: 1800
32
33 # The interval to try and reconnect to janusgraph DB when it is down during ASDC startup:
34 janusGraphReconnectIntervalInSeconds: 3
35
36 # The read timeout towards JanusGraph DB when health check is invoked:
37 janusGraphHealthCheckReadTimeout: 1
38
39 uebHealthCheckReconnectIntervalInSeconds: 15
40 uebHealthCheckReadTimeout: 4
41
42 # Protocols
43 protocols:
44    - http
45    - https
46
47 # Default imports
48 defaultImports:
49    - nodes:
50         file: nodes.yml
51    - datatypes:
52         file: data.yml
53    - capabilities:
54         file: capabilities.yml
55    - relationships:
56         file: relationships.yml
57    - groups:
58         file: groups.yml
59    - policies:
60         file: policies.yml
61
62 # Global CSAR Import Files
63 globalCsarImports:
64   - annotations.yml
65   - artifacts.yml
66   - capabilities.yml
67   - data.yml
68   - groups.yml
69   - interfaces.yml
70   - nodes.yml
71   - policies.yml
72   - relationships.yml
73
74 # Users
75 users:
76     tom: passwd
77     bob: passwd
78
79 neo4j:
80     host: neo4jhost
81     port: 7474
82     user: neo4j
83     password: "12345"
84
85 basicAuth:
86   enabled: false
87   userName: test
88   userPass: test
89   excludedUrls:
90
91 cassandraConfig:
92     cassandraHosts: ['localhost']
93     cassandraPort: 9042
94     localDataCenter: datacenter1
95     reconnectTimeout : 30000
96     authenticate: false
97     username: koko
98     password: bobo
99     ssl: false
100     truststorePath : /path/path
101     truststorePassword : 123123
102     keySpaces:
103         - { name: sdcaudit, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
104         - { name: sdcartifact, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
105         - { name: sdccomponent, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
106         - { name: sdcrepository, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
107
108 licenseTypes:
109    - User
110    - Installation
111    - CPU
112
113 #Deployment artifacts placeHolder
114 resourceTypes: &allResourceTypes
115   - VFC
116   - CP
117   - VL
118   - VF
119   - CR
120   - VFCMT
121   - Abstract
122   - CVFC
123   - Configuration
124   - ServiceProxy
125   - PNF
126
127 componentAllowedInstanceTypes:
128   Resource:
129     VF:
130       - VFC
131       - VF
132       - CR
133       - CP
134       - PNF
135       - CVFC
136       - VL
137       - Configuration
138       - ServiceProxy
139       - Abstract
140     CVFC:
141       - VFC
142       - VF
143       - CR
144       - CP
145       - PNF
146       - CVFC
147       - VL
148       - ServiceProxy
149       - Abstract
150     PNF:
151       - VF
152       - CR
153       - CP
154       - PNF
155       - CVFC
156       - VL
157       - Configuration
158       - ServiceProxy
159       - Abstract
160     CR:
161       - VF
162       - CR
163       - CP
164       - PNF
165       - CVFC
166       - VL
167       - Configuration
168       - ServiceProxy
169       - Abstract
170     VL:
171       - VL
172   Service:
173     "*":
174       - VF
175       - CR
176       - CP
177       - PNF
178       - CVFC
179       - VL
180       - Configuration
181       - ServiceProxy
182       - Abstract
183
184 # validForResourceTypes usage
185 #     validForResourceTypes:
186 #        - VF
187 #        - VL
188 deploymentResourceArtifacts:
189 #  heat:
190 #      displayName: "Base HEAT Template"
191 #      type: HEAT
192 #      validForResourceTypes: *allResourceTypes
193 #  heatVol:
194 #      displayName: "Volume HEAT Template"
195 #      type: HEAT_VOL
196 #      validForResourceTypes: *allResourceTypes
197 #  heatNet:
198 #      displayName: "Network HEAT Template"
199 #      type: HEAT_NET
200 #      validForResourceTypes: *allResourceTypes
201
202 deploymentResourceInstanceArtifacts:
203   heatEnv:
204       displayName: "HEAT ENV"
205       type: HEAT_ENV
206       description: "Auto-generated HEAT Environment deployment artifact"
207       fileExtension: "env"
208   VfHeatEnv:
209       displayName: "VF HEAT ENV"
210       type: HEAT_ENV
211       description: "VF Auto-generated HEAT Environment deployment artifact"
212       fileExtension: "env"
213
214 #tosca artifacts placeholders
215 toscaArtifacts:
216   assetToscaTemplate:
217       artifactName: -template.yml
218       displayName: Tosca Template
219       type: TOSCA_TEMPLATE
220       description: TOSCA representation of the asset
221   assetToscaCsar:
222       artifactName: -csar.csar
223       displayName: Tosca Model
224       type: TOSCA_CSAR
225       description: TOSCA definition package of the asset
226
227
228 #Informational artifacts placeHolder
229 excludeResourceCategory:
230   - Generic
231 excludeResourceType:
232   - PNF
233 informationalResourceArtifacts:
234   features:
235       displayName: Features
236       type: OTHER
237   capacity:
238       displayName: Capacity
239       type: OTHER
240   vendorTestResult:
241       displayName: Vendor Test Result
242       type: OTHER
243   testScripts:
244       displayName: Test Scripts
245       type: OTHER
246   CloudQuestionnaire:
247       displayName: Cloud Questionnaire (completed)
248       type: OTHER
249   HEATTemplateFromVendor:
250       displayName: HEAT Template from Vendor
251       type: HEAT
252   resourceSecurityTemplate:
253       displayName: Resource Security Template
254       type: OTHER
255
256 excludeServiceCategory:
257
258 informationalServiceArtifacts:
259   serviceArtifactPlan:
260       displayName: Service Artifact Plan
261       type: OTHER
262   summaryOfImpactsToECOMPElements:
263       displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
264       type: OTHER
265   controlLoopFunctions:
266       displayName: Control Loop Functions
267       type: OTHER
268   dimensioningInfo:
269       displayName: Dimensioning Info
270       type: OTHER
271   affinityRules:
272       displayName: Affinity Rules
273       type: OTHER
274   operationalPolicies:
275       displayName: Operational Policies
276       type: OTHER
277   serviceSpecificPolicies:
278       displayName: Service-specific Policies
279       type: OTHER
280   engineeringRules:
281       displayName: Engineering Rules (ERD)
282       type: OTHER
283   distributionInstructions:
284       displayName: Distribution Instructions
285       type: OTHER
286   certificationTestResults:
287       displayName: TD Certification Test Results
288       type: OTHER
289   deploymentVotingRecord:
290       displayName: Deployment Voting Record
291       type: OTHER
292   serviceQuestionnaire:
293       displayName: Service Questionnaire
294       type: OTHER
295   serviceSecurityTemplate:
296       displayName: Service Security Template
297       type: OTHER
298
299 serviceApiArtifacts:
300   configuration:
301       displayName: Configuration
302       type: OTHER
303   instantiation:
304       displayName: Instantiation
305       type: OTHER
306   monitoring:
307       displayName: Monitoring
308       type: OTHER
309   reporting:
310       displayName: Reporting
311       type: OTHER
312   logging:
313       displayName: Logging
314       type: OTHER
315   testing:
316       displayName: Testing
317       type: OTHER
318
319 additionalInformationMaxNumberOfKeys: 50
320
321 systemMonitoring:
322     enabled: false
323     isProxy: false
324     probeIntervalInSeconds: 15
325
326 heatArtifactDeploymentTimeout:
327   defaultMinutes: 30
328   minMinutes: 1
329   maxMinutes: 120
330
331 unLoggedUrls:
332    - /sdc2/rest/healthCheck
333
334 cleanComponentsConfiguration:
335     cleanIntervalInMinutes: 1440
336     componentsToClean:
337        - Resource
338        - Service
339
340 artifactsIndex: resources
341
342 heatEnvArtifactHeader: ""
343 heatEnvArtifactFooter: ""
344
345 onboarding:
346     protocol: http
347     host: localhost
348     port: 8080
349     downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
350     healthCheckUri: "/onboarding-api/v1.0/healthcheck"
351
352 ecompPortal:
353     protocol: https
354     host: ecomp-portal-web-tdevn2.mtn23a.ecomp.cci.att.com
355     port: 8443
356     healthCheckUri: "/ecompui/portalApi/healthCheck"
357
358 switchoverDetector:
359     gBeFqdn: AIO-BE.ecomp.idns.cip.com
360     gFeFqdn: AIO-FE.ecomp.idns.cip.com
361     beVip: 0.0.0.0
362     feVip: 0.0.0.0
363     beResolveAttempts: 3
364     feResolveAttempts: 3
365     enabled: false
366     interval: 60
367     changePriorityUser: sdc
368     changePriorityPassword: changeme
369     publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
370     publishNetworkBody: '{"note":"publish network"}'
371     groups:
372       beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com?user=root",
373                changePriorityBody: '{"name":"AIO-BE.ecomp.idns.com","uri":"/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com","no_ad_redirection":false,"v4groups":{"failover_groups":["/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_mg_be","/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_bs_be"],"failover_policy":["FAILALL"]},"comment":"AIO BE G-fqdn","intended_app_proto":"DNS"}'}
374       feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com?user=root",
375                changePriorityBody: '{"comment":"AIO G-fqdn","name":"AIO-FE.ecomp.idns.com","v4groups":{"failover_groups":["/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_mg_fe","/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_bs_fe"],"failover_policy":["FAILALL"]},"no_ad_redirection":false,"intended_app_proto":"DNS","uri":"/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com"}'}
376
377 applicationL1Cache:
378     datatypes:
379         enabled: true
380         firstRunDelay: 10
381         pollIntervalInSec: 60
382
383 applicationL2Cache:
384     enabled: true
385     catalogL1Cache:
386         enabled: true
387         resourcesSizeInCache: 300
388         servicesSizeInCache: 200
389         productsSizeInCache: 100
390     queue:
391         syncIntervalInSecondes: 43200
392         waitOnShutDownInMinutes: 10
393         numberOfCacheWorkers: 4
394
395 toscaValidators:
396     stringMaxLength: 2500
397
398 disableAudit: false
399
400 vfModuleProperties:
401     min_vf_module_instances:
402         forBaseModule: 1
403         forNonBaseModule: 0
404     max_vf_module_instances:
405         forBaseModule: 1
406         forNonBaseModule:
407     initial_count:
408         forBaseModule: 1
409         forNonBaseModule: 0
410     vf_module_type:
411         forBaseModule: Base
412         forNonBaseModule: Expansion
413
414 genericAssetNodeTypes:
415   VFC: org.openecomp.resource.abstract.nodes.VFC
416   CVFC: org.openecomp.resource.abstract.nodes.VFC
417   VF : org.openecomp.resource.abstract.nodes.VF
418   PNF: org.openecomp.resource.abstract.nodes.PNF
419   Service: org.openecomp.resource.abstract.nodes.service
420
421 workloadContext: Production
422
423 environmentContext:
424     defaultValue: General_Revenue-Bearing
425     validValues:
426        - Critical_Revenue-Bearing
427        - Vital_Revenue-Bearing
428        - Essential_Revenue-Bearing
429        - Important_Revenue-Bearing
430        - Needed_Revenue-Bearing
431        - Useful_Revenue-Bearing
432        - General_Revenue-Bearing
433        - Critical_Non-Revenue
434        - Vital_Non-Revenue
435        - Essential_Non-Revenue
436        - Important_Non-Revenue
437        - Needed_Non-Revenue
438        - Useful_Non-Revenue
439        - General_Non-Revenue
440
441 dmaapConsumerConfiguration:
442     active: true
443     hosts: olsd004.wnsnet.com:3905
444     consumerGroup: sdc
445     consumerId: invalidMamaUser #mama - in Order To Consume Remove This String And Replace It With -> mama
446     timeoutMs: 15000
447     limit: 1
448     pollingInterval: 2
449     topic: com.sdc.23911-SDCforTestDev-v001
450     latitude: 32.109333
451     longitude: 34.855499
452     version: 1.0
453     serviceName: dmaap.onap.org/events
454     environment: TEST
455     partner: BOT_R
456     routeOffer: MR1
457     protocol: https
458     contenttype: application/json
459     dme2TraceOn: true
460     aftEnvironment: AFTUAT
461     aftDme2ConnectionTimeoutMs: 15000
462     aftDme2RoundtripTimeoutMs: 240000
463     aftDme2ReadTimeoutMs: 50000
464     dme2preferredRouterFilePath: DME2preferredRouter.txt
465     timeLimitForNotificationHandleMs: 0
466     credential:
467         username: sdc@sdc.com
468         password: XyCUPhFx9u70aklYGo6OiA==
469     aftDme2SslEnable: true
470     aftDme2ClientIgnoreSslConfig: false
471     aftDme2ClientKeystore: /opt/app/jetty/base/be/config/.truststore
472     aftDme2ClientKeystorePassword: XyCUPhFx9u70aklYGo6OiA==
473     aftDme2ClientSslCertAlias: certman
474
475 dmaapProducerConfiguration:
476     active: true
477     hosts: dmaap.onap.com:3904
478     consumerGroup: asdc
479     consumerId: mama #mama - in Order To Consume Remove This String And Replace It With -> mama
480     timeoutMs: 15000
481     limit: 1
482     pollingInterval: 2
483     topic: com.att.sdc.23911-msfacadesdc-v1
484     latitude: 32.109333
485     longitude: 34.855499
486     version: 1.0
487     serviceName: dmaap-v1.onap.org/events
488     environment: TEST
489     partner: BOT_R
490     routeOffer: MR1
491     protocol: http
492     contenttype: application/json
493     dme2TraceOn: true
494     aftEnvironment: AFTUAT
495     aftDme2ConnectionTimeoutMs: 15000
496     aftDme2RoundtripTimeoutMs: 240000
497     aftDme2ReadTimeoutMs: 50000
498     dme2preferredRouterFilePath: DME2preferredRouter.txt
499     timeLimitForNotificationHandleMs: 120000
500     credential:
501         username: sdc@sdc.com
502         password: XyCUPhFx9u70aklYGo6OiA==
503
504 dmeConfiguration:
505     lookupUriFormat: "http://DME2RESOLVE/service=%s/version=1.0.0/envContext=%s/routeOffer=DEFAULT"
506
507 excludedPolicyTypesMapping:
508     SERVICE:
509       - a.b.c
510     VF:
511       - c.d.e
512     VFC:
513       - c.d.e
514
515 excludedGroupTypesMapping:
516     CR:
517        - org.openecomp.groups.VfModule
518        - org.openecomp.groups.heat.HeatStack
519        - tosca.groups.Root
520     VF:
521        - org.openecomp.groups.VfModule
522        - org.openecomp.groups.heat.HeatStack
523        - tosca.groups.Root
524     Service:
525        - org.openecomp.groups.VfModule
526        - org.openecomp.groups.heat.HeatStack
527        - tosca.groups.Root
528 healthStatusExclude:
529    - DE
530    - ES
531    - DMAAP
532
533 aafNamespace: com.att.sdc
534
535 aafAuthNeeded:            false
536
537 cadiFilterParams:
538     AFT_LATITUDE:  "32.780140"
539     AFT_LONGITUDE: "-96.800451"
540     hostname:                 192.168.33.10
541     aaf_id:                   aaf@sdc.onap.org
542     aaf_env:                  TEST
543     aaf_url:                  https://aaftest.onap.org/locate/
544     csp_domain:               PROD
545     cadi_keyfile:             /opt/app/jetty/base/be/etc/keyfile
546     aaf_password:             enc:uI_J4jBL4YUcIZZa5uZKj3QMUC63hbS8TmDn5PSp5nO
547     cadi_loglevel:            DEBUG
548     AFT_ENVIRONMENT:          AFTUAT
549     cadiX509Issuers:          CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US
550     cadi_truststore:          /opt/app/jetty/base/be/etc/cadi_truststore.jks
551     cadi_truststore_password: changeit
552
553 # This configuration entry lists all node type names prefix that shall be allowed on SDC.
554 definedResourceNamespace:
555   - org.openecomp.resource.
556
557 # This configuration entry lists all Directives values that shall be allowed on SDC.
558 directives:
559   - select
560   - selectable
561   - substitute
562   - substitutable
563
564 artifacts:
565   - type: CONTROLLER_BLUEPRINT_ARCHIVE
566     categories:
567       - DEPLOYMENT
568     componentTypes:
569       - SERVICE
570       - RESOURCE
571     resourceTypes:
572       - VF
573       - PNF
574     acceptedTypes:
575       - zip
576   - type: HELM
577     categories:
578       - DEPLOYMENT
579     componentTypes:
580       - SERVICE
581       - RESOURCE
582     resourceTypes: *allResourceTypes
583     acceptedTypes:
584       - tgz
585   - type: YANG_XML
586     categories:
587       - DEPLOYMENT
588       - INFORMATIONAL
589     componentTypes:
590       - SERVICE
591       - RESOURCE
592     resourceTypes: *allResourceTypes
593     acceptedTypes:
594       - xml
595   - type: VNF_CATALOG
596     categories:
597       - DEPLOYMENT
598     componentTypes:
599       - SERVICE
600     resourceTypes:
601     acceptedTypes:
602       - xml
603   - type: MODEL_INVENTORY_PROFILE
604     categories:
605       - DEPLOYMENT
606     componentTypes:
607       - SERVICE
608     resourceTypes:
609     acceptedTypes:
610       - xml
611   - type: MODEL_QUERY_SPEC
612     categories:
613       - DEPLOYMENT
614     componentTypes:
615       - SERVICE
616     resourceTypes:
617     acceptedTypes:
618       - xml
619   - type: UCPE_LAYER_2_CONFIGURATION
620     categories:
621       - DEPLOYMENT
622     componentTypes:
623       - SERVICE
624     resourceTypes:
625     acceptedTypes:
626       - xml
627   #AAI Artifacts
628   - type: AAI_SERVICE_MODEL
629     categories:
630       - DEPLOYMENT
631     componentTypes:
632       - SERVICE
633     resourceTypes:
634     acceptedTypes:
635       - xml
636   - type: AAI_VF_MODULE_MODEL
637     categories:
638       - DEPLOYMENT
639     componentTypes:
640       - SERVICE
641     resourceTypes:
642     acceptedTypes:
643       - xml
644   - type: AAI_VF_INSTANCE_MODEL
645     categories:
646       - DEPLOYMENT
647     componentTypes:
648       - SERVICE
649     resourceTypes:
650     acceptedTypes:
651       - xml
652   #Plan
653   - type: PLAN
654     categories:
655       - DEPLOYMENT
656     componentTypes:
657       - SERVICE
658       - RESOURCE
659       - RESOURCE_INSTANCE
660     resourceTypes:
661       - VF
662       - VFC
663     acceptedTypes:
664       - xml
665   - type: WORKFLOW
666     categories:
667       - DEPLOYMENT
668     componentTypes:
669       - SERVICE
670     resourceTypes:
671       - VFC
672       - CP
673       - VL
674       - VF
675       - CR
676       - VFCMT
677       - Abstract
678       - CVFC
679       - PNF
680     acceptedTypes:
681       - xml
682   - type: HEAT
683     categories:
684       - DEPLOYMENT
685       - INFORMATIONAL
686     componentTypes:
687       - RESOURCE
688     resourceTypes: *allResourceTypes
689     acceptedTypes:
690       - yaml
691       - yml
692   - type: HEAT_VOL
693     categories:
694       - DEPLOYMENT
695     componentTypes:
696       - RESOURCE
697     resourceTypes: *allResourceTypes
698     acceptedTypes:
699       - yaml
700       - yml
701   - type: HEAT_NET
702     categories:
703       - DEPLOYMENT
704     componentTypes:
705       - RESOURCE
706     resourceTypes: *allResourceTypes
707     acceptedTypes:
708       - yaml
709       - yml
710   - type: HEAT_NESTED
711     categories:
712       - DEPLOYMENT
713     componentTypes:
714       - RESOURCE
715     resourceTypes: *allResourceTypes
716     acceptedTypes:
717       - yaml
718       - yml
719   - type: HEAT_ARTIFACT
720     categories:
721       - DEPLOYMENT
722     componentTypes:
723       - RESOURCE
724     resourceTypes: *allResourceTypes
725     acceptedTypes:
726   - type: CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
727     categories:
728       - DEPLOYMENT
729     componentTypes:
730       - RESOURCE
731     resourceTypes: *allResourceTypes
732     acceptedTypes:
733       - zip
734       - tgz
735       - csar
736   - type: VNF_CATALOG
737     categories:
738       - DEPLOYMENT
739     componentTypes:
740       - RESOURCE
741     resourceTypes: *allResourceTypes
742     acceptedTypes:
743       - xml
744   - type: VF_LICENSE
745     categories:
746       - DEPLOYMENT
747     componentTypes:
748       - RESOURCE
749     resourceTypes: *allResourceTypes
750     acceptedTypes:
751       - xml
752   - type: VENDOR_LICENSE
753     categories:
754       - DEPLOYMENT
755     componentTypes:
756       - RESOURCE
757     resourceTypes: *allResourceTypes
758     acceptedTypes:
759       - xml
760   - type: MODEL_INVENTORY_PROFILE
761     categories:
762       - DEPLOYMENT
763     componentTypes:
764       - RESOURCE
765     resourceTypes: *allResourceTypes
766     acceptedTypes:
767       - xml
768   - type: MODEL_QUERY_SPEC
769     categories:
770       - DEPLOYMENT
771     componentTypes:
772       - RESOURCE
773     resourceTypes: *allResourceTypes
774     acceptedTypes:
775       - xml
776   - type: LIFECYCLE_OPERATIONS
777     categories:
778       - DEPLOYMENT
779     componentTypes:
780       - RESOURCE
781     resourceTypes:
782       - VF
783       - VFC
784     acceptedTypes:
785       - yaml
786       - yml
787   - type: VES_EVENTS
788     categories:
789       - DEPLOYMENT
790     componentTypes:
791       - RESOURCE
792       - RESOURCE_INSTANCE
793     resourceTypes:
794       - VFC
795       - CP
796       - VL
797       - VF
798       - CR
799       - VFCMT
800       - Abstract
801       - CVFC
802       - PNF
803     acceptedTypes:
804       - yaml
805       - yml
806   - type: PERFORMANCE_COUNTER
807     categories:
808       - DEPLOYMENT
809     componentTypes:
810       - RESOURCE
811       - RESOURCE_INSTANCE
812     resourceTypes: *allResourceTypes
813     acceptedTypes:
814       - csv
815   - type: APPC_CONFIG
816     categories:
817       - DEPLOYMENT
818     componentTypes:
819       - RESOURCE
820     resourceTypes:
821       - VF
822     acceptedTypes:
823   - type: DCAE_TOSCA
824     categories:
825       - DEPLOYMENT
826     componentTypes:
827       - RESOURCE
828     resourceTypes:
829       - VF
830       - VFCMT
831     acceptedTypes:
832       - yml
833       - yaml
834   - type: DCAE_JSON
835     categories:
836       - DEPLOYMENT
837     componentTypes:
838       - RESOURCE
839     resourceTypes:
840       - VF
841       - VFCMT
842     acceptedTypes:
843       - json
844   - type: DCAE_POLICY
845     categories:
846       - DEPLOYMENT
847     componentTypes:
848       - RESOURCE
849     resourceTypes:
850       - VF
851       - VFCMT
852     acceptedTypes:
853       - emf
854   - type: DCAE_DOC
855     categories:
856       - DEPLOYMENT
857     componentTypes:
858       - RESOURCE
859     resourceTypes:
860       - VF
861       - VFCMT
862     acceptedTypes:
863   - type: DCAE_EVENT
864     categories:
865       - DEPLOYMENT
866     componentTypes:
867       - RESOURCE
868     resourceTypes:
869       - VF
870       - VFCMT
871     acceptedTypes:
872   - type: AAI_VF_MODEL
873     categories:
874       - DEPLOYMENT
875     componentTypes:
876       - RESOURCE
877     resourceTypes:
878       - VF
879     acceptedTypes:
880       - xml
881   - type: AAI_VF_MODULE_MODEL
882     categories:
883       - DEPLOYMENT
884     componentTypes:
885       - RESOURCE
886     resourceTypes:
887       - VF
888     acceptedTypes:
889       - xml
890   - type: OTHER
891     categories:
892       - DEPLOYMENT
893       - INFORMATIONAL
894     componentTypes:
895       - RESOURCE
896     resourceTypes:
897       - VFC
898       - CVFC
899       - CP
900       - VL
901       - VF
902       - VFCMT
903       - Abstract
904       - PNF
905     acceptedTypes:
906   - type: SNMP_POLL
907     categories:
908       - DEPLOYMENT
909       - INFORMATIONAL
910     componentTypes:
911       - RESOURCE
912       - RESOURCE_INSTANCE
913     resourceTypes: *allResourceTypes
914     acceptedTypes:
915   - type: SNMP_TRAP
916     categories:
917       - DEPLOYMENT
918       - INFORMATIONAL
919     componentTypes:
920       - RESOURCE
921       - RESOURCE_INSTANCE
922     resourceTypes: *allResourceTypes
923     acceptedTypes:
924   - type: PM_DICTIONARY
925     categories:
926       - DEPLOYMENT
927     componentTypes:
928       - RESOURCE
929     resourceTypes:
930       - VF
931       - PNF
932     acceptedTypes:
933       - yaml
934       - yml
935   - type: YANG_MODULE
936     categories:
937       - DEPLOYMENT
938     componentTypes:
939       - RESOURCE
940     resourceTypes:
941       - VF
942       - PNF
943     acceptedTypes:
944       - yang
945   - type: ANSIBLE_PLAYBOOK
946     categories:
947       - DEPLOYMENT
948     componentTypes:
949       - RESOURCE
950     resourceTypes:
951       - VF
952       - PNF
953     acceptedTypes:
954       - yaml
955       - yml
956   - type: ONBOARDED_PACKAGE
957     categories:
958       - DEPLOYMENT
959     componentTypes:
960       - RESOURCE
961     resourceTypes:
962       - VF
963       - PNF
964     acceptedTypes:
965       - csar
966       - zip
967   - type: ETSI_PACKAGE
968     categories:
969       - DEPLOYMENT
970     componentTypes:
971       - RESOURCE
972     resourceTypes:
973       - VF
974       - PNF
975     acceptedTypes:
976       - csar
977       - zip
978   - type: HEAT_ENV
979     categories:
980       - DEPLOYMENT
981     componentTypes:
982       - RESOURCE_INSTANCE
983     resourceTypes:
984     acceptedTypes:
985       - env
986   - type: VF_MODULES_METADATA
987     categories:
988       - DEPLOYMENT
989     componentTypes:
990       - RESOURCE_INSTANCE
991     resourceTypes:
992     acceptedTypes:
993       - json
994   - type: DCAE_INVENTORY_TOSCA
995     categories:
996       - DEPLOYMENT
997     componentTypes:
998       - RESOURCE_INSTANCE
999     resourceTypes:
1000     acceptedTypes:
1001       - yml
1002       - yaml
1003   - type: DCAE_INVENTORY_JSON
1004     categories:
1005       - DEPLOYMENT
1006     componentTypes:
1007       - RESOURCE_INSTANCE
1008     resourceTypes:
1009     acceptedTypes:
1010       - json
1011   - type: DCAE_INVENTORY_POLICY
1012     categories:
1013       - DEPLOYMENT
1014     componentTypes:
1015       - RESOURCE_INSTANCE
1016     resourceTypes:
1017     acceptedTypes:
1018       - emf
1019   - type: DCAE_INVENTORY_DOC
1020     categories:
1021       - DEPLOYMENT
1022     componentTypes:
1023       - RESOURCE_INSTANCE
1024     resourceTypes:
1025     acceptedTypes:
1026   - type: DCAE_INVENTORY_BLUEPRINT
1027     categories:
1028       - DEPLOYMENT
1029     componentTypes:
1030       - RESOURCE_INSTANCE
1031     resourceTypes:
1032     acceptedTypes:
1033   - type: DCAE_INVENTORY_EVENT
1034     categories:
1035       - DEPLOYMENT
1036     componentTypes:
1037       - RESOURCE_INSTANCE
1038     resourceTypes:
1039     acceptedTypes:
1040   - type: CHEF
1041     categories:
1042       - INFORMATIONAL
1043     componentTypes:
1044       - RESOURCE
1045     resourceTypes: *allResourceTypes
1046     acceptedTypes:
1047   - type: PUPPET
1048     categories:
1049       - INFORMATIONAL
1050     componentTypes:
1051       - RESOURCE
1052     resourceTypes: *allResourceTypes
1053     acceptedTypes:
1054   - type: SHELL
1055     categories:
1056       - INFORMATIONAL
1057     componentTypes:
1058       - RESOURCE
1059     resourceTypes: *allResourceTypes
1060     acceptedTypes:
1061   - type: YANG
1062     categories:
1063       - INFORMATIONAL
1064     componentTypes:
1065       - RESOURCE
1066     resourceTypes: *allResourceTypes
1067     acceptedTypes:
1068   - type: BPEL
1069     categories:
1070       - INFORMATIONAL
1071     componentTypes:
1072       - RESOURCE
1073     resourceTypes: *allResourceTypes
1074     acceptedTypes:
1075   - type: DG_XML
1076     categories:
1077       - INFORMATIONAL
1078     componentTypes:
1079       - RESOURCE
1080     resourceTypes: *allResourceTypes
1081     acceptedTypes:
1082   - type: MURANO_PKG
1083     categories:
1084       - INFORMATIONAL
1085     componentTypes:
1086       - RESOURCE
1087     resourceTypes: *allResourceTypes
1088     acceptedTypes:
1089   - type: PNF_SW_INFORMATION
1090     categories:
1091       - INFORMATIONAL
1092     componentTypes:
1093       - RESOURCE
1094     resourceTypes:
1095       - PNF
1096     acceptedTypes:
1097       - yaml
1098       - yml
1099   - type: GUIDE
1100     categories:
1101       - INFORMATIONAL
1102     componentTypes:
1103       - RESOURCE
1104     resourceTypes:
1105       - VF
1106       - VFC
1107       - CVFC
1108       - PNF
1109     acceptedTypes:
1110       - yaml
1111       - yml
1112   - type: FLOW
1113     categories:
1114       - DEPLOYMENT
1115     componentTypes:
1116       - SERVICE
1117     resourceTypes: *allResourceTypes
1118     acceptedTypes:
1119   - type: SHELL_SCRIPT
1120     categories:
1121       - DEPLOYMENT
1122     componentTypes:
1123       - SERVICE
1124       - SERVICE_INSTANCE
1125       - RESOURCE
1126       - RESOURCE_INSTANCE
1127     resourceTypes: *allResourceTypes
1128     acceptedTypes:
1129       - sh
1130   - type: TOSCA_CSAR
1131     categories:
1132       - TOSCA
1133     componentTypes:
1134     resourceTypes:
1135     acceptedTypes:
1136       - csar
1137   - type: TOSCA_TEMPLATE
1138     categories:
1139       - TOSCA
1140     componentTypes:
1141     resourceTypes:
1142     acceptedTypes:
1143       - yml
1144       - yaml
1145   - type: NETWORK_CALL_FLOW
1146     categories:
1147     componentTypes:
1148     resourceTypes:
1149     acceptedTypes:
1150   - type: ICON
1151     categories:
1152     componentTypes:
1153     resourceTypes:
1154     acceptedTypes: