Thomas Vachuska | 7d693f5 | 2014-10-21 19:17:57 -0700 | [diff] [blame] | 1 | <!-- |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 2 | ~ Copyright 2014 Open Networking Laboratory |
Thomas Vachuska | 7d693f5 | 2014-10-21 19:17:57 -0700 | [diff] [blame] | 3 | ~ |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 4 | ~ 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 Vachuska | 7d693f5 | 2014-10-21 19:17:57 -0700 | [diff] [blame] | 7 | ~ |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 8 | ~ 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 Vachuska | 7d693f5 | 2014-10-21 19:17:57 -0700 | [diff] [blame] | 15 | --> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 16 | <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> |
tom | 9b4030d | 2014-10-06 10:39:03 -0700 | [diff] [blame] | 20 | <action class="org.onlab.onos.cli.SummaryCommand"/> |
| 21 | </command> |
Yuta HIGUCHI | 6a46283 | 2014-11-23 23:56:03 -0800 | [diff] [blame] | 22 | |
| 23 | <command> |
| 24 | <action class="org.onlab.onos.cli.MetricsListCommand"/> |
| 25 | </command> |
| 26 | |
tom | 9b4030d | 2014-10-06 10:39:03 -0700 | [diff] [blame] | 27 | <command> |
Yuta HIGUCHI | 60731cb | 2014-11-11 01:34:46 -0800 | [diff] [blame] | 28 | <action class="org.onlab.onos.cli.TabletMemberCommand"/> |
| 29 | </command> |
| 30 | <command> |
| 31 | <action class="org.onlab.onos.cli.TabletAddCommand"/> |
| 32 | <completers> |
| 33 | <ref component-id="nodeIdCompleter"/> |
| 34 | <null/> |
| 35 | <null/> |
| 36 | </completers> |
| 37 | </command> |
| 38 | <command> |
| 39 | <action class="org.onlab.onos.cli.TabletRemoveCommand"/> |
| 40 | <completers> |
| 41 | <ref component-id="nodeIdCompleter"/> |
| 42 | <null/> |
| 43 | <null/> |
| 44 | </completers> |
| 45 | </command> |
| 46 | |
| 47 | <command> |
tom | e472987 | 2014-09-23 00:37:37 -0700 | [diff] [blame] | 48 | <action class="org.onlab.onos.cli.NodesListCommand"/> |
| 49 | </command> |
| 50 | <command> |
tom | 9710fb4 | 2014-09-29 11:35:28 -0700 | [diff] [blame] | 51 | <action class="org.onlab.onos.cli.NodeAddCommand"/> |
| 52 | </command> |
| 53 | <command> |
| 54 | <action class="org.onlab.onos.cli.NodeRemoveCommand"/> |
| 55 | </command> |
Ayaka Koshibe | 45503ce | 2014-10-14 11:26:45 -0700 | [diff] [blame] | 56 | |
| 57 | <command> |
| 58 | <action class="org.onlab.onos.cli.RolesCommand"/> |
| 59 | </command> |
tom | 9710fb4 | 2014-09-29 11:35:28 -0700 | [diff] [blame] | 60 | <command> |
tom | 1380eee | 2014-09-24 09:22:02 -0700 | [diff] [blame] | 61 | <action class="org.onlab.onos.cli.MastersListCommand"/> |
Thomas Vachuska | e0f804a | 2014-10-27 23:40:48 -0700 | [diff] [blame] | 62 | </command> |
| 63 | <command> |
Thomas Vachuska | e02e11c | 2014-11-24 16:13:52 -0800 | [diff] [blame] | 64 | <action class="org.onlab.onos.cli.BalanceMastersCommand"/> |
| 65 | </command> |
| 66 | <command> |
Thomas Vachuska | e0f804a | 2014-10-27 23:40:48 -0700 | [diff] [blame] | 67 | <action class="org.onlab.onos.cli.ApplicationIdListCommand"/> |
alshabib | a7f7ca8 | 2014-09-22 11:41:23 -0700 | [diff] [blame] | 68 | </command> |
tom | 1380eee | 2014-09-24 09:22:02 -0700 | [diff] [blame] | 69 | |
alshabib | a7f7ca8 | 2014-09-22 11:41:23 -0700 | [diff] [blame] | 70 | <command> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 71 | <action class="org.onlab.onos.cli.net.DevicesListCommand"/> |
| 72 | </command> |
| 73 | <command> |
| 74 | <action class="org.onlab.onos.cli.net.DevicePortsListCommand"/> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 75 | <completers> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 76 | <ref component-id="deviceIdCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 77 | <null/> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 78 | </completers> |
| 79 | </command> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 80 | <command> |
tom | c290a12 | 2014-09-08 14:27:13 -0700 | [diff] [blame] | 81 | <action class="org.onlab.onos.cli.net.DeviceRemoveCommand"/> |
| 82 | <completers> |
| 83 | <ref component-id="deviceIdCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 84 | <null/> |
tom | c290a12 | 2014-09-08 14:27:13 -0700 | [diff] [blame] | 85 | </completers> |
| 86 | </command> |
tom | 5f35f7c | 2014-09-08 18:38:19 -0700 | [diff] [blame] | 87 | <command> |
| 88 | <action class="org.onlab.onos.cli.net.DeviceRoleCommand"/> |
| 89 | <completers> |
| 90 | <ref component-id="deviceIdCompleter"/> |
tom | a6235a5 | 2014-10-15 13:25:39 -0700 | [diff] [blame] | 91 | <ref component-id="nodeIdCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 92 | <ref component-id="roleCompleter"/> |
| 93 | <null/> |
tom | 5f35f7c | 2014-09-08 18:38:19 -0700 | [diff] [blame] | 94 | </completers> |
| 95 | </command> |
tom | c290a12 | 2014-09-08 14:27:13 -0700 | [diff] [blame] | 96 | |
| 97 | <command> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 98 | <action class="org.onlab.onos.cli.net.LinksListCommand"/> |
| 99 | <completers> |
| 100 | <ref component-id="deviceIdCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 101 | <null/> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 102 | </completers> |
| 103 | </command> |
tom | 13cb485 | 2014-09-11 12:44:17 -0700 | [diff] [blame] | 104 | |
| 105 | <command> |
| 106 | <action class="org.onlab.onos.cli.net.TopologyCommand"/> |
| 107 | </command> |
| 108 | <command> |
tom | 9eb57fb | 2014-09-11 19:42:38 -0700 | [diff] [blame] | 109 | <action class="org.onlab.onos.cli.net.PathListCommand"/> |
| 110 | <completers> |
| 111 | <ref component-id="deviceIdCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 112 | <ref component-id="deviceIdCompleter"/> |
| 113 | <null/> |
tom | 9eb57fb | 2014-09-11 19:42:38 -0700 | [diff] [blame] | 114 | </completers> |
| 115 | </command> |
tom | f5c9d92 | 2014-10-03 15:22:03 -0700 | [diff] [blame] | 116 | |
tom | 9eb57fb | 2014-09-11 19:42:38 -0700 | [diff] [blame] | 117 | <command> |
tom | 0511a52 | 2014-10-04 12:06:02 -0700 | [diff] [blame] | 118 | <action class="org.onlab.onos.cli.net.IntentsListCommand"/> |
| 119 | </command> |
| 120 | <command> |
tom | 6db1f0a | 2014-10-07 09:12:29 -0700 | [diff] [blame] | 121 | <action class="org.onlab.onos.cli.net.IntentRemoveCommand"/> |
Brian O'Connor | 66630c8 | 2014-10-02 21:08:19 -0700 | [diff] [blame] | 122 | <completers> |
tom | 6db1f0a | 2014-10-07 09:12:29 -0700 | [diff] [blame] | 123 | <ref component-id="intentIdCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 124 | <null/> |
Brian O'Connor | 66630c8 | 2014-10-02 21:08:19 -0700 | [diff] [blame] | 125 | </completers> |
| 126 | </command> |
tom | f5c9d92 | 2014-10-03 15:22:03 -0700 | [diff] [blame] | 127 | <command> |
tom | 6db1f0a | 2014-10-07 09:12:29 -0700 | [diff] [blame] | 128 | <action class="org.onlab.onos.cli.net.AddHostToHostIntentCommand"/> |
tom | 0511a52 | 2014-10-04 12:06:02 -0700 | [diff] [blame] | 129 | <completers> |
tom | 6db1f0a | 2014-10-07 09:12:29 -0700 | [diff] [blame] | 130 | <ref component-id="hostIdCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 131 | <ref component-id="hostIdCompleter"/> |
| 132 | <null/> |
tom | 0511a52 | 2014-10-04 12:06:02 -0700 | [diff] [blame] | 133 | </completers> |
tom | f5c9d92 | 2014-10-03 15:22:03 -0700 | [diff] [blame] | 134 | </command> |
Ray Milkey | a058c73 | 2014-10-08 13:52:34 -0700 | [diff] [blame] | 135 | <command> |
| 136 | <action class="org.onlab.onos.cli.net.AddPointToPointIntentCommand"/> |
| 137 | <completers> |
| 138 | <ref component-id="connectPointCompleter"/> |
| 139 | <ref component-id="connectPointCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 140 | <null/> |
Ray Milkey | a058c73 | 2014-10-08 13:52:34 -0700 | [diff] [blame] | 141 | </completers> |
Ray Milkey | 9fdf1ea | 2014-10-21 09:48:02 -0700 | [diff] [blame] | 142 | <optional-completers> |
| 143 | <entry key="-t" value-ref="ethTypeCompleter"/> |
Jonathan Hart | 6e94828 | 2014-11-17 22:50:42 -0800 | [diff] [blame] | 144 | <entry key="--ipProto" value-ref="ipProtocolCompleter"/> |
Ray Milkey | 9fdf1ea | 2014-10-21 09:48:02 -0700 | [diff] [blame] | 145 | </optional-completers> |
Ray Milkey | a058c73 | 2014-10-08 13:52:34 -0700 | [diff] [blame] | 146 | </command> |
Brian O'Connor | 1aa99eb | 2014-10-10 16:18:58 -0700 | [diff] [blame] | 147 | <command> |
Brian O'Connor | 5296b32 | 2014-10-23 14:59:05 -0700 | [diff] [blame] | 148 | <action class="org.onlab.onos.cli.net.AddOpticalIntentCommand"/> |
| 149 | <completers> |
| 150 | <ref component-id="connectPointCompleter"/> |
| 151 | <ref component-id="connectPointCompleter"/> |
| 152 | <null/> |
| 153 | </completers> |
| 154 | </command> |
| 155 | <command> |
alshabib | 23a8d7c | 2014-10-22 21:53:39 -0700 | [diff] [blame] | 156 | <action class="org.onlab.onos.cli.net.GetStatistics"/> |
| 157 | <completers> |
| 158 | <ref component-id="connectPointCompleter"/> |
| 159 | </completers> |
| 160 | </command> |
| 161 | <command> |
Ray Milkey | 0742ec9 | 2014-10-13 08:39:55 -0700 | [diff] [blame] | 162 | <action class="org.onlab.onos.cli.net.AddMultiPointToSinglePointIntentCommand"/> |
| 163 | <completers> |
| 164 | <ref component-id="connectPointCompleter"/> |
| 165 | </completers> |
Ray Milkey | 9fdf1ea | 2014-10-21 09:48:02 -0700 | [diff] [blame] | 166 | <optional-completers> |
| 167 | <entry key="-t" value-ref="ethTypeCompleter"/> |
Jonathan Hart | 6e94828 | 2014-11-17 22:50:42 -0800 | [diff] [blame] | 168 | <entry key="--ipProto" value-ref="ipProtocolCompleter"/> |
Ray Milkey | 9fdf1ea | 2014-10-21 09:48:02 -0700 | [diff] [blame] | 169 | </optional-completers> |
Ray Milkey | 0742ec9 | 2014-10-13 08:39:55 -0700 | [diff] [blame] | 170 | </command> |
| 171 | <command> |
Michele Santuari | 4a33807 | 2014-11-05 18:38:55 +0100 | [diff] [blame] | 172 | <action class="org.onlab.onos.cli.net.AddSinglePointToMultiPointIntentCommand"/> |
| 173 | <completers> |
| 174 | <ref component-id="connectPointCompleter"/> |
| 175 | </completers> |
| 176 | <optional-completers> |
| 177 | <entry key="-t" value-ref="ethTypeCompleter"/> |
| 178 | </optional-completers> |
| 179 | </command> |
| 180 | <command> |
Brian O'Connor | 1aa99eb | 2014-10-10 16:18:58 -0700 | [diff] [blame] | 181 | <action class="org.onlab.onos.cli.net.IntentPushTestCommand"/> |
| 182 | <completers> |
| 183 | <ref component-id="connectPointCompleter"/> |
| 184 | <ref component-id="connectPointCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 185 | <ref component-id="nullCompleter"/> |
| 186 | <null/> |
Brian O'Connor | 1aa99eb | 2014-10-10 16:18:58 -0700 | [diff] [blame] | 187 | </completers> |
| 188 | </command> |
Brian O'Connor | fe0f4b1 | 2014-10-30 21:19:02 -0700 | [diff] [blame] | 189 | <command> |
Brian O'Connor | 6741a5f | 2014-11-19 20:40:11 -0800 | [diff] [blame] | 190 | <action class="org.onlab.onos.cli.net.RandomIntentCommand"/> |
| 191 | <completers> |
| 192 | <ref component-id="nullCompleter"/> |
| 193 | <null/> |
| 194 | </completers> |
| 195 | </command> |
| 196 | <command> |
Brian O'Connor | fe0f4b1 | 2014-10-30 21:19:02 -0700 | [diff] [blame] | 197 | <action class="org.onlab.onos.cli.net.ResourceAllocationsCommand"/> |
| 198 | <completers> |
| 199 | <ref component-id="connectPointCompleter"/> |
| 200 | <ref component-id="connectPointCompleter"/> |
| 201 | <null/> |
| 202 | </completers> |
| 203 | </command> |
| 204 | <command> |
| 205 | <action class="org.onlab.onos.cli.net.ResourceAvailableCommand"/> |
| 206 | <completers> |
| 207 | <ref component-id="connectPointCompleter"/> |
| 208 | <ref component-id="connectPointCompleter"/> |
| 209 | <null/> |
| 210 | </completers> |
| 211 | </command> |
Brian O'Connor | 66630c8 | 2014-10-02 21:08:19 -0700 | [diff] [blame] | 212 | <command> |
tom | 13cb485 | 2014-09-11 12:44:17 -0700 | [diff] [blame] | 213 | <action class="org.onlab.onos.cli.net.ClustersListCommand"/> |
| 214 | </command> |
| 215 | <command> |
| 216 | <action class="org.onlab.onos.cli.net.ClusterDevicesCommand"/> |
| 217 | <completers> |
| 218 | <ref component-id="clusterIdCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 219 | <null/> |
tom | 13cb485 | 2014-09-11 12:44:17 -0700 | [diff] [blame] | 220 | </completers> |
| 221 | </command> |
| 222 | <command> |
| 223 | <action class="org.onlab.onos.cli.net.ClusterLinksCommand"/> |
| 224 | <completers> |
| 225 | <ref component-id="clusterIdCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 226 | <null/> |
tom | 13cb485 | 2014-09-11 12:44:17 -0700 | [diff] [blame] | 227 | </completers> |
| 228 | </command> |
Ayaka Koshibe | 43530be | 2014-09-15 11:14:52 -0700 | [diff] [blame] | 229 | |
| 230 | <command> |
| 231 | <action class="org.onlab.onos.cli.net.HostsListCommand"/> |
Ayaka Koshibe | 43530be | 2014-09-15 11:14:52 -0700 | [diff] [blame] | 232 | </command> |
Jonathan Hart | 61d4ebc | 2014-10-29 11:08:26 -0700 | [diff] [blame] | 233 | <command> |
Thomas Vachuska | 3360160 | 2014-11-19 03:32:15 -0800 | [diff] [blame] | 234 | <action class="org.onlab.onos.cli.net.HostRemoveCommand"/> |
| 235 | <completers> |
| 236 | <ref component-id="hostIdCompleter"/> |
| 237 | <null/> |
| 238 | </completers> |
| 239 | </command> |
| 240 | <command> |
Jonathan Hart | 61d4ebc | 2014-10-29 11:08:26 -0700 | [diff] [blame] | 241 | <action class="org.onlab.onos.cli.net.AddressBindingsListCommand"/> |
| 242 | </command> |
Ayaka Koshibe | 43530be | 2014-09-15 11:14:52 -0700 | [diff] [blame] | 243 | |
tom | 89b63c5 | 2014-09-16 09:19:51 -0700 | [diff] [blame] | 244 | <command> |
tom | 1380eee | 2014-09-24 09:22:02 -0700 | [diff] [blame] | 245 | <action class="org.onlab.onos.cli.net.FlowsListCommand"/> |
alshabib | 99b8fdc | 2014-09-25 14:30:22 -0700 | [diff] [blame] | 246 | <completers> |
alshabib | 144a294 | 2014-09-25 18:44:02 -0700 | [diff] [blame] | 247 | <ref component-id="flowRuleStatusCompleter"/> |
alshabib | 99b8fdc | 2014-09-25 14:30:22 -0700 | [diff] [blame] | 248 | <ref component-id="deviceIdCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 249 | <null/> |
alshabib | 99b8fdc | 2014-09-25 14:30:22 -0700 | [diff] [blame] | 250 | </completers> |
tom | 1380eee | 2014-09-24 09:22:02 -0700 | [diff] [blame] | 251 | </command> |
| 252 | |
| 253 | <command> |
alshabib | 5afcbd7 | 2014-10-30 16:28:40 +0100 | [diff] [blame] | 254 | <action class="org.onlab.onos.cli.net.AddFlowsCommand"/> |
| 255 | </command> |
| 256 | |
| 257 | <command> |
tom | 89b63c5 | 2014-09-16 09:19:51 -0700 | [diff] [blame] | 258 | <action class="org.onlab.onos.cli.net.WipeOutCommand"/> |
| 259 | </command> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 260 | </command-bundle> |
| 261 | |
tom | 1380eee | 2014-09-24 09:22:02 -0700 | [diff] [blame] | 262 | <bean id="nodeIdCompleter" class="org.onlab.onos.cli.NodeIdCompleter"/> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 263 | <bean id="deviceIdCompleter" class="org.onlab.onos.cli.net.DeviceIdCompleter"/> |
tom | 13cb485 | 2014-09-11 12:44:17 -0700 | [diff] [blame] | 264 | <bean id="clusterIdCompleter" class="org.onlab.onos.cli.net.ClusterIdCompleter"/> |
tom | 5f35f7c | 2014-09-08 18:38:19 -0700 | [diff] [blame] | 265 | <bean id="roleCompleter" class="org.onlab.onos.cli.net.RoleCompleter"/> |
Ayaka Koshibe | 43530be | 2014-09-15 11:14:52 -0700 | [diff] [blame] | 266 | <bean id="hostIdCompleter" class="org.onlab.onos.cli.net.HostIdCompleter"/> |
tom | 0511a52 | 2014-10-04 12:06:02 -0700 | [diff] [blame] | 267 | <bean id="intentIdCompleter" class="org.onlab.onos.cli.net.IntentIdCompleter"/> |
alshabib | 144a294 | 2014-09-25 18:44:02 -0700 | [diff] [blame] | 268 | <bean id="flowRuleStatusCompleter" class="org.onlab.onos.cli.net.FlowRuleStatusCompleter"/> |
Ray Milkey | a058c73 | 2014-10-08 13:52:34 -0700 | [diff] [blame] | 269 | <bean id="connectPointCompleter" class="org.onlab.onos.cli.net.ConnectPointCompleter"/> |
Ray Milkey | 9bbc944 | 2014-10-13 10:27:45 -0700 | [diff] [blame] | 270 | <bean id="nullCompleter" class="org.apache.karaf.shell.console.completer.NullCompleter"/> |
Ray Milkey | 9fdf1ea | 2014-10-21 09:48:02 -0700 | [diff] [blame] | 271 | <bean id="ethTypeCompleter" class="org.onlab.onos.cli.net.EthTypeCompleter"/> |
Jonathan Hart | 6e94828 | 2014-11-17 22:50:42 -0800 | [diff] [blame] | 272 | <bean id="ipProtocolCompleter" class="org.onlab.onos.cli.net.IpProtocolCompleter"/> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 273 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 274 | </blueprint> |