Extract cluster related logical units from cmdlib
All LUCluster* classes are extracted to cluster.py. Shared functions are extracted to common.py, helper functions only used by LUCluster* are extracted to cluster.py. Signed-off-by:Thomas Thrainer <thomasth@google.com> Reviewed-by:
Bernardo Dal Seno <bdalseno@google.com>
Showing
- Makefile.am 1 addition, 0 deletionsMakefile.am
- lib/cmdlib/__init__.py 161 additions, 3562 deletionslib/cmdlib/__init__.py
- lib/cmdlib/cluster.py 2875 additions, 0 deletionslib/cmdlib/cluster.py
- lib/cmdlib/common.py 602 additions, 0 deletionslib/cmdlib/common.py
- test/py/ganeti.cmdlib_unittest.py 54 additions, 49 deletionstest/py/ganeti.cmdlib_unittest.py
Loading
Please register or sign in to comment