Config. allowed instances in component composition
[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 cassandraConfig:
86     cassandraHosts: ['localhost']
87     cassandraPort: 9042
88     localDataCenter: datacenter1
89     reconnectTimeout : 30000
90     authenticate: false
91     username: koko
92     password: bobo
93     ssl: false
94     truststorePath : /path/path
95     truststorePassword : 123123
96     keySpaces:
97         - { name: sdcaudit, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
98         - { name: sdcartifact, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
99         - { name: sdccomponent, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
100         - { name: sdcrepository, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
101
102 licenseTypes:
103    - User
104    - Installation
105    - CPU
106
107 #Deployment artifacts placeHolder
108 resourceTypes: &allResourceTypes
109   - VFC
110   - CP
111   - VL
112   - VF
113   - CR
114   - VFCMT
115   - Abstract
116   - CVFC
117   - Configuration
118   - ServiceProxy
119   - PNF
120
121 componentAllowedInstanceTypes:
122   Resource:
123     VF:
124       - VFC
125       - VF
126       - CR
127       - CP
128       - PNF
129       - CVFC
130       - VL
131       - Configuration
132       - ServiceProxy
133       - Abstract
134     CVFC:
135       - VFC
136       - VF
137       - CR
138       - CP
139       - PNF
140       - CVFC
141       - VL
142       - ServiceProxy
143       - Abstract
144     PNF:
145       - VF
146       - CR
147       - CP
148       - PNF
149       - CVFC
150       - VL
151       - Configuration
152       - ServiceProxy
153       - Abstract
154     CR:
155       - VF
156       - CR
157       - CP
158       - PNF
159       - CVFC
160       - VL
161       - Configuration
162       - ServiceProxy
163       - Abstract
164     VL:
165       - VL
166   Service:
167     "*":
168       - VF
169       - CR
170       - CP
171       - PNF
172       - CVFC
173       - VL
174       - Configuration
175       - ServiceProxy
176       - Abstract
177
178 # validForResourceTypes usage
179 #     validForResourceTypes:
180 #        - VF
181 #        - VL
182 deploymentResourceArtifacts:
183 #  heat:
184 #      displayName: "Base HEAT Template"
185 #      type: HEAT
186 #      validForResourceTypes: *allResourceTypes
187 #  heatVol:
188 #      displayName: "Volume HEAT Template"
189 #      type: HEAT_VOL
190 #      validForResourceTypes: *allResourceTypes
191 #  heatNet:
192 #      displayName: "Network HEAT Template"
193 #      type: HEAT_NET
194 #      validForResourceTypes: *allResourceTypes
195
196 deploymentResourceInstanceArtifacts:
197   heatEnv:
198       displayName: "HEAT ENV"
199       type: HEAT_ENV
200       description: "Auto-generated HEAT Environment deployment artifact"
201       fileExtension: "env"
202   VfHeatEnv:
203       displayName: "VF HEAT ENV"
204       type: HEAT_ENV
205       description: "VF Auto-generated HEAT Environment deployment artifact"
206       fileExtension: "env"
207
208 #tosca artifacts placeholders
209 toscaArtifacts:
210   assetToscaTemplate:
211       artifactName: -template.yml
212       displayName: Tosca Template
213       type: TOSCA_TEMPLATE
214       description: TOSCA representation of the asset
215   assetToscaCsar:
216       artifactName: -csar.csar
217       displayName: Tosca Model
218       type: TOSCA_CSAR
219       description: TOSCA definition package of the asset
220
221
222 #Informational artifacts placeHolder
223 excludeResourceCategory:
224   - Generic
225 excludeResourceType:
226   - PNF
227 informationalResourceArtifacts:
228   features:
229       displayName: Features
230       type: OTHER
231   capacity:
232       displayName: Capacity
233       type: OTHER
234   vendorTestResult:
235       displayName: Vendor Test Result
236       type: OTHER
237   testScripts:
238       displayName: Test Scripts
239       type: OTHER
240   CloudQuestionnaire:
241       displayName: Cloud Questionnaire (completed)
242       type: OTHER
243   HEATTemplateFromVendor:
244       displayName: HEAT Template from Vendor
245       type: HEAT
246   resourceSecurityTemplate:
247       displayName: Resource Security Template
248       type: OTHER
249
250 excludeServiceCategory:
251
252 informationalServiceArtifacts:
253   serviceArtifactPlan:
254       displayName: Service Artifact Plan
255       type: OTHER
256   summaryOfImpactsToECOMPElements:
257       displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
258       type: OTHER
259   controlLoopFunctions:
260       displayName: Control Loop Functions
261       type: OTHER
262   dimensioningInfo:
263       displayName: Dimensioning Info
264       type: OTHER
265   affinityRules:
266       displayName: Affinity Rules
267       type: OTHER
268   operationalPolicies:
269       displayName: Operational Policies
270       type: OTHER
271   serviceSpecificPolicies:
272       displayName: Service-specific Policies
273       type: OTHER
274   engineeringRules:
275       displayName: Engineering Rules (ERD)
276       type: OTHER
277   distributionInstructions:
278       displayName: Distribution Instructions
279       type: OTHER
280   certificationTestResults:
281       displayName: TD Certification Test Results
282       type: OTHER
283   deploymentVotingRecord:
284       displayName: Deployment Voting Record
285       type: OTHER
286   serviceQuestionnaire:
287       displayName: Service Questionnaire
288       type: OTHER
289   serviceSecurityTemplate:
290       displayName: Service Security Template
291       type: OTHER
292
293 serviceApiArtifacts:
294   configuration:
295       displayName: Configuration
296       type: OTHER
297   instantiation:
298       displayName: Instantiation
299       type: OTHER
300   monitoring:
301       displayName: Monitoring
302       type: OTHER
303   reporting:
304       displayName: Reporting
305       type: OTHER
306   logging:
307       displayName: Logging
308       type: OTHER
309   testing:
310       displayName: Testing
311       type: OTHER
312
313 additionalInformationMaxNumberOfKeys: 50
314
315 systemMonitoring:
316     enabled: false
317     isProxy: false
318     probeIntervalInSeconds: 15
319
320 heatArtifactDeploymentTimeout:
321   defaultMinutes: 30
322   minMinutes: 1
323   maxMinutes: 120
324
325 unLoggedUrls:
326    - /sdc2/rest/healthCheck
327
328 cleanComponentsConfiguration:
329     cleanIntervalInMinutes: 1440
330     componentsToClean:
331        - Resource
332        - Service
333
334 artifactsIndex: resources
335
336 heatEnvArtifactHeader: ""
337 heatEnvArtifactFooter: ""
338
339 onboarding:
340     protocol: http
341     host: localhost
342     port: 8080
343     downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
344     healthCheckUri: "/onboarding-api/v1.0/healthcheck"
345
346 dcae:
347     protocol: http
348     host: 127.0.0.1
349     port: 8080
350     healthCheckUri: "/dcae/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 artifacts:
558   - type: CONTROLLER_BLUEPRINT_ARCHIVE
559     categories:
560       - DEPLOYMENT
561     componentTypes:
562       - SERVICE
563       - RESOURCE
564     resourceTypes:
565       - VF
566       - PNF
567     acceptedTypes:
568       - zip
569   - type: YANG_XML
570     categories:
571       - DEPLOYMENT
572       - INFORMATIONAL
573     componentTypes:
574       - SERVICE
575       - RESOURCE
576     resourceTypes: *allResourceTypes
577     acceptedTypes:
578       - xml
579   - type: VNF_CATALOG
580     categories:
581       - DEPLOYMENT
582     componentTypes:
583       - SERVICE
584     resourceTypes:
585     acceptedTypes:
586       - xml
587   - type: MODEL_INVENTORY_PROFILE
588     categories:
589       - DEPLOYMENT
590     componentTypes:
591       - SERVICE
592     resourceTypes:
593     acceptedTypes:
594       - xml
595   - type: MODEL_QUERY_SPEC
596     categories:
597       - DEPLOYMENT
598     componentTypes:
599       - SERVICE
600     resourceTypes:
601     acceptedTypes:
602       - xml
603   - type: UCPE_LAYER_2_CONFIGURATION
604     categories:
605       - DEPLOYMENT
606     componentTypes:
607       - SERVICE
608     resourceTypes:
609     acceptedTypes:
610       - xml
611   #AAI Artifacts
612   - type: AAI_SERVICE_MODEL
613     categories:
614       - DEPLOYMENT
615     componentTypes:
616       - SERVICE
617     resourceTypes:
618     acceptedTypes:
619       - xml
620   - type: AAI_VF_MODULE_MODEL
621     categories:
622       - DEPLOYMENT
623     componentTypes:
624       - SERVICE
625     resourceTypes:
626     acceptedTypes:
627       - xml
628   - type: AAI_VF_INSTANCE_MODEL
629     categories:
630       - DEPLOYMENT
631     componentTypes:
632       - SERVICE
633     resourceTypes:
634     acceptedTypes:
635       - xml
636   #Plan
637   - type: PLAN
638     categories:
639       - DEPLOYMENT
640     componentTypes:
641       - SERVICE
642       - RESOURCE
643       - RESOURCE_INSTANCE
644     resourceTypes:
645       - VF
646       - VFC
647     acceptedTypes:
648       - xml
649   - type: WORKFLOW
650     categories:
651       - DEPLOYMENT
652     componentTypes:
653       - SERVICE
654     resourceTypes:
655       - VFC
656       - CP
657       - VL
658       - VF
659       - CR
660       - VFCMT
661       - Abstract
662       - CVFC
663       - PNF
664     acceptedTypes:
665       - xml
666   - type: HEAT
667     categories:
668       - DEPLOYMENT
669       - INFORMATIONAL
670     componentTypes:
671       - RESOURCE
672     resourceTypes: *allResourceTypes
673     acceptedTypes:
674       - yaml
675       - yml
676   - type: HEAT_VOL
677     categories:
678       - DEPLOYMENT
679     componentTypes:
680       - RESOURCE
681     resourceTypes: *allResourceTypes
682     acceptedTypes:
683       - yaml
684       - yml
685   - type: HEAT_NET
686     categories:
687       - DEPLOYMENT
688     componentTypes:
689       - RESOURCE
690     resourceTypes: *allResourceTypes
691     acceptedTypes:
692       - yaml
693       - yml
694   - type: HEAT_NESTED
695     categories:
696       - DEPLOYMENT
697     componentTypes:
698       - RESOURCE
699     resourceTypes: *allResourceTypes
700     acceptedTypes:
701       - yaml
702       - yml
703   - type: HEAT_ARTIFACT
704     categories:
705       - DEPLOYMENT
706     componentTypes:
707       - RESOURCE
708     resourceTypes: *allResourceTypes
709     acceptedTypes:
710   - type: CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
711     categories:
712       - DEPLOYMENT
713     componentTypes:
714       - RESOURCE
715     resourceTypes: *allResourceTypes
716     acceptedTypes:
717       - zip
718       - tgz
719       - csar
720   - type: VNF_CATALOG
721     categories:
722       - DEPLOYMENT
723     componentTypes:
724       - RESOURCE
725     resourceTypes: *allResourceTypes
726     acceptedTypes:
727       - xml
728   - type: VF_LICENSE
729     categories:
730       - DEPLOYMENT
731     componentTypes:
732       - RESOURCE
733     resourceTypes: *allResourceTypes
734     acceptedTypes:
735       - xml
736   - type: VENDOR_LICENSE
737     categories:
738       - DEPLOYMENT
739     componentTypes:
740       - RESOURCE
741     resourceTypes: *allResourceTypes
742     acceptedTypes:
743       - xml
744   - type: MODEL_INVENTORY_PROFILE
745     categories:
746       - DEPLOYMENT
747     componentTypes:
748       - RESOURCE
749     resourceTypes: *allResourceTypes
750     acceptedTypes:
751       - xml
752   - type: MODEL_QUERY_SPEC
753     categories:
754       - DEPLOYMENT
755     componentTypes:
756       - RESOURCE
757     resourceTypes: *allResourceTypes
758     acceptedTypes:
759       - xml
760   - type: LIFECYCLE_OPERATIONS
761     categories:
762       - DEPLOYMENT
763     componentTypes:
764       - RESOURCE
765     resourceTypes:
766       - VF
767       - VFC
768     acceptedTypes:
769       - yaml
770       - yml
771   - type: VES_EVENTS
772     categories:
773       - DEPLOYMENT
774     componentTypes:
775       - RESOURCE
776       - RESOURCE_INSTANCE
777     resourceTypes:
778       - VFC
779       - CP
780       - VL
781       - VF
782       - CR
783       - VFCMT
784       - Abstract
785       - CVFC
786       - PNF
787     acceptedTypes:
788       - yaml
789       - yml
790   - type: PERFORMANCE_COUNTER
791     categories:
792       - DEPLOYMENT
793     componentTypes:
794       - RESOURCE
795       - RESOURCE_INSTANCE
796     resourceTypes: *allResourceTypes
797     acceptedTypes:
798       - csv
799   - type: APPC_CONFIG
800     categories:
801       - DEPLOYMENT
802     componentTypes:
803       - RESOURCE
804     resourceTypes:
805       - VF
806     acceptedTypes:
807   - type: DCAE_TOSCA
808     categories:
809       - DEPLOYMENT
810     componentTypes:
811       - RESOURCE
812     resourceTypes:
813       - VF
814       - VFCMT
815     acceptedTypes:
816       - yml
817       - yaml
818   - type: DCAE_JSON
819     categories:
820       - DEPLOYMENT
821     componentTypes:
822       - RESOURCE
823     resourceTypes:
824       - VF
825       - VFCMT
826     acceptedTypes:
827       - json
828   - type: DCAE_POLICY
829     categories:
830       - DEPLOYMENT
831     componentTypes:
832       - RESOURCE
833     resourceTypes:
834       - VF
835       - VFCMT
836     acceptedTypes:
837       - emf
838   - type: DCAE_DOC
839     categories:
840       - DEPLOYMENT
841     componentTypes:
842       - RESOURCE
843     resourceTypes:
844       - VF
845       - VFCMT
846     acceptedTypes:
847   - type: DCAE_EVENT
848     categories:
849       - DEPLOYMENT
850     componentTypes:
851       - RESOURCE
852     resourceTypes:
853       - VF
854       - VFCMT
855     acceptedTypes:
856   - type: AAI_VF_MODEL
857     categories:
858       - DEPLOYMENT
859     componentTypes:
860       - RESOURCE
861     resourceTypes:
862       - VF
863     acceptedTypes:
864       - xml
865   - type: AAI_VF_MODULE_MODEL
866     categories:
867       - DEPLOYMENT
868     componentTypes:
869       - RESOURCE
870     resourceTypes:
871       - VF
872     acceptedTypes:
873       - xml
874   - type: OTHER
875     categories:
876       - DEPLOYMENT
877       - INFORMATIONAL
878     componentTypes:
879       - RESOURCE
880     resourceTypes:
881       - VFC
882       - CVFC
883       - CP
884       - VL
885       - VF
886       - VFCMT
887       - Abstract
888       - PNF
889     acceptedTypes:
890   - type: SNMP_POLL
891     categories:
892       - DEPLOYMENT
893       - INFORMATIONAL
894     componentTypes:
895       - RESOURCE
896       - RESOURCE_INSTANCE
897     resourceTypes: *allResourceTypes
898     acceptedTypes:
899   - type: SNMP_TRAP
900     categories:
901       - DEPLOYMENT
902       - INFORMATIONAL
903     componentTypes:
904       - RESOURCE
905       - RESOURCE_INSTANCE
906     resourceTypes: *allResourceTypes
907     acceptedTypes:
908   - type: PM_DICTIONARY
909     categories:
910       - DEPLOYMENT
911     componentTypes:
912       - RESOURCE
913     resourceTypes:
914       - VF
915       - PNF
916     acceptedTypes:
917       - yaml
918       - yml
919   - type: YANG_MODULE
920     categories:
921       - DEPLOYMENT
922     componentTypes:
923       - RESOURCE
924     resourceTypes:
925       - VF
926       - PNF
927     acceptedTypes:
928       - yang
929   - type: ANSIBLE_PLAYBOOK
930     categories:
931       - DEPLOYMENT
932     componentTypes:
933       - RESOURCE
934     resourceTypes:
935       - VF
936       - PNF
937     acceptedTypes:
938       - yaml
939       - yml
940   - type: ONBOARDED_PACKAGE
941     categories:
942       - DEPLOYMENT
943     componentTypes:
944       - RESOURCE
945     resourceTypes:
946       - VF
947       - PNF
948     acceptedTypes:
949       - csar
950       - zip
951   - type: HEAT_ENV
952     categories:
953       - DEPLOYMENT
954     componentTypes:
955       - RESOURCE_INSTANCE
956     resourceTypes:
957     acceptedTypes:
958       - env
959   - type: VF_MODULES_METADATA
960     categories:
961       - DEPLOYMENT
962     componentTypes:
963       - RESOURCE_INSTANCE
964     resourceTypes:
965     acceptedTypes:
966       - json
967   - type: DCAE_INVENTORY_TOSCA
968     categories:
969       - DEPLOYMENT
970     componentTypes:
971       - RESOURCE_INSTANCE
972     resourceTypes:
973     acceptedTypes:
974       - yml
975       - yaml
976   - type: DCAE_INVENTORY_JSON
977     categories:
978       - DEPLOYMENT
979     componentTypes:
980       - RESOURCE_INSTANCE
981     resourceTypes:
982     acceptedTypes:
983       - json
984   - type: DCAE_INVENTORY_POLICY
985     categories:
986       - DEPLOYMENT
987     componentTypes:
988       - RESOURCE_INSTANCE
989     resourceTypes:
990     acceptedTypes:
991       - emf
992   - type: DCAE_INVENTORY_DOC
993     categories:
994       - DEPLOYMENT
995     componentTypes:
996       - RESOURCE_INSTANCE
997     resourceTypes:
998     acceptedTypes:
999   - type: DCAE_INVENTORY_BLUEPRINT
1000     categories:
1001       - DEPLOYMENT
1002     componentTypes:
1003       - RESOURCE_INSTANCE
1004     resourceTypes:
1005     acceptedTypes:
1006   - type: DCAE_INVENTORY_EVENT
1007     categories:
1008       - DEPLOYMENT
1009     componentTypes:
1010       - RESOURCE_INSTANCE
1011     resourceTypes:
1012     acceptedTypes:
1013   - type: CHEF
1014     categories:
1015       - INFORMATIONAL
1016     componentTypes:
1017       - RESOURCE
1018     resourceTypes: *allResourceTypes
1019     acceptedTypes:
1020   - type: PUPPET
1021     categories:
1022       - INFORMATIONAL
1023     componentTypes:
1024       - RESOURCE
1025     resourceTypes: *allResourceTypes
1026     acceptedTypes:
1027   - type: SHELL
1028     categories:
1029       - INFORMATIONAL
1030     componentTypes:
1031       - RESOURCE
1032     resourceTypes: *allResourceTypes
1033     acceptedTypes:
1034   - type: YANG
1035     categories:
1036       - INFORMATIONAL
1037     componentTypes:
1038       - RESOURCE
1039     resourceTypes: *allResourceTypes
1040     acceptedTypes:
1041   - type: BPEL
1042     categories:
1043       - INFORMATIONAL
1044     componentTypes:
1045       - RESOURCE
1046     resourceTypes: *allResourceTypes
1047     acceptedTypes:
1048   - type: DG_XML
1049     categories:
1050       - INFORMATIONAL
1051     componentTypes:
1052       - RESOURCE
1053     resourceTypes: *allResourceTypes
1054     acceptedTypes:
1055   - type: MURANO_PKG
1056     categories:
1057       - INFORMATIONAL
1058     componentTypes:
1059       - RESOURCE
1060     resourceTypes: *allResourceTypes
1061     acceptedTypes:
1062   - type: PNF_SW_INFORMATION
1063     categories:
1064       - INFORMATIONAL
1065     componentTypes:
1066       - RESOURCE
1067     resourceTypes:
1068       - PNF
1069     acceptedTypes:
1070       - yaml
1071       - yml
1072   - type: GUIDE
1073     categories:
1074       - INFORMATIONAL
1075     componentTypes:
1076       - RESOURCE
1077     resourceTypes:
1078       - VF
1079       - VFC
1080       - CVFC
1081       - PNF
1082     acceptedTypes:
1083       - yaml
1084       - yml
1085   - type: FLOW
1086     categories:
1087       - DEPLOYMENT
1088     componentTypes:
1089       - SERVICE
1090     resourceTypes: *allResourceTypes
1091     acceptedTypes:
1092   - type: SHELL_SCRIPT
1093     categories:
1094       - DEPLOYMENT
1095     componentTypes:
1096       - SERVICE
1097       - SERVICE_INSTANCE
1098       - RESOURCE
1099       - RESOURCE_INSTANCE
1100     resourceTypes: *allResourceTypes
1101     acceptedTypes:
1102       - sh
1103   - type: TOSCA_CSAR
1104     categories:
1105       - TOSCA
1106     componentTypes:
1107     resourceTypes:
1108     acceptedTypes:
1109       - csar
1110   - type: TOSCA_TEMPLATE
1111     categories:
1112       - TOSCA
1113     componentTypes:
1114     resourceTypes:
1115     acceptedTypes:
1116       - yml
1117       - yaml
1118   - type: NETWORK_CALL_FLOW
1119     categories:
1120     componentTypes:
1121     resourceTypes:
1122     acceptedTypes:
1123   - type: ICON
1124     categories:
1125     componentTypes:
1126     resourceTypes:
1127     acceptedTypes: