blob: ad28bc75f9dfc65846b3f7d829126a67419c81f7 [file] [log] [blame]
Hyunsun Moon4f02b3a2015-10-18 18:23:15 -07001<!--
2 ~ Copyright 2015 Open Networking Laboratory
3 ~
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
7 ~
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.
15 -->
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>
Hyunsun Moon8539b042015-11-07 22:08:43 -080020 <action class="org.onosproject.cordvtn.cli.CordVtnNodeListCommand"/>
Hyunsun Moon4f02b3a2015-10-18 18:23:15 -070021 </command>
22 <command>
Hyunsun Moon8539b042015-11-07 22:08:43 -080023 <action class="org.onosproject.cordvtn.cli.CordVtnNodeAddCommand"/>
Hyunsun Moon4f02b3a2015-10-18 18:23:15 -070024 </command>
25 <command>
Hyunsun Moon8539b042015-11-07 22:08:43 -080026 <action class="org.onosproject.cordvtn.cli.CordVtnNodeDeleteCommand"/>
Hyunsun Moon4f02b3a2015-10-18 18:23:15 -070027 </command>
28 <command>
Hyunsun Moon8539b042015-11-07 22:08:43 -080029 <action class="org.onosproject.cordvtn.cli.CordVtnNodeInitCommand"/>
Hyunsun Moon4f02b3a2015-10-18 18:23:15 -070030 </command>
31 </command-bundle>
32</blueprint>