Release version 1.13.7
[sdc.git] / catalog-be / src / main / resources / import / tosca / categories / categoryTypes.yml
1 services:
2     Mobility:
3       name: "Mobility"
4       icons: ['mobility']
5       models: [
6           "SDC AID"
7       ]
8     Network_L1_3:
9       name: "Network L1-3"
10       icons: ['network_l_1-3']
11       models: [
12           "SDC AID"
13       ]
14     Network_L4:
15       name: "Network L4+"
16       icons: ['network_l_4']
17       models: [
18           "SDC AID"
19       ]
20     VoIP_Call_Control:
21       name: "VoIP Call Control"
22       icons: ['call_controll']
23       models: [
24           "SDC AID"
25       ]
26     E2E_Service:
27       name: "E2E Service"
28       icons: ['network_l_1-3']
29       models: [
30           "SDC AID"
31       ]
32     Network_Service:
33       name: "Network Service"
34       icons: ['network_l_1-3']
35       models: [
36           "SDC AID"
37       ]
38     Partner_Domain_Service:
39       name: "Partner Domain Service"
40       icons: ['partner_domain_service']
41       models: [
42           "SDC AID"
43       ]
44     ETSI_NFV_Network_Service:
45       name: "ETSI NFV Network Service"
46       icons: ['etsi_nfv_network_service']
47       metadataKeys:
48         etsiVersion:
49           name: "ETSI Version"
50           displayName: "ETSI Version"
51           validValues: [ '3.3.1', '2.7.1', '2.5.1' ]
52           default: '2.5.1'
53           mandatory: true
54       models: [
55           "ETSI SOL001 v2.5.1",
56           "SDC AID"
57       ]
58     AutomationComposition:
59       name: "AutomationComposition"
60       icons: ['network_l_1-3']
61       models: [
62           "AUTOMATION COMPOSITION"
63       ]
64 resources:
65   NetworkLayer23:
66     name: "Network L2-3"
67     subcategories:
68       Router:
69           name: "Router"
70           icons: ['router','vRouter']
71       Gateway:
72           name: "Gateway"
73           icons: ['gateway']
74       WAN_Connectors:
75           name: "WAN Connectors"
76           icons: ['network','connector','port']
77       LAN_Connectors:
78           name: "LAN Connectors"
79           icons: ['network','connector','port']
80       Infrastructure:
81           name: "Infrastructure"
82           icons: ['ucpe']
83   NetworkLayer4:
84     name: "Network L4+"
85     subcategories:
86       Common_Network_Resources:
87           name: "Common Network Resources"
88           icons: ['network']
89   ApplicationLayer4:
90     name: "Application L4+"
91     subcategories:
92       Border_Element:
93           name: "Border Element"
94           icons: ['borderElement']
95       Application_Server:
96           name: "Application Server"
97           icons: ['applicationServer']
98       Web_Server:
99           name: "Web Server"
100           icons: ['applicationServer']
101       Call_Control:
102           name: "Call Control"
103           icons: ['call_controll']
104       Media_Servers:
105           name: "Media Servers"
106           icons: ['applicationServer']
107       Load_Balancer:
108           name: "Load Balancer"
109           icons: ['loadBalancer']
110       Database:
111           name: "Database"
112           icons: ['database']
113       Firewall:
114           name: "Firewall"
115           icons: ['firewall']
116   Generic:
117     name: "Generic"
118     subcategories:
119       Infrastructure:
120           name: "Infrastructure"
121           icons: ['connector']
122       Abstract:
123           name: "Abstract"
124           icons: ['objectStorage', 'compute']
125       Network_Elements:
126           name: "Network Elements"
127           icons: ['network', 'connector']
128       Database:
129           name: "Database"
130           icons: ['database']
131       Rules:
132           name: "Rules"
133           icons: ['networkrules','securityrules']
134       NetworkService:
135           name: "Network Service"
136           icons: ['network']
137       AutomationCompositionElement:
138           name: "AutomationComposition Element"
139           icons: ['network']
140       Participant:
141           name: "Participant"
142           icons: ['network']
143   NetworkConnectivity:
144     name: "Network Connectivity"
145     subcategories:
146       ConnectionPoints:
147           name: "Connection Points"
148           icons: ['cp']
149       VirtualLinks:
150           name: "Virtual Links"
151           icons: ['vl']
152   Configuration:
153     name: "Configuration"
154     subcategories:
155         Configuraion:
156             name: "Configuration"
157             icons: ['pmc']
158   DcaeComponent:
159     name: "DCAE Component"
160     subcategories:
161       Source:
162           name: "Source"
163           icons: ['dcae_source']
164       Collector:
165           name: "Collector"
166           icons: ['dcae_collector']
167       Utility:
168           name: "Utility"
169           icons: ['dcae_utilty']
170       Microservice:
171           name: "Microservice"
172           icons: ['dcae_microservice']
173       Analytics:
174           name: "Analytics"
175           icons: ['dcae_analytics']
176       Database:
177           name: "Database"
178           icons: ['dcae_database']
179       Policy:
180           name: "Policy"
181           icons: ['dcae_policy']
182       MachineLearning:
183           name: "Machine Learning"
184           icons: ['dcae_machineLearning']
185   Template:
186     name: "Template"
187     subcategories:
188       BaseMonitoringTemplate:
189           name: "Base Monitoring Template"
190           icons: ['monitoring_template']
191       MonitoringTemplate:
192           name: "Monitoring Template"
193           icons: ['monitoring_template']
194   AllottedResource:
195     name: "Allotted Resource"
196     subcategories:
197       AllottedResource:
198           name: "Allotted Resource"
199           icons: ['allotted_resource']
200       TunnelXConnect:
201           name: "TunnelXConn"
202           icons: ['tunnel_x_connect']
203       BRG:
204           name: "BRG"
205           icons: ['brg']
206       IpMuxDemux:
207           name: "IP Mux Demux"
208           icons: ['ip_mux_demux']
209       ServiceAdmin:
210           name: "Service Admin"
211           icons: ['service_admin']
212       ContrailRoute:
213           name: "Contrail Route"
214           icons: ['contrail_route']
215       SecurityZone:
216           name: "Security Zone"
217           icons: ['security_zone']