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