Update error message for missing sub mapping properties
[sdc.git] / asdctool / src / main / resources / config / categoryMigration.yaml
1 services:
2     Mobility:
3       name: "Mobility"
4       oldName: "Mobility"
5       icons: ['mobility']
6     Network_L1_3:
7       name: "Network L1-3"
8       oldName: "Network L1-3"
9       icons: ['network_l_1-3']
10     Network_L4:
11       name: "Network L4+"
12       oldName: "Network L4"
13       icons: ['network_l_4']
14     VoIP_Call_Control:
15       name: "VoIP Call Control"
16       oldName: "VoIP Call Control"
17       icons: ['call_controll']
18 resources:
19   NetworkLayer23:
20     name: "Network L2-3"
21     oldName: "Network Layer 2-3"
22     subcategories: 
23       Router:
24           name: "Router"
25           oldName: "Router"
26           icons: ['router','vRouter']
27       Gateway:
28           name: "Gateway"
29           oldName: "Gateway"
30           icons: ['gateway']
31       WAN_Connectors:
32           name: "WAN Connectors"
33           oldName: "WAN Connectors"
34           icons: ['network','connector','port']
35       LAN_Connectors:
36           name: "LAN Connectors"
37           oldName: "LAN Connectors"
38           icons: ['network','connector','port']
39       Infrastructure:
40           name: "Infrastructure"
41           icons: ['ucpe']
42   NetworkLayer4:
43     name: "Network L4+"
44     oldName: "Network Layer 4+"
45     subcategories: 
46       Common_Network_Resources:
47           name: "Common Network Resources"
48           oldName: "Common Network Resources"
49           icons: ['network']
50   ApplicationLayer4:
51     name: "Application L4+"
52     oldName: "Application Layer 4+"
53     subcategories: 
54       Border_Element:
55           name: "Border Element"
56           oldName: "Border Elements"
57           icons: ['borderElement']
58       Application_Server:
59           name: "Application Server"
60           oldName: "Application Servers"
61           icons: ['applicationServer']
62       Web_Server:
63           name: "Web Server"
64           oldName: "Web Server"
65           icons: ['applicationServer']
66       Call_Control:
67           name: "Call Control"
68           oldName: "Call Control"
69           icons: ['call_controll']
70       Media_Servers:
71           name: "Media Servers"
72           oldName: "Media Servers"
73           icons: ['applicationServer']
74       Load_Balancer:
75           name: "Load Balancer"
76           oldName: "Load Balancer"
77           icons: ['loadBalancer']
78       Database:
79           name: "Database"
80           oldName: "Database"
81           icons: ['database']
82       Firewall:
83           name: "Firewall"
84           icons: ['firewall']
85   Generic:
86     name: "Generic"
87     oldName: "Generic"
88     subcategories: 
89       Infrastructure:
90           name: "Infrastructure"
91           oldName: "Infrastructure"
92           icons: ['connector']
93       Abstract:
94           name: "Abstract"
95           oldName: "Abstract"
96           icons: ['objectStorage', 'compute']
97       Network_Elements:
98           name: "Network Elements"
99           oldName: "Network Elements"
100           icons: ['network', 'connector']
101       Database:
102           name: "Database"
103           oldName: "Database"
104           icons: ['database']
105   NetworkConnectivity:
106     name: "Network Connectivity"
107     subcategories:
108       ConnectionPoints:
109           name: "Connection Points"
110           icons: ['cp']
111       VirtualLinks:
112           name: "Virtual Links"
113           icons: ['vl']