This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Ganeti core".

The branch, master has been updated
       via  6f590a7266aa6c83abe258411d41bf0d612504bb (commit)
       via  90e61745125bc1a65c1c1c1741fbd9791b01d83b (commit)
       via  f1a81350574a8ec34cdb1ef348f47e4f531fcd5b (commit)
      from  e3cfa73f206f5e6ae7ddd3b395b29514c1112c94 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6f590a7266aa6c83abe258411d41bf0d612504bb
Author: Aaron Karper <[email protected]>
Date:   Fri Oct 31 19:36:25 2014 +0100

    Moving cmdlib.instance.LUInstanceCreate to separate module
    
    The class is 1500 lines long and deserves it's own file. This includes
    moving some utilities to the instance_utils module and mocking them out
    in the unittests separately.
    
    Signed-off-by: Aaron Karper <[email protected]>
    Reviewed-by: Michele Tartara <[email protected]>

commit 90e61745125bc1a65c1c1c1741fbd9791b01d83b
Author: Aaron Karper <[email protected]>
Date:   Fri Oct 31 19:36:24 2014 +0100

    Move LUInstanceSetParams to own file
    
    The class has grown to 1700 lines and deserves its own file.
    
    Signed-off-by: Aaron Karper <[email protected]>
    Reviewed-by: Michele Tartara <[email protected]>

commit f1a81350574a8ec34cdb1ef348f47e4f531fcd5b
Author: Aaron Karper <[email protected]>
Date:   Fri Oct 31 19:36:23 2014 +0100

    Move helpers of LUInstanceCreate and LUInstanceSetParams
    
    This is preparatory for moving both of them into their own files.
    
    Signed-off-by: Aaron Karper <[email protected]>
    Reviewed-by: Michele Tartara <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                         |    2 +
 lib/cmdlib/__init__.py              |    6 +-
 lib/cmdlib/instance.py              | 4566 ++++-------------------------------
 lib/cmdlib/instance_create.py       | 1561 ++++++++++++
 lib/cmdlib/instance_set_params.py   | 1775 ++++++++++++++
 lib/cmdlib/instance_utils.py        |  447 ++++-
 test/py/cmdlib/instance_unittest.py |   96 +-
 7 files changed, 4305 insertions(+), 4148 deletions(-)
 create mode 100644 lib/cmdlib/instance_create.py
 create mode 100644 lib/cmdlib/instance_set_params.py


hooks/post-receive
-- 
Ganeti core

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ganeti-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to