summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml')
-rw-r--r--framework/src/onos/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml511
1 files changed, 0 insertions, 511 deletions
diff --git a/framework/src/onos/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/framework/src/onos/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
deleted file mode 100644
index b50c8bf7..00000000
--- a/framework/src/onos/cli/src/main/resources/OSGI-INF/blueprint/shell-config.xml
+++ /dev/null
@@ -1,511 +0,0 @@
-<!--
- ~ Copyright 2014 Open Networking Laboratory
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License.
- -->
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
-
- <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
- <command>
- <action class="org.onosproject.cli.SummaryCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.security.ReviewCommand"/>
- <completers>
- <ref component-id="reviewAppNameCompleter"/>
- </completers>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.FlowObjectiveCompositionCommand"/>
- </command>
-
- <command>
- <action class="org.onosproject.cli.app.ApplicationsListCommand"/>
- </command>
-
- <command>
- <action class="org.onosproject.cli.app.ApplicationCommand"/>
- <completers>
- <ref component-id="appCommandCompleter"/>
- <ref component-id="appNameCompleter"/>
- </completers>
- </command>
-
- <command>
- <action class="org.onosproject.cli.cfg.ComponentConfigCommand"/>
- <completers>
- <ref component-id="cfgCommandCompleter"/>
- <ref component-id="componentNameCompleter"/>
- <ref component-id="componentPropertyNameCompleter"/>
- </completers>
- </command>
-
- <command>
- <action class="org.onosproject.cli.cfg.NetworkConfigRegistryCommand"/>
- </command>
-
- <command>
- <action class="org.onosproject.cli.cfg.NetworkConfigCommand"/>
- </command>
-
- <command>
- <action class="org.onosproject.cli.MetricsListCommand"/>
- <completers>
- <ref component-id="metricNameCompleter"/>
- </completers>
- </command>
-
- <command>
- <action class="org.onosproject.cli.NodesListCommand"/>
- </command>
-
- <command>
- <action class="org.onosproject.cli.UiViewListCommand"/>
- </command>
-
- <command>
- <action class="org.onosproject.cli.RolesCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.MastersListCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.BalanceMastersCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.app.ApplicationIdListCommand"/>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.DriversListCommand"/>
- <completers>
- <ref component-id="driverNameCompleter"/>
- </completers>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.DevicesListCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.DevicePortsListCommand"/>
- <completers>
- <ref component-id="deviceIdCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.DeviceControllersCommand"/>
- <completers>
- <ref component-id="deviceIdCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.DeviceSetControllersCommand"/>
- <completers>
- <ref component-id="deviceIdCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.DeviceRemoveCommand"/>
- <completers>
- <ref component-id="deviceIdCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.AddMeter"/>
- <completers>
- <ref component-id="deviceIdCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.Meters"/>
- <completers>
- <ref component-id="deviceIdCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.DeviceRoleCommand"/>
- <completers>
- <ref component-id="deviceIdCompleter"/>
- <ref component-id="nodeIdCompleter"/>
- <ref component-id="roleCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.AnnotateDeviceCommand"/>
- <completers>
- <ref component-id="deviceIdCompleter"/>
- <null/>
- <null/>
- </completers>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.LinksListCommand"/>
- <completers>
- <ref component-id="deviceIdCompleter"/>
- </completers>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.EdgePortsListCommand"/>
- <completers>
- <ref component-id="deviceIdCompleter"/>
- </completers>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.TopologyCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.PathListCommand"/>
- <completers>
- <ref component-id="deviceIdCompleter"/>
- <ref component-id="deviceIdCompleter"/>
- </completers>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.IntentsListCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.IntentRemoveCommand"/>
- <completers>
- <ref component-id="appIdWithIntentNameCompleter"/>
- <ref component-id="intentKeyCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.IntentPurgeCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.AddHostToHostIntentCommand"/>
- <completers>
- <ref component-id="hostIdCompleter"/>
- <ref component-id="hostIdCompleter"/>
- </completers>
- <optional-completers>
- <entry key="-t" value-ref="ethTypeCompleter"/>
- <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
- <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
- <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
- <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
- <entry key="-a" value-ref="allAppNameCompleter"/>
- <entry key="-e" value-ref="encapTypeCompleter"/>
- </optional-completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.AddPointToPointIntentCommand"/>
- <completers>
- <ref component-id="connectPointCompleter"/>
- <ref component-id="connectPointCompleter"/>
- </completers>
- <optional-completers>
- <entry key="-t" value-ref="ethTypeCompleter"/>
- <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
- <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
- <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
- <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
- <entry key="-a" value-ref="allAppNameCompleter"/>
- <entry key="-e" value-ref="encapTypeCompleter"/>
- </optional-completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.AddOpticalIntentCommand"/>
- <completers>
- <ref component-id="connectPointCompleter"/>
- <ref component-id="connectPointCompleter"/>
- </completers>
- <optional-completers>
- <entry key="-a" value-ref="allAppNameCompleter"/>
- </optional-completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.GetStatistics"/>
- <completers>
- <ref component-id="connectPointCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.GetFlowStatistics"/>
- <completers>
- <ref component-id="deviceIdCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.AddMultiPointToSinglePointIntentCommand"/>
- <completers>
- <ref component-id="connectPointCompleter"/>
- </completers>
- <optional-completers>
- <entry key="-t" value-ref="ethTypeCompleter"/>
- <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
- <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
- <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
- <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
- <entry key="-a" value-ref="allAppNameCompleter"/>
- <entry key="-e" value-ref="encapTypeCompleter"/>
- </optional-completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.AddSinglePointToMultiPointIntentCommand"/>
- <completers>
- <ref component-id="connectPointCompleter"/>
- </completers>
- <optional-completers>
- <entry key="-t" value-ref="ethTypeCompleter"/>
- <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
- <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
- <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
- <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
- <entry key="-a" value-ref="allAppNameCompleter"/>
- <entry key="-e" value-ref="encapTypeCompleter"/>
- </optional-completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.IntentPushTestCommand"/>
- <completers>
- <ref component-id="connectPointCompleter"/>
- <ref component-id="connectPointCompleter"/>
- <ref component-id="nullCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.IntentCycleCommand"/>
- <completers>
- <ref component-id="connectPointCompleter"/>
- <ref component-id="connectPointCompleter"/>
- <ref component-id="nullCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.RandomIntentCommand"/>
- <completers>
- <ref component-id="nullCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.ResourceAllocationsCommand"/>
- <completers>
- <ref component-id="connectPointCompleter"/>
- <ref component-id="connectPointCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.ResourceAvailableCommand"/>
- <completers>
- <ref component-id="connectPointCompleter"/>
- <ref component-id="connectPointCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.LinkResourceTestCommand"/>
- <completers>
- <ref component-id="connectPointCompleter"/>
- <ref component-id="connectPointCompleter"/>
- <null/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.ClustersListCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.PartitionsListCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.MapsListCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.CountersListCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.TransactionsCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.ClusterDevicesCommand"/>
- <completers>
- <ref component-id="clusterIdCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.ClusterLinksCommand"/>
- <completers>
- <ref component-id="clusterIdCompleter"/>
- </completers>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.HostsListCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.HostRemoveCommand"/>
- <completers>
- <ref component-id="hostIdCompleter"/>
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.InterfacesListCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.InterfaceAddCommand"/>
- <completers>
- <ref component-id="connectPointCompleter" />
- <ref component-id="placeholderCompleter" />
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.InterfaceRemoveCommand"/>
- <completers>
- <ref component-id="connectPointCompleter"/>
- <ref component-id="placeholderCompleter" />
- </completers>
- </command>
- <command>
- <action class="org.onosproject.cli.net.GroupsListCommand"/>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.DevicePortStatsCommand"/>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.TableStatisticsCommand"/>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.FlowsListCommand"/>
- <completers>
- <ref component-id="flowRuleStatusCompleter"/>
- <ref component-id="deviceIdCompleter"/>
- </completers>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.PacketRequestsListCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.PacketProcessorsListCommand"/>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.AddTestFlowsCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.LeaderCommand"/>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.WipeOutCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.AddMplsIntent"/>
- <completers>
- <ref component-id="connectPointCompleter"/>
- <ref component-id="connectPointCompleter"/>
- </completers>
- <optional-completers>
- <entry key="-t" value-ref="ethTypeCompleter"/>
- <entry key="--ipProto" value-ref="ipProtocolCompleter"/>
- <entry key="--icmp6Type" value-ref="Icmp6TypeCompleter"/>
- <entry key="--icmp6Code" value-ref="Icmp6CodeCompleter"/>
- <entry key="--extHdr" value-ref="ExtHeaderCompleter"/>
- <entry key="-a" value-ref="allAppNameCompleter"/>
- </optional-completers>
- </command>
-
- <command>
- <action class="org.onosproject.cli.net.GlobalLabelCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.LabelResourceCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.GlobalLabelPoolCreateCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.LabelPoolCreateCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.GlobalLabelPoolDestoryCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.LabelPoolDestroyCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.GlobalLabelReleaseCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.LabelReleaseCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.GlobalLabelApplyCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.LabelApplyCommand"/>
- </command>
- <!-- tunnel commands -->
- <command>
- <action class="org.onosproject.cli.net.TunnelBorrowCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.TunnelReturnCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.TunnelQueryCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.TunnelQuerySubscriptionCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.TunnelCreateCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.TunnelRemoveCommand"/>
- </command>
- <command>
- <action class="org.onosproject.cli.net.TunnelUpdateCommand"/>
- </command>
- </command-bundle>
-
- <bean id="reviewAppNameCompleter" class="org.onosproject.cli.security.ReviewApplicationNameCompleter"/>
- <bean id="appCommandCompleter" class="org.onosproject.cli.app.ApplicationCommandCompleter"/>
- <bean id="appNameCompleter" class="org.onosproject.cli.app.ApplicationNameCompleter"/>
- <bean id="allAppNameCompleter" class="org.onosproject.cli.app.AllApplicationNamesCompleter"/>
- <bean id="appIdWithIntentNameCompleter" class="org.onosproject.cli.app.ApplicationIdWithIntentNameCompleter"/>
- <bean id="cfgCommandCompleter" class="org.onosproject.cli.cfg.ComponentConfigCommandCompleter"/>
- <bean id="componentNameCompleter" class="org.onosproject.cli.cfg.ComponentNameCompleter"/>
- <bean id="componentPropertyNameCompleter" class="org.onosproject.cli.cfg.ComponentPropertyNameCompleter"/>
- <bean id="nodeIdCompleter" class="org.onosproject.cli.NodeIdCompleter"/>
- <bean id="deviceIdCompleter" class="org.onosproject.cli.net.DeviceIdCompleter"/>
- <bean id="clusterIdCompleter" class="org.onosproject.cli.net.ClusterIdCompleter"/>
- <bean id="roleCompleter" class="org.onosproject.cli.net.RoleCompleter"/>
- <bean id="hostIdCompleter" class="org.onosproject.cli.net.HostIdCompleter"/>
- <bean id="intentKeyCompleter" class="org.onosproject.cli.net.IntentKeyCompleter"/>
- <bean id="flowRuleStatusCompleter" class="org.onosproject.cli.net.FlowRuleStatusCompleter"/>
- <bean id="connectPointCompleter" class="org.onosproject.cli.net.ConnectPointCompleter"/>
- <bean id="nullCompleter" class="org.apache.karaf.shell.console.completer.NullCompleter"/>
- <bean id="ethTypeCompleter" class="org.onosproject.cli.net.EthTypeCompleter"/>
- <bean id="ipProtocolCompleter" class="org.onosproject.cli.net.IpProtocolCompleter"/>
- <bean id="driverNameCompleter" class="org.onosproject.cli.net.DriverNameCompleter"/>
- <bean id="Icmp6TypeCompleter" class="org.onosproject.cli.net.Icmp6TypeCompleter"/>
- <bean id="Icmp6CodeCompleter" class="org.onosproject.cli.net.Icmp6CodeCompleter"/>
- <bean id="ExtHeaderCompleter" class="org.onosproject.cli.net.ExtHeaderCompleter"/>
-
- <bean id="startStopCompleter" class="org.onosproject.cli.StartStopCompleter"/>
- <bean id="metricNameCompleter" class="org.onosproject.cli.MetricNameCompleter"/>
- <bean id="upDownCompleter" class="org.onosproject.cli.UpDownCompleter"/>
- <bean id="encapTypeCompleter" class="org.onosproject.cli.net.EncapTypeCompleter"/>
-
- <bean id="placeholderCompleter" class="org.onosproject.cli.PlaceholderCompleter"/>
-
-</blueprint>