aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml
blob: 4c7ca11f13c653929cc88ce4f8282c59e2340c23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
services:
    Mobility:
      name: "Mobility"
      icons: ['mobility']
    Network_L1_3:
      name: "Network L1-3"
      icons: ['network_l_1-3']
    Network_L4:
      name: "Network L4+"
      icons: ['network_l_4']
    VoIP_Call_Control:
      name: "VoIP Call Control"
      icons: ['call_controll']
    E2E_Service:
      name: "E2E Service"
      icons: ['network_l_1-3']
    Network_Service:
      name: "Network Service"
      icons: ['network_l_1-3']
resources:
  NetworkLayer23:
    name: "Network L2-3"
    subcategories: 
      Router:
          name: "Router"
          icons: ['router','vRouter']
      Gateway:
          name: "Gateway"
          icons: ['gateway']
      WAN_Connectors:
          name: "WAN Connectors"
          icons: ['network','connector','port']
      LAN_Connectors:
          name: "LAN Connectors"
          icons: ['network','connector','port']
      Infrastructure:
          name: "Infrastructure"
          icons: ['ucpe']
  NetworkLayer4:
    name: "Network L4+"
    subcategories: 
      Common_Network_Resources:
          name: "Common Network Resources"
          icons: ['network']
  ApplicationLayer4:
    name: "Application L4+"
    subcategories: 
      Border_Element:
          name: "Border Element"
          icons: ['borderElement']
      Application_Server:
          name: "Application Server"
          icons: ['applicationServer']
      Web_Server:
          name: "Web Server"
          icons: ['applicationServer']
      Call_Control:
          name: "Call Control"
          icons: ['call_controll']
      Media_Servers:
          name: "Media Servers"
          icons: ['applicationServer']
      Load_Balancer:
          name: "Load Balancer"
          icons: ['loadBalancer']
      Database:
          name: "Database"
          icons: ['database']
      Firewall:
          name: "Firewall"
          icons: ['firewall']
  Generic:
    name: "Generic"
    subcategories: 
      Infrastructure:
          name: "Infrastructure"
          icons: ['connector']
      Abstract:
          name: "Abstract"
          icons: ['objectStorage', 'compute']
      Network_Elements:
          name: "Network Elements"
          icons: ['network', 'connector']
      Database:
          name: "Database"
          icons: ['database']
      Rules:
          name: "Rules"
          icons: ['networkrules','securityrules']
  NetworkConnectivity:
    name: "Network Connectivity"
    subcategories:
      ConnectionPoints:
          name: "Connection Points"
          icons: ['cp']
      VirtualLinks:
          name: "Virtual Links"
          icons: ['vl']
  DcaeComponent:
    name: "DCAE Component"
    subcategories:
      Source:
          name: "Source"
          icons: ['dcae_source']
      Collector:
          name: "Collector"
          icons: ['dcae_collector']
      Utility:
          name: "Utility"
          icons: ['dcae_utilty']
      Microservice:
          name: "Microservice"
          icons: ['dcae_microservice']
      Analytics:
          name: "Analytics"
          icons: ['dcae_analytics']
      Database:
          name: "Database"
          icons: ['dcae_database']
      Policy:
          name: "Policy"
          icons: ['dcae_policy']
  Template:
    name: "Template"
    subcategories:
      MonitoringTemplate:
          name: "Monitoring Template"
          icons: ['monitoring_template']
  AllottedResource:
    name: "Allotted Resource"
    subcategories:
      AllottedResource:
          name: "Allotted Resource"
          icons: ['allotted_resource']
      TunnelXConnect:
          name: "Tunnel XConnect"
          icons: ['tunnel_x_connect'] 
      IpMuxDemux:
          name: "IP Mux Demux"
          icons: ['ip_mux_demux'] 
      ServiceAdmin:
          name: "Service Admin"
          icons: ['service_admin']  
      ContrailRoute:
          name: "Contrail Route"
          icons: ['contrail_route']
      SecurityZone:
          name: "Security Zone"
          icons: ['security_zone']
      NetworkService:
          name: "Network Service"
          icons: ['network']