Merge branch 'devel-2.7'
authorGuido Trotter <ultrotter@google.com>
Thu, 11 Apr 2013 21:03:32 +0000 (17:03 -0400)
committerGuido Trotter <ultrotter@google.com>
Thu, 11 Apr 2013 21:31:01 +0000 (17:31 -0400)
commit723ec6789857b06e6e3a2fcecb71a064a6a09627
tree611ad48a8d79b9d5610fe9da5dc75f9460a7e4a1
parent5914192ce6b554383be4078f8b3a31c39543cc12
parent7ee2098e8b326d75f0979a0e35f4b63ad7d1799a
Merge branch 'devel-2.7'

* devel-2.7: (26 commits)
  Fix burnin install path
  Fix format of the NEWS file
  NEWS: Add news entry for the hail disk policy fix
  Add shelltests verifying hail applies disk ipolicy per disk
  Make the disks parameter available to the constructor
  Verify individual disks in Instance
  Compatibility fix for GHC 7
  Properly update iv_name of disks while changing templates
  Limit the size of networks to /16
  Check minimum size of networks on creation
  Fix job queue directory permission problems
  The disk size of a diskless instance is 0, not None
  Postpone non-urgent TODO from 2.7 to 2.9
  Add tool for creating users and groups
  Backwards compatibility fix for Lucid
  Properly export errors while reading job list
  Fix typo and improve comment
  Fix a bug in the Runtime tests
  Restrict instance move to templates based on local files
  Introduce a constant for the copyable disk templates
  ...

Conflicts:
NEWS: trivial
lib/network.py: trivial

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>
19 files changed:
.gitignore
Makefile.am
NEWS
UPGRADE
configure.ac
lib/backend.py
lib/cmdlib.py
lib/constants.py
lib/objects.py
lib/tools/ensure_dirs.py
src/Ganeti/HTools/Backend/Rapi.hs
src/Ganeti/HTools/Backend/Text.hs
src/Ganeti/HTools/Instance.hs
src/Ganeti/HTools/Program/Hspace.hs
src/Ganeti/OpCodes.hs
src/Ganeti/Query/Query.hs
src/Ganeti/Query/Server.hs
test/hs/Test/Ganeti/Runtime.hs
test/hs/Test/Ganeti/TestHTools.hs