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