282c4d32f0b21e2fffbdf7c49bb81470af758651
[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: '/test1'
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   automationCompositionFunctions:
266       displayName: Automation Composition 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     healthCheckUri: "/onboarding-api/v1.0/healthcheck"
350
351 ecompPortal:
352     protocol: https
353     host: ecomp-portal-web-tdevn2.mtn23a.ecomp.cci.att.com
354     port: 8443
355     healthCheckUri: "/ecompui/portalApi/healthCheck"
356
357 switchoverDetector:
358     gBeFqdn: AIO-BE.ecomp.idns.cip.com
359     gFeFqdn: AIO-FE.ecomp.idns.cip.com
360     beVip: 0.0.0.0
361     feVip: 0.0.0.0
362     beResolveAttempts: 3
363     feResolveAttempts: 3
364     enabled: false
365     interval: 60
366     changePriorityUser: sdc
367     changePriorityPassword: changeme
368     publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
369     publishNetworkBody: '{"note":"publish network"}'
370     groups:
371       beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com?user=root",
372                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"}'}
373       feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com?user=root",
374                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"}'}
375
376 applicationL1Cache:
377     datatypes:
378         enabled: true
379         firstRunDelay: 10
380         pollIntervalInSec: 60
381
382 applicationL2Cache:
383     enabled: true
384     catalogL1Cache:
385         enabled: true
386         resourcesSizeInCache: 300
387         servicesSizeInCache: 200
388         productsSizeInCache: 100
389     queue:
390         syncIntervalInSecondes: 43200
391         waitOnShutDownInMinutes: 10
392         numberOfCacheWorkers: 4
393
394 toscaValidators:
395     stringMaxLength: 2500
396
397 disableAudit: false
398
399 vfModuleProperties:
400     min_vf_module_instances:
401         forBaseModule: 1
402         forNonBaseModule: 0
403     max_vf_module_instances:
404         forBaseModule: 1
405         forNonBaseModule:
406     initial_count:
407         forBaseModule: 1
408         forNonBaseModule: 0
409     vf_module_type:
410         forBaseModule: Base
411         forNonBaseModule: Expansion
412
413 genericAssetNodeTypes:
414   VFC: org.openecomp.resource.abstract.nodes.VFC
415   CVFC: org.openecomp.resource.abstract.nodes.VFC
416   VF : org.openecomp.resource.abstract.nodes.VF
417   PNF: org.openecomp.resource.abstract.nodes.PNF
418   Service: org.openecomp.resource.abstract.nodes.service
419
420 # Defines the base types for Services
421 # <category name>:
422 #   required: <boolean> //if the base type is mandatory or not
423 #   baseTypes: <list of TOSCA types> //the base types. Required if the base type is required.
424 #                                      If not provided, the category will have no base type.
425 serviceBaseNodeTypes:
426   cat_name:
427     required: false
428
429 workloadContext: Production
430
431 environmentContext:
432     defaultValue: General_Revenue-Bearing
433     validValues:
434        - Critical_Revenue-Bearing
435        - Vital_Revenue-Bearing
436        - Essential_Revenue-Bearing
437        - Important_Revenue-Bearing
438        - Needed_Revenue-Bearing
439        - Useful_Revenue-Bearing
440        - General_Revenue-Bearing
441        - Critical_Non-Revenue
442        - Vital_Non-Revenue
443        - Essential_Non-Revenue
444        - Important_Non-Revenue
445        - Needed_Non-Revenue
446        - Useful_Non-Revenue
447        - General_Non-Revenue
448
449 dmaapConsumerConfiguration:
450     active: true
451     hosts: olsd004.wnsnet.com:3905
452     consumerGroup: sdc
453     consumerId: invalidMamaUser #mama - in Order To Consume Remove This String And Replace It With -> mama
454     timeoutMs: 15000
455     limit: 1
456     pollingInterval: 2
457     topic: com.sdc.23911-SDCforTestDev-v001
458     latitude: 32.109333
459     longitude: 34.855499
460     version: 1.0
461     serviceName: dmaap.onap.org/events
462     environment: TEST
463     partner: BOT_R
464     routeOffer: MR1
465     protocol: https
466     contenttype: application/json
467     dme2TraceOn: true
468     aftEnvironment: AFTUAT
469     aftDme2ConnectionTimeoutMs: 15000
470     aftDme2RoundtripTimeoutMs: 240000
471     aftDme2ReadTimeoutMs: 50000
472     dme2preferredRouterFilePath: DME2preferredRouter.txt
473     timeLimitForNotificationHandleMs: 0
474     credential:
475         username: sdc@sdc.com
476         password: XyCUPhFx9u70aklYGo6OiA==
477     aftDme2SslEnable: true
478     aftDme2ClientIgnoreSslConfig: false
479     aftDme2ClientKeystore: /opt/app/jetty/base/be/config/.truststore
480     aftDme2ClientKeystorePassword: XyCUPhFx9u70aklYGo6OiA==
481     aftDme2ClientSslCertAlias: certman
482
483 dmaapProducerConfiguration:
484     active: true
485     hosts: dmaap.onap.com:3904
486     consumerGroup: asdc
487     consumerId: mama #mama - in Order To Consume Remove This String And Replace It With -> mama
488     timeoutMs: 15000
489     limit: 1
490     pollingInterval: 2
491     topic: com.att.sdc.23911-msfacadesdc-v1
492     latitude: 32.109333
493     longitude: 34.855499
494     version: 1.0
495     serviceName: dmaap-v1.onap.org/events
496     environment: TEST
497     partner: BOT_R
498     routeOffer: MR1
499     protocol: http
500     contenttype: application/json
501     dme2TraceOn: true
502     aftEnvironment: AFTUAT
503     aftDme2ConnectionTimeoutMs: 15000
504     aftDme2RoundtripTimeoutMs: 240000
505     aftDme2ReadTimeoutMs: 50000
506     dme2preferredRouterFilePath: DME2preferredRouter.txt
507     timeLimitForNotificationHandleMs: 120000
508     credential:
509         username: sdc@sdc.com
510         password: XyCUPhFx9u70aklYGo6OiA==
511
512 dmeConfiguration:
513     lookupUriFormat: "http://DME2RESOLVE/service=%s/version=1.0.0/envContext=%s/routeOffer=DEFAULT"
514
515 excludedPolicyTypesMapping:
516     SERVICE:
517       - a.b.c
518     VF:
519       - c.d.e
520     VFC:
521       - c.d.e
522
523 excludedGroupTypesMapping:
524     CR:
525        - org.openecomp.groups.VfModule
526        - org.openecomp.groups.heat.HeatStack
527        - tosca.groups.Root
528     VF:
529        - org.openecomp.groups.VfModule
530        - org.openecomp.groups.heat.HeatStack
531        - tosca.groups.Root
532     Service:
533        - org.openecomp.groups.VfModule
534        - org.openecomp.groups.heat.HeatStack
535        - tosca.groups.Root
536 healthStatusExclude:
537    - DE
538    - ES
539    - DMAAP
540
541 aafNamespace: com.att.sdc
542
543 aafAuthNeeded:            false
544
545 cadiFilterParams:
546     AFT_LATITUDE:  "32.780140"
547     AFT_LONGITUDE: "-96.800451"
548     hostname:                 192.168.33.10
549     aaf_id:                   aaf@sdc.onap.org
550     aaf_env:                  TEST
551     aaf_url:                  https://aaftest.onap.org/locate/
552     csp_domain:               PROD
553     cadi_keyfile:             /opt/app/jetty/base/be/etc/keyfile
554     aaf_password:             enc:uI_J4jBL4YUcIZZa5uZKj3QMUC63hbS8TmDn5PSp5nO
555     cadi_loglevel:            DEBUG
556     AFT_ENVIRONMENT:          AFTUAT
557     cadiX509Issuers:          CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US
558     cadi_truststore:          /opt/app/jetty/base/be/etc/cadi_truststore.jks
559     cadi_truststore_password: changeit
560
561 # This configuration entry lists all node type names prefix that shall be allowed on SDC.
562 definedResourceNamespace:
563   - org.openecomp.resource.
564
565 # This configuration entry lists all Directives values that shall be allowed on SDC.
566 directives:
567   - select
568   - selectable
569   - substitute
570   - substitutable
571
572 artifacts:
573   - type: CONTROLLER_BLUEPRINT_ARCHIVE
574     categories:
575       - DEPLOYMENT
576     componentTypes:
577       - SERVICE
578       - RESOURCE
579     resourceTypes:
580       - VF
581       - PNF
582     acceptedTypes:
583       - zip
584   - type: HELM
585     categories:
586       - DEPLOYMENT
587     componentTypes:
588       - SERVICE
589       - RESOURCE
590     resourceTypes: *allResourceTypes
591     acceptedTypes:
592       - tgz
593   - type: YANG_XML
594     categories:
595       - DEPLOYMENT
596       - INFORMATIONAL
597     componentTypes:
598       - SERVICE
599       - RESOURCE
600     resourceTypes: *allResourceTypes
601     acceptedTypes:
602       - xml
603   - type: VNF_CATALOG
604     categories:
605       - DEPLOYMENT
606     componentTypes:
607       - SERVICE
608     resourceTypes:
609     acceptedTypes:
610       - xml
611   - type: MODEL_INVENTORY_PROFILE
612     categories:
613       - DEPLOYMENT
614     componentTypes:
615       - SERVICE
616     resourceTypes:
617     acceptedTypes:
618       - xml
619   - type: MODEL_QUERY_SPEC
620     categories:
621       - DEPLOYMENT
622     componentTypes:
623       - SERVICE
624     resourceTypes:
625     acceptedTypes:
626       - xml
627   - type: UCPE_LAYER_2_CONFIGURATION
628     categories:
629       - DEPLOYMENT
630     componentTypes:
631       - SERVICE
632     resourceTypes:
633     acceptedTypes:
634       - xml
635   #AAI Artifacts
636   - type: AAI_SERVICE_MODEL
637     categories:
638       - DEPLOYMENT
639     componentTypes:
640       - SERVICE
641     resourceTypes:
642     acceptedTypes:
643       - xml
644   - type: AAI_VF_MODULE_MODEL
645     categories:
646       - DEPLOYMENT
647     componentTypes:
648       - SERVICE
649     resourceTypes:
650     acceptedTypes:
651       - xml
652   - type: AAI_VF_INSTANCE_MODEL
653     categories:
654       - DEPLOYMENT
655     componentTypes:
656       - SERVICE
657     resourceTypes:
658     acceptedTypes:
659       - xml
660   #Plan
661   - type: PLAN
662     categories:
663       - DEPLOYMENT
664     componentTypes:
665       - SERVICE
666       - RESOURCE
667       - RESOURCE_INSTANCE
668     resourceTypes:
669       - VF
670       - VFC
671     acceptedTypes:
672       - xml
673   - type: WORKFLOW
674     categories:
675       - DEPLOYMENT
676     componentTypes:
677       - SERVICE
678     resourceTypes:
679       - VFC
680       - CP
681       - VL
682       - VF
683       - CR
684       - VFCMT
685       - Abstract
686       - CVFC
687       - PNF
688     acceptedTypes:
689       - xml
690   - type: HEAT
691     categories:
692       - DEPLOYMENT
693       - INFORMATIONAL
694     componentTypes:
695       - RESOURCE
696     resourceTypes: *allResourceTypes
697     acceptedTypes:
698       - yaml
699       - yml
700   - type: HEAT_VOL
701     categories:
702       - DEPLOYMENT
703     componentTypes:
704       - RESOURCE
705     resourceTypes: *allResourceTypes
706     acceptedTypes:
707       - yaml
708       - yml
709   - type: HEAT_NET
710     categories:
711       - DEPLOYMENT
712     componentTypes:
713       - RESOURCE
714     resourceTypes: *allResourceTypes
715     acceptedTypes:
716       - yaml
717       - yml
718   - type: HEAT_NESTED
719     categories:
720       - DEPLOYMENT
721     componentTypes:
722       - RESOURCE
723     resourceTypes: *allResourceTypes
724     acceptedTypes:
725       - yaml
726       - yml
727   - type: HEAT_ARTIFACT
728     categories:
729       - DEPLOYMENT
730     componentTypes:
731       - RESOURCE
732     resourceTypes: *allResourceTypes
733     acceptedTypes:
734   - type: CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
735     categories:
736       - DEPLOYMENT
737     componentTypes:
738       - RESOURCE
739     resourceTypes: *allResourceTypes
740     acceptedTypes:
741       - zip
742       - tgz
743       - csar
744   - type: VNF_CATALOG
745     categories:
746       - DEPLOYMENT
747     componentTypes:
748       - RESOURCE
749     resourceTypes: *allResourceTypes
750     acceptedTypes:
751       - xml
752   - type: VF_LICENSE
753     categories:
754       - DEPLOYMENT
755     componentTypes:
756       - RESOURCE
757     resourceTypes: *allResourceTypes
758     acceptedTypes:
759       - xml
760   - type: VENDOR_LICENSE
761     categories:
762       - DEPLOYMENT
763     componentTypes:
764       - RESOURCE
765     resourceTypes: *allResourceTypes
766     acceptedTypes:
767       - xml
768   - type: MODEL_INVENTORY_PROFILE
769     categories:
770       - DEPLOYMENT
771     componentTypes:
772       - RESOURCE
773     resourceTypes: *allResourceTypes
774     acceptedTypes:
775       - xml
776   - type: MODEL_QUERY_SPEC
777     categories:
778       - DEPLOYMENT
779     componentTypes:
780       - RESOURCE
781     resourceTypes: *allResourceTypes
782     acceptedTypes:
783       - xml
784   - type: LIFECYCLE_OPERATIONS
785     categories:
786       - DEPLOYMENT
787     componentTypes:
788       - RESOURCE
789     resourceTypes:
790       - VF
791       - VFC
792     acceptedTypes:
793       - yaml
794       - yml
795   - type: VES_EVENTS
796     categories:
797       - DEPLOYMENT
798     componentTypes:
799       - RESOURCE
800       - RESOURCE_INSTANCE
801     resourceTypes:
802       - VFC
803       - CP
804       - VL
805       - VF
806       - CR
807       - VFCMT
808       - Abstract
809       - CVFC
810       - PNF
811     acceptedTypes:
812       - yaml
813       - yml
814   - type: PERFORMANCE_COUNTER
815     categories:
816       - DEPLOYMENT
817     componentTypes:
818       - RESOURCE
819       - RESOURCE_INSTANCE
820     resourceTypes: *allResourceTypes
821     acceptedTypes:
822       - csv
823   - type: APPC_CONFIG
824     categories:
825       - DEPLOYMENT
826     componentTypes:
827       - RESOURCE
828     resourceTypes:
829       - VF
830     acceptedTypes:
831   - type: DCAE_TOSCA
832     categories:
833       - DEPLOYMENT
834     componentTypes:
835       - RESOURCE
836     resourceTypes:
837       - VF
838       - VFCMT
839     acceptedTypes:
840       - yml
841       - yaml
842   - type: DCAE_JSON
843     categories:
844       - DEPLOYMENT
845     componentTypes:
846       - RESOURCE
847     resourceTypes:
848       - VF
849       - VFCMT
850     acceptedTypes:
851       - json
852   - type: DCAE_POLICY
853     categories:
854       - DEPLOYMENT
855     componentTypes:
856       - RESOURCE
857     resourceTypes:
858       - VF
859       - VFCMT
860     acceptedTypes:
861       - emf
862   - type: DCAE_DOC
863     categories:
864       - DEPLOYMENT
865     componentTypes:
866       - RESOURCE
867     resourceTypes:
868       - VF
869       - VFCMT
870     acceptedTypes:
871   - type: DCAE_EVENT
872     categories:
873       - DEPLOYMENT
874     componentTypes:
875       - RESOURCE
876     resourceTypes:
877       - VF
878       - VFCMT
879     acceptedTypes:
880   - type: AAI_VF_MODEL
881     categories:
882       - DEPLOYMENT
883     componentTypes:
884       - RESOURCE
885     resourceTypes:
886       - VF
887     acceptedTypes:
888       - xml
889   - type: AAI_VF_MODULE_MODEL
890     categories:
891       - DEPLOYMENT
892     componentTypes:
893       - RESOURCE
894     resourceTypes:
895       - VF
896     acceptedTypes:
897       - xml
898   - type: OTHER
899     categories:
900       - DEPLOYMENT
901       - INFORMATIONAL
902     componentTypes:
903       - RESOURCE
904     resourceTypes:
905       - VFC
906       - CVFC
907       - CP
908       - VL
909       - VF
910       - VFCMT
911       - Abstract
912       - PNF
913     acceptedTypes:
914   - type: SNMP_POLL
915     categories:
916       - DEPLOYMENT
917       - INFORMATIONAL
918     componentTypes:
919       - RESOURCE
920       - RESOURCE_INSTANCE
921     resourceTypes: *allResourceTypes
922     acceptedTypes:
923   - type: SNMP_TRAP
924     categories:
925       - DEPLOYMENT
926       - INFORMATIONAL
927     componentTypes:
928       - RESOURCE
929       - RESOURCE_INSTANCE
930     resourceTypes: *allResourceTypes
931     acceptedTypes:
932   - type: PM_DICTIONARY
933     categories:
934       - DEPLOYMENT
935     componentTypes:
936       - RESOURCE
937     resourceTypes:
938       - VF
939       - PNF
940     acceptedTypes:
941       - yaml
942       - yml
943   - type: YANG_MODULE
944     categories:
945       - DEPLOYMENT
946     componentTypes:
947       - RESOURCE
948     resourceTypes:
949       - VF
950       - PNF
951     acceptedTypes:
952       - yang
953   - type: ANSIBLE_PLAYBOOK
954     categories:
955       - DEPLOYMENT
956     componentTypes:
957       - RESOURCE
958     resourceTypes:
959       - VF
960       - PNF
961     acceptedTypes:
962       - yaml
963       - yml
964   - type: ONBOARDED_PACKAGE
965     categories:
966       - DEPLOYMENT
967     componentTypes:
968       - RESOURCE
969     resourceTypes:
970       - VF
971       - PNF
972     acceptedTypes:
973       - csar
974       - zip
975   - type: ETSI_PACKAGE
976     categories:
977       - DEPLOYMENT
978     componentTypes:
979       - RESOURCE
980     resourceTypes:
981       - VF
982       - PNF
983     acceptedTypes:
984       - csar
985       - zip
986   - type: HEAT_ENV
987     categories:
988       - DEPLOYMENT
989     componentTypes:
990       - RESOURCE_INSTANCE
991     resourceTypes:
992     acceptedTypes:
993       - env
994   - type: VF_MODULES_METADATA
995     categories:
996       - DEPLOYMENT
997     componentTypes:
998       - RESOURCE_INSTANCE
999     resourceTypes:
1000     acceptedTypes:
1001       - json
1002   - type: DCAE_INVENTORY_TOSCA
1003     categories:
1004       - DEPLOYMENT
1005     componentTypes:
1006       - RESOURCE_INSTANCE
1007     resourceTypes:
1008     acceptedTypes:
1009       - yml
1010       - yaml
1011   - type: DCAE_INVENTORY_JSON
1012     categories:
1013       - DEPLOYMENT
1014     componentTypes:
1015       - RESOURCE_INSTANCE
1016     resourceTypes:
1017     acceptedTypes:
1018       - json
1019   - type: DCAE_INVENTORY_POLICY
1020     categories:
1021       - DEPLOYMENT
1022     componentTypes:
1023       - RESOURCE_INSTANCE
1024     resourceTypes:
1025     acceptedTypes:
1026       - emf
1027   - type: DCAE_INVENTORY_DOC
1028     categories:
1029       - DEPLOYMENT
1030     componentTypes:
1031       - RESOURCE_INSTANCE
1032     resourceTypes:
1033     acceptedTypes:
1034   - type: DCAE_INVENTORY_BLUEPRINT
1035     categories:
1036       - DEPLOYMENT
1037     componentTypes:
1038       - RESOURCE_INSTANCE
1039     resourceTypes:
1040     acceptedTypes:
1041   - type: DCAE_INVENTORY_EVENT
1042     categories:
1043       - DEPLOYMENT
1044     componentTypes:
1045       - RESOURCE_INSTANCE
1046     resourceTypes:
1047     acceptedTypes:
1048   - type: CHEF
1049     categories:
1050       - INFORMATIONAL
1051     componentTypes:
1052       - RESOURCE
1053     resourceTypes: *allResourceTypes
1054     acceptedTypes:
1055   - type: PUPPET
1056     categories:
1057       - INFORMATIONAL
1058     componentTypes:
1059       - RESOURCE
1060     resourceTypes: *allResourceTypes
1061     acceptedTypes:
1062   - type: SHELL
1063     categories:
1064       - INFORMATIONAL
1065     componentTypes:
1066       - RESOURCE
1067     resourceTypes: *allResourceTypes
1068     acceptedTypes:
1069   - type: YANG
1070     categories:
1071       - INFORMATIONAL
1072     componentTypes:
1073       - RESOURCE
1074     resourceTypes: *allResourceTypes
1075     acceptedTypes:
1076   - type: BPEL
1077     categories:
1078       - INFORMATIONAL
1079     componentTypes:
1080       - RESOURCE
1081     resourceTypes: *allResourceTypes
1082     acceptedTypes:
1083   - type: DG_XML
1084     categories:
1085       - INFORMATIONAL
1086     componentTypes:
1087       - RESOURCE
1088     resourceTypes: *allResourceTypes
1089     acceptedTypes:
1090   - type: MURANO_PKG
1091     categories:
1092       - INFORMATIONAL
1093     componentTypes:
1094       - RESOURCE
1095     resourceTypes: *allResourceTypes
1096     acceptedTypes:
1097   - type: PNF_SW_INFORMATION
1098     categories:
1099       - INFORMATIONAL
1100     componentTypes:
1101       - RESOURCE
1102     resourceTypes:
1103       - PNF
1104     acceptedTypes:
1105       - yaml
1106       - yml
1107   - type: GUIDE
1108     categories:
1109       - INFORMATIONAL
1110     componentTypes:
1111       - RESOURCE
1112     resourceTypes:
1113       - VF
1114       - VFC
1115       - CVFC
1116       - PNF
1117     acceptedTypes:
1118       - yaml
1119       - yml
1120   - type: FLOW
1121     categories:
1122       - DEPLOYMENT
1123     componentTypes:
1124       - SERVICE
1125     resourceTypes: *allResourceTypes
1126     acceptedTypes:
1127   - type: SHELL_SCRIPT
1128     categories:
1129       - DEPLOYMENT
1130     componentTypes:
1131       - SERVICE
1132       - SERVICE_INSTANCE
1133       - RESOURCE
1134       - RESOURCE_INSTANCE
1135     resourceTypes: *allResourceTypes
1136     acceptedTypes:
1137       - sh
1138   - type: TOSCA_CSAR
1139     categories:
1140       - TOSCA
1141     componentTypes:
1142     resourceTypes:
1143     acceptedTypes:
1144       - csar
1145   - type: TOSCA_TEMPLATE
1146     categories:
1147       - TOSCA
1148     componentTypes:
1149     resourceTypes:
1150     acceptedTypes:
1151       - yml
1152       - yaml
1153   - type: NETWORK_CALL_FLOW
1154     categories:
1155     componentTypes:
1156     resourceTypes:
1157     acceptedTypes:
1158   - type: ICON
1159     categories:
1160     componentTypes:
1161     resourceTypes:
1162     acceptedTypes: