blob: 7263534f04fee6b4ccb42497de92859103b4be0e [file] [log] [blame]
Thomas Vachuska7d693f52014-10-21 19:17:57 -07001<!--
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07002 ~ Copyright 2014 Open Networking Laboratory
Thomas Vachuska7d693f52014-10-21 19:17:57 -07003 ~
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07004 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
Thomas Vachuska7d693f52014-10-21 19:17:57 -07007 ~
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07008 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
Thomas Vachuska7d693f52014-10-21 19:17:57 -070015 -->
tom0eb04ca2014-08-25 14:34:51 -070016<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
17
18 <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
19 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080020 <action class="org.onosproject.cli.SummaryCommand"/>
tom9b4030d2014-10-06 10:39:03 -070021 </command>
Yuta HIGUCHI6a462832014-11-23 23:56:03 -080022
23 <command>
Changhoon Yoon23dee8f2015-05-18 22:19:49 +090024 <action class="org.onosproject.cli.security.PermissionCommand"/>
25 <completers>
26 <ref component-id="permCommandCompleter"/>
27 <ref component-id="permAppNameCompleter"/>
28 <ref component-id="permNameCompleter"/>
29 </completers>
30 </command>
31
32 <command>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080033 <action class="org.onosproject.cli.app.ApplicationsListCommand"/>
34 </command>
35
36 <command>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080037 <action class="org.onosproject.cli.app.ApplicationCommand"/>
38 <completers>
39 <ref component-id="appCommandCompleter"/>
40 <ref component-id="appNameCompleter"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080041 </completers>
42 </command>
43
Thomas Vachuska1dcb0482015-02-18 18:21:28 -080044 <command>
Thomas Vachuska6d697f12015-03-08 20:59:50 -070045 <action class="org.onosproject.cli.cfg.ComponentConfigCommand"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080046 <completers>
Thomas Vachuska6d697f12015-03-08 20:59:50 -070047 <ref component-id="cfgCommandCompleter"/>
48 <ref component-id="componentNameCompleter"/>
Ray Milkeyfb6655e2015-04-10 10:50:54 -070049 <ref component-id="componentPropertyNameCompleter"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080050 </completers>
51 </command>
52
53 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080054 <action class="org.onosproject.cli.MetricsListCommand"/>
Yuta HIGUCHI6a462832014-11-23 23:56:03 -080055 </command>
56
tom9b4030d2014-10-06 10:39:03 -070057 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080058 <action class="org.onosproject.cli.NodesListCommand"/>
tome4729872014-09-23 00:37:37 -070059 </command>
Ayaka Koshibe45503ce2014-10-14 11:26:45 -070060
61 <command>
Thomas Vachuska4cfcc562015-06-03 09:51:02 -070062 <action class="org.onosproject.cli.UiViewListCommand"/>
63 </command>
64
65 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080066 <action class="org.onosproject.cli.RolesCommand"/>
Ayaka Koshibe45503ce2014-10-14 11:26:45 -070067 </command>
tom9710fb42014-09-29 11:35:28 -070068 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080069 <action class="org.onosproject.cli.MastersListCommand"/>
Thomas Vachuskae0f804a2014-10-27 23:40:48 -070070 </command>
71 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080072 <action class="org.onosproject.cli.BalanceMastersCommand"/>
Thomas Vachuskae02e11c2014-11-24 16:13:52 -080073 </command>
74 <command>
Thomas Vachuska90b453f2015-01-30 18:57:14 -080075 <action class="org.onosproject.cli.app.ApplicationIdListCommand"/>
alshabiba7f7ca82014-09-22 11:41:23 -070076 </command>
tom1380eee2014-09-24 09:22:02 -070077
alshabiba7f7ca82014-09-22 11:41:23 -070078 <command>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -070079 <action class="org.onosproject.cli.net.DriversListCommand"/>
80 <completers>
81 <ref component-id="driverNameCompleter"/>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -070082 </completers>
83 </command>
84
85 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080086 <action class="org.onosproject.cli.net.DevicesListCommand"/>
tom6d2a43e2014-09-08 01:50:20 -070087 </command>
88 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080089 <action class="org.onosproject.cli.net.DevicePortsListCommand"/>
tom0eb04ca2014-08-25 14:34:51 -070090 <completers>
tom6d2a43e2014-09-08 01:50:20 -070091 <ref component-id="deviceIdCompleter"/>
tom0eb04ca2014-08-25 14:34:51 -070092 </completers>
93 </command>
tom6d2a43e2014-09-08 01:50:20 -070094 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -080095 <action class="org.onosproject.cli.net.DeviceRemoveCommand"/>
tomc290a122014-09-08 14:27:13 -070096 <completers>
97 <ref component-id="deviceIdCompleter"/>
98 </completers>
99 </command>
tom5f35f7c2014-09-08 18:38:19 -0700100 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800101 <action class="org.onosproject.cli.net.DeviceRoleCommand"/>
tom5f35f7c2014-09-08 18:38:19 -0700102 <completers>
103 <ref component-id="deviceIdCompleter"/>
toma6235a52014-10-15 13:25:39 -0700104 <ref component-id="nodeIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700105 <ref component-id="roleCompleter"/>
tom5f35f7c2014-09-08 18:38:19 -0700106 </completers>
107 </command>
Thomas Vachuska8ceee942015-04-14 16:53:57 -0700108 <command>
109 <action class="org.onosproject.cli.net.AnnotateDeviceCommand"/>
110 <completers>
111 <ref component-id="deviceIdCompleter"/>
Thomas Vachuska8ceee942015-04-14 16:53:57 -0700112 </completers>
113 </command>
tomc290a122014-09-08 14:27:13 -0700114
115 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800116 <action class="org.onosproject.cli.net.LinksListCommand"/>
tom6d2a43e2014-09-08 01:50:20 -0700117 <completers>
118 <ref component-id="deviceIdCompleter"/>
119 </completers>
120 </command>
tom13cb4852014-09-11 12:44:17 -0700121
122 <command>
Aaron Kruglikova2b59152015-06-24 14:01:41 -0700123 <action class="org.onosproject.cli.net.EdgePortsListCommand"/>
124 <completers>
125 <ref component-id="deviceIdCompleter"/>
126 </completers>
127 </command>
128
129 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800130 <action class="org.onosproject.cli.net.TopologyCommand"/>
tom13cb4852014-09-11 12:44:17 -0700131 </command>
132 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800133 <action class="org.onosproject.cli.net.PathListCommand"/>
tom9eb57fb2014-09-11 19:42:38 -0700134 <completers>
135 <ref component-id="deviceIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700136 <ref component-id="deviceIdCompleter"/>
tom9eb57fb2014-09-11 19:42:38 -0700137 </completers>
138 </command>
tomf5c9d922014-10-03 15:22:03 -0700139
tom9eb57fb2014-09-11 19:42:38 -0700140 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800141 <action class="org.onosproject.cli.net.IntentsListCommand"/>
tom0511a522014-10-04 12:06:02 -0700142 </command>
143 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800144 <action class="org.onosproject.cli.net.IntentRemoveCommand"/>
Brian O'Connor66630c82014-10-02 21:08:19 -0700145 <completers>
Ray Milkeyd088e8a2015-04-07 14:56:57 -0700146 <ref component-id="appIdWithIntentNameCompleter"/>
Brian O'Connor264cb992015-06-04 17:16:57 -0700147 <ref component-id="intentKeyCompleter"/>
Brian O'Connor66630c82014-10-02 21:08:19 -0700148 </completers>
149 </command>
tomf5c9d922014-10-03 15:22:03 -0700150 <command>
Brian O'Connor72df5b12015-06-02 16:50:18 -0700151 <action class="org.onosproject.cli.net.IntentPurgeCommand"/>
152 </command>
153 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800154 <action class="org.onosproject.cli.net.AddHostToHostIntentCommand"/>
tom0511a522014-10-04 12:06:02 -0700155 <completers>
tom6db1f0a2014-10-07 09:12:29 -0700156 <ref component-id="hostIdCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700157 <ref component-id="hostIdCompleter"/>
tom0511a522014-10-04 12:06:02 -0700158 </completers>
Ray Milkey95c50872015-04-14 14:32:31 -0700159 <optional-completers>
Charles M.C. Chan2d89eca2015-04-29 21:32:17 +0800160 <entry key="-t" value-ref="ethTypeCompleter"/>
161 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
162 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
163 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
164 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700165 <entry key="-a" value-ref="allAppNameCompleter"/>
166 </optional-completers>
tomf5c9d922014-10-03 15:22:03 -0700167 </command>
Ray Milkeya058c732014-10-08 13:52:34 -0700168 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800169 <action class="org.onosproject.cli.net.AddPointToPointIntentCommand"/>
Ray Milkeya058c732014-10-08 13:52:34 -0700170 <completers>
171 <ref component-id="connectPointCompleter"/>
172 <ref component-id="connectPointCompleter"/>
173 </completers>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700174 <optional-completers>
175 <entry key="-t" value-ref="ethTypeCompleter"/>
Jonathan Hart6e948282014-11-17 22:50:42 -0800176 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800177 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
178 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
179 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700180 <entry key="-a" value-ref="allAppNameCompleter"/>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700181 </optional-completers>
Ray Milkeya058c732014-10-08 13:52:34 -0700182 </command>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700183 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800184 <action class="org.onosproject.cli.net.AddOpticalIntentCommand"/>
Brian O'Connor5296b322014-10-23 14:59:05 -0700185 <completers>
186 <ref component-id="connectPointCompleter"/>
187 <ref component-id="connectPointCompleter"/>
Brian O'Connor5296b322014-10-23 14:59:05 -0700188 </completers>
Ray Milkey95c50872015-04-14 14:32:31 -0700189 <optional-completers>
190 <entry key="-a" value-ref="allAppNameCompleter"/>
191 </optional-completers>
Brian O'Connor5296b322014-10-23 14:59:05 -0700192 </command>
193 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800194 <action class="org.onosproject.cli.net.GetStatistics"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800195 <completers>
196 <ref component-id="connectPointCompleter"/>
197 </completers>
alshabib23a8d7c2014-10-22 21:53:39 -0700198 </command>
199 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800200 <action class="org.onosproject.cli.net.AddMultiPointToSinglePointIntentCommand"/>
Ray Milkey0742ec92014-10-13 08:39:55 -0700201 <completers>
202 <ref component-id="connectPointCompleter"/>
203 </completers>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700204 <optional-completers>
205 <entry key="-t" value-ref="ethTypeCompleter"/>
Jonathan Hart6e948282014-11-17 22:50:42 -0800206 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800207 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
208 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
209 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700210 <entry key="-a" value-ref="allAppNameCompleter"/>
Ray Milkey9fdf1ea2014-10-21 09:48:02 -0700211 </optional-completers>
Ray Milkey0742ec92014-10-13 08:39:55 -0700212 </command>
213 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800214 <action class="org.onosproject.cli.net.AddSinglePointToMultiPointIntentCommand"/>
Michele Santuari4a338072014-11-05 18:38:55 +0100215 <completers>
216 <ref component-id="connectPointCompleter"/>
217 </completers>
218 <optional-completers>
219 <entry key="-t" value-ref="ethTypeCompleter"/>
Pavlin Radoslavov70761df2015-03-09 11:05:49 -0700220 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800221 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
222 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
223 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700224 <entry key="-a" value-ref="allAppNameCompleter"/>
Michele Santuari4a338072014-11-05 18:38:55 +0100225 </optional-completers>
226 </command>
227 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800228 <action class="org.onosproject.cli.net.IntentPushTestCommand"/>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700229 <completers>
230 <ref component-id="connectPointCompleter"/>
231 <ref component-id="connectPointCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700232 <ref component-id="nullCompleter"/>
Brian O'Connor1aa99eb2014-10-10 16:18:58 -0700233 </completers>
234 </command>
Brian O'Connorfe0f4b12014-10-30 21:19:02 -0700235 <command>
Brian O'Connor66cfbfa2015-02-17 18:17:32 -0800236 <action class="org.onosproject.cli.net.IntentCycleCommand"/>
237 <completers>
238 <ref component-id="connectPointCompleter"/>
239 <ref component-id="connectPointCompleter"/>
240 <ref component-id="nullCompleter"/>
Brian O'Connor66cfbfa2015-02-17 18:17:32 -0800241 </completers>
242 </command>
243 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800244 <action class="org.onosproject.cli.net.RandomIntentCommand"/>
Brian O'Connor6741a5f2014-11-19 20:40:11 -0800245 <completers>
246 <ref component-id="nullCompleter"/>
Brian O'Connor6741a5f2014-11-19 20:40:11 -0800247 </completers>
248 </command>
249 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800250 <action class="org.onosproject.cli.net.ResourceAllocationsCommand"/>
Brian O'Connorfe0f4b12014-10-30 21:19:02 -0700251 <completers>
252 <ref component-id="connectPointCompleter"/>
253 <ref component-id="connectPointCompleter"/>
Brian O'Connorfe0f4b12014-10-30 21:19:02 -0700254 </completers>
255 </command>
256 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800257 <action class="org.onosproject.cli.net.ResourceAvailableCommand"/>
Brian O'Connorfe0f4b12014-10-30 21:19:02 -0700258 <completers>
259 <ref component-id="connectPointCompleter"/>
260 <ref component-id="connectPointCompleter"/>
Brian O'Connorfe0f4b12014-10-30 21:19:02 -0700261 </completers>
262 </command>
Brian O'Connor66630c82014-10-02 21:08:19 -0700263 <command>
Ayaka Koshibe4699b292015-04-28 14:33:10 -0700264 <action class="org.onosproject.cli.net.LinkResourceTestCommand"/>
265 <completers>
266 <ref component-id="connectPointCompleter"/>
267 <ref component-id="connectPointCompleter"/>
268 <null/>
269 </completers>
270 </command>
271 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800272 <action class="org.onosproject.cli.net.ClustersListCommand"/>
tom13cb4852014-09-11 12:44:17 -0700273 </command>
274 <command>
Jonathan Hart054da972015-02-18 17:30:28 -0800275 <action class="org.onosproject.cli.net.PartitionsListCommand"/>
276 </command>
277 <command>
Madan Jampania89f8f92015-04-01 14:39:54 -0700278 <action class="org.onosproject.cli.net.MapsListCommand"/>
279 </command>
280 <command>
Madan Jampanib5d72d52015-04-03 16:53:50 -0700281 <action class="org.onosproject.cli.net.CountersListCommand"/>
282 </command>
283 <command>
Madan Jampanibff6d8f2015-03-31 16:53:47 -0700284 <action class="org.onosproject.cli.net.TransactionsCommand"/>
285 </command>
286 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800287 <action class="org.onosproject.cli.net.ClusterDevicesCommand"/>
tom13cb4852014-09-11 12:44:17 -0700288 <completers>
289 <ref component-id="clusterIdCompleter"/>
290 </completers>
291 </command>
292 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800293 <action class="org.onosproject.cli.net.ClusterLinksCommand"/>
tom13cb4852014-09-11 12:44:17 -0700294 <completers>
295 <ref component-id="clusterIdCompleter"/>
296 </completers>
297 </command>
Ayaka Koshibe43530be2014-09-15 11:14:52 -0700298
299 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800300 <action class="org.onosproject.cli.net.HostsListCommand"/>
Ayaka Koshibe43530be2014-09-15 11:14:52 -0700301 </command>
Jonathan Hart61d4ebc2014-10-29 11:08:26 -0700302 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800303 <action class="org.onosproject.cli.net.HostRemoveCommand"/>
Thomas Vachuska33601602014-11-19 03:32:15 -0800304 <completers>
305 <ref component-id="hostIdCompleter"/>
Thomas Vachuska33601602014-11-19 03:32:15 -0800306 </completers>
307 </command>
308 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800309 <action class="org.onosproject.cli.net.AddressBindingsListCommand"/>
Jonathan Hart61d4ebc2014-10-29 11:08:26 -0700310 </command>
Ayaka Koshibe43530be2014-09-15 11:14:52 -0700311
tom89b63c52014-09-16 09:19:51 -0700312 <command>
Jonathan Hart32600692015-03-09 10:38:40 -0700313 <action class="org.onosproject.cli.net.GroupsListCommand"/>
314 </command>
315
316 <command>
sangho538108b2015-04-08 14:29:20 -0700317 <action class="org.onosproject.cli.net.DevicePortStatsCommand"/>
318 </command>
319
320 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800321 <action class="org.onosproject.cli.net.FlowsListCommand"/>
alshabib99b8fdc2014-09-25 14:30:22 -0700322 <completers>
alshabib144a2942014-09-25 18:44:02 -0700323 <ref component-id="flowRuleStatusCompleter"/>
alshabib99b8fdc2014-09-25 14:30:22 -0700324 <ref component-id="deviceIdCompleter"/>
325 </completers>
tom1380eee2014-09-24 09:22:02 -0700326 </command>
327
328 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800329 <action class="org.onosproject.cli.net.AddFlowsCommand"/>
alshabib5afcbd72014-10-30 16:28:40 +0100330 </command>
Yuta HIGUCHIc2bf3d82014-11-28 18:50:41 -0800331 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800332 <action class="org.onosproject.cli.net.LeaderCommand"/>
Yuta HIGUCHIc2bf3d82014-11-28 18:50:41 -0800333 </command>
alshabib5afcbd72014-10-30 16:28:40 +0100334
335 <command>
Brian O'Connorabafb502014-12-02 22:26:20 -0800336 <action class="org.onosproject.cli.net.WipeOutCommand"/>
tom89b63c52014-09-16 09:19:51 -0700337 </command>
Michele Santuari4b6019e2014-12-19 11:31:45 +0100338 <command>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800339 <action class="org.onosproject.cli.net.AddMplsIntent"/>
340 <completers>
341 <ref component-id="connectPointCompleter"/>
Ray Milkey2a6e4452015-04-08 09:59:20 -0700342 <ref component-id="connectPointCompleter"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800343 </completers>
Ray Milkey95c50872015-04-14 14:32:31 -0700344 <optional-completers>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800345 <entry key="-t" value-ref="ethTypeCompleter"/>
346 <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
347 <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
348 <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
349 <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700350 <entry key="-a" value-ref="allAppNameCompleter"/>
351 </optional-completers>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800352 </command>
jccde3e92e2015-03-28 01:40:44 -0700353
354 <command>
samuel7a5691a2015-05-23 00:36:32 +0800355 <action class="org.onosproject.cli.net.GlobalLabelCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700356 </command>
357 <command>
samuel7a5691a2015-05-23 00:36:32 +0800358 <action class="org.onosproject.cli.net.LabelResourceCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700359 </command>
360 <command>
samuel7a5691a2015-05-23 00:36:32 +0800361 <action class="org.onosproject.cli.net.GlobalLabelPoolCreateCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700362 </command>
363 <command>
samuel7a5691a2015-05-23 00:36:32 +0800364 <action class="org.onosproject.cli.net.LabelPoolCreateCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700365 </command>
366 <command>
samuel7a5691a2015-05-23 00:36:32 +0800367 <action class="org.onosproject.cli.net.GlobalLabelPoolDestoryCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700368 </command>
369 <command>
samuel7a5691a2015-05-23 00:36:32 +0800370 <action class="org.onosproject.cli.net.LabelPoolDestroyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700371 </command>
372 <command>
samuel7a5691a2015-05-23 00:36:32 +0800373 <action class="org.onosproject.cli.net.GlobalLabelReleaseCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700374 </command>
375 <command>
samuel7a5691a2015-05-23 00:36:32 +0800376 <action class="org.onosproject.cli.net.LabelReleaseCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700377 </command>
378 <command>
samuel7a5691a2015-05-23 00:36:32 +0800379 <action class="org.onosproject.cli.net.GlobalLabelApplyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700380 </command>
381 <command>
samuel7a5691a2015-05-23 00:36:32 +0800382 <action class="org.onosproject.cli.net.LabelApplyCommand"/>
jccde3e92e2015-03-28 01:40:44 -0700383 </command>
jccd8697232015-05-05 14:42:23 +0800384 <!-- tunnel commands -->
385 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700386 <action class="org.onosproject.cli.net.TunnelBorrowCommand"/>
jccd8697232015-05-05 14:42:23 +0800387 </command>
388 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700389 <action class="org.onosproject.cli.net.TunnelReturnCommand"/>
jccd8697232015-05-05 14:42:23 +0800390 </command>
391 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700392 <action class="org.onosproject.cli.net.TunnelQueryCommand"/>
jccd8697232015-05-05 14:42:23 +0800393 </command>
394 <command>
Thomas Vachuskabf916ea2015-05-20 18:24:34 -0700395 <action class="org.onosproject.cli.net.TunnelQuerySubscriptionCommand"/>
jccd8697232015-05-05 14:42:23 +0800396 </command>
cheng fan7716ec92015-05-31 01:53:19 +0800397 <command>
398 <action class="org.onosproject.cli.net.TunnelCreateCommand"/>
399 </command>
400 <command>
401 <action class="org.onosproject.cli.net.TunnelRemoveCommand"/>
402 </command>
403 <command>
404 <action class="org.onosproject.cli.net.TunnelUpdateCommand"/>
405 </command>
tom0eb04ca2014-08-25 14:34:51 -0700406 </command-bundle>
407
Changhoon Yoon23dee8f2015-05-18 22:19:49 +0900408 <bean id="permAppNameCompleter" class="org.onosproject.cli.security.PermissionApplicationNameCompleter"/>
409 <bean id="permCommandCompleter" class="org.onosproject.cli.security.PermissionCommandCompleter"/>
410 <bean id="permNameCompleter" class="org.onosproject.cli.security.PermissionNameCompleter"/>
Thomas Vachuska1dcb0482015-02-18 18:21:28 -0800411 <bean id="appCommandCompleter" class="org.onosproject.cli.app.ApplicationCommandCompleter"/>
Thomas Vachuska90b453f2015-01-30 18:57:14 -0800412 <bean id="appNameCompleter" class="org.onosproject.cli.app.ApplicationNameCompleter"/>
Ray Milkey95c50872015-04-14 14:32:31 -0700413 <bean id="allAppNameCompleter" class="org.onosproject.cli.app.AllApplicationNamesCompleter"/>
Ray Milkeyd088e8a2015-04-07 14:56:57 -0700414 <bean id="appIdWithIntentNameCompleter" class="org.onosproject.cli.app.ApplicationIdWithIntentNameCompleter"/>
Thomas Vachuska6d697f12015-03-08 20:59:50 -0700415 <bean id="cfgCommandCompleter" class="org.onosproject.cli.cfg.ComponentConfigCommandCompleter"/>
416 <bean id="componentNameCompleter" class="org.onosproject.cli.cfg.ComponentNameCompleter"/>
Ray Milkeyfb6655e2015-04-10 10:50:54 -0700417 <bean id="componentPropertyNameCompleter" class="org.onosproject.cli.cfg.ComponentPropertyNameCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800418 <bean id="nodeIdCompleter" class="org.onosproject.cli.NodeIdCompleter"/>
419 <bean id="deviceIdCompleter" class="org.onosproject.cli.net.DeviceIdCompleter"/>
420 <bean id="clusterIdCompleter" class="org.onosproject.cli.net.ClusterIdCompleter"/>
421 <bean id="roleCompleter" class="org.onosproject.cli.net.RoleCompleter"/>
422 <bean id="hostIdCompleter" class="org.onosproject.cli.net.HostIdCompleter"/>
Brian O'Connor264cb992015-06-04 17:16:57 -0700423 <bean id="intentKeyCompleter" class="org.onosproject.cli.net.IntentKeyCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800424 <bean id="flowRuleStatusCompleter" class="org.onosproject.cli.net.FlowRuleStatusCompleter"/>
425 <bean id="connectPointCompleter" class="org.onosproject.cli.net.ConnectPointCompleter"/>
Ray Milkey9bbc9442014-10-13 10:27:45 -0700426 <bean id="nullCompleter" class="org.apache.karaf.shell.console.completer.NullCompleter"/>
Brian O'Connorabafb502014-12-02 22:26:20 -0800427 <bean id="ethTypeCompleter" class="org.onosproject.cli.net.EthTypeCompleter"/>
428 <bean id="ipProtocolCompleter" class="org.onosproject.cli.net.IpProtocolCompleter"/>
Thomas Vachuska5c2f8132015-04-08 23:09:08 -0700429 <bean id="driverNameCompleter" class="org.onosproject.cli.net.DriverNameCompleter"/>
Charles M.C. Chan2184de12015-04-26 02:24:53 +0800430 <bean id="Icmp6TypeCompleter" class="org.onosproject.cli.net.Icmp6TypeCompleter"/>
431 <bean id="Icmp6CodeCompleter" class="org.onosproject.cli.net.Icmp6CodeCompleter"/>
432 <bean id="ExtHeaderCompleter" class="org.onosproject.cli.net.ExtHeaderCompleter"/>
tom6d2a43e2014-09-08 01:50:20 -0700433
Thomas Vachuskac40d4632015-04-09 16:55:03 -0700434 <bean id="startStopCompleter" class="org.onosproject.cli.StartStopCompleter"/>
435 <bean id="upDownCompleter" class="org.onosproject.cli.UpDownCompleter"/>
436
tom0eb04ca2014-08-25 14:34:51 -0700437</blueprint>