BUG 2302 : odl-clustering-test-app should not be part of the odl-restconf-all feature set
[controller.git] / opendaylight / adsal / containermanager / shell / src / main / resources / OSGI-INF / blueprint / blueprint.xml
1 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
2
3     <reference id="containerManagerRef" interface="org.opendaylight.controller.containermanager.IContainerManagerShell"/>
4     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.1.0">
5
6         <command>
7         <action class="org.opendaylight.controller.containermanager.shell.AddContainer">
8             <property name="containerManager" ref="containerManagerRef"/>
9             </action>
10         </command>
11
12         <command>
13         <action class="org.opendaylight.controller.containermanager.shell.AddContainerEntry">
14             <property name="containerManager" ref="containerManagerRef"/>
15             </action>
16         </command>
17
18         <command>
19         <action class="org.opendaylight.controller.containermanager.shell.AddContainerFlow">
20             <property name="containerManager" ref="containerManagerRef"/>
21             </action>
22         </command>
23
24         <command>
25         <action class="org.opendaylight.controller.containermanager.shell.ContainermgrGetAuthorizedGroups">
26             <property name="containerManager" ref="containerManagerRef"/>
27             </action>
28         </command>
29
30         <command>
31         <action class="org.opendaylight.controller.containermanager.shell.ContainermgrGetAuthorizedResources">
32             <property name="containerManager" ref="containerManagerRef"/>
33             </action>
34         </command>
35
36         <command>
37         <action class="org.opendaylight.controller.containermanager.shell.ContainermgrGetResourcesForGroup">
38             <property name="containerManager" ref="containerManagerRef"/>
39             </action>
40         </command>
41
42         <command>
43         <action class="org.opendaylight.controller.containermanager.shell.ContainermgrGetRoles">
44             <property name="containerManager" ref="containerManagerRef"/>
45             </action>
46         </command>
47
48         <command>
49         <action class="org.opendaylight.controller.containermanager.shell.ContainermgrGetUserLevel">
50             <property name="containerManager" ref="containerManagerRef"/>
51             </action>
52         </command>
53
54         <command>
55         <action class="org.opendaylight.controller.containermanager.shell.ContainermgrGetUserResources">
56             <property name="containerManager" ref="containerManagerRef"/>
57             </action>
58         </command>
59
60         <command>
61         <action class="org.opendaylight.controller.containermanager.shell.CreateContainer">
62             <property name="containerManager" ref="containerManagerRef"/>
63             </action>
64         </command>
65
66         <command>
67         <action class="org.opendaylight.controller.containermanager.shell.Pfc">
68             <property name="containerManager" ref="containerManagerRef"/>
69             </action>
70         </command>
71
72         <command>
73         <action class="org.opendaylight.controller.containermanager.shell.Psc">
74             <property name="containerManager" ref="containerManagerRef"/>
75             </action>
76         </command>
77
78         <command>
79         <action class="org.opendaylight.controller.containermanager.shell.Psd">
80             <property name="containerManager" ref="containerManagerRef"/>
81             </action>
82         </command>
83
84         <command>
85         <action class="org.opendaylight.controller.containermanager.shell.Psm">
86             <property name="containerManager" ref="containerManagerRef"/>
87             </action>
88         </command>
89
90         <command>
91         <action class="org.opendaylight.controller.containermanager.shell.Psp">
92             <property name="containerManager" ref="containerManagerRef"/>
93             </action>
94         </command>
95
96         <command>
97         <action class="org.opendaylight.controller.containermanager.shell.RemoveContainer">
98             <property name="containerManager" ref="containerManagerRef"/>
99             </action>
100         </command>
101
102         <command>
103         <action class="org.opendaylight.controller.containermanager.shell.RemoveContainerEntry">
104             <property name="containerManager" ref="containerManagerRef"/>
105             </action>
106         </command>
107
108         <command>
109         <action class="org.opendaylight.controller.containermanager.shell.RemoveContainerFlow">
110             <property name="containerManager" ref="containerManagerRef"/>
111             </action>
112         </command>
113
114         <command>
115         <action class="org.opendaylight.controller.containermanager.shell.SaveConfig">
116             <property name="containerManager" ref="containerManagerRef"/>
117             </action>
118         </command>
119
120     </command-bundle>
121
122
123 </blueprint>