[Pkg-ganeti-devel] [ganeti] 01/03: Merge tag 'debian/2.15.2-1' into debian/backports/jessie
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Mon Jan 4 09:13:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
apoikos pushed a commit to branch debian/backports/jessie
in repository ganeti.
commit 8579fecacf92f0a171cf4fc56f2842b182f274ae
Merge: 05d6598 e412f80
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date: Sun Jan 3 21:39:29 2016 +0200
Merge tag 'debian/2.15.2-1' into debian/backports/jessie
ganeti Debian release 2.15.2-1
Makefile.am | 1 +
NEWS | 505 +++++++++++++++++++++++++++
UPGRADE | 4 +
configure.ac | 16 +-
debian/NEWS | 16 +-
debian/changelog | 29 +-
debian/control | 2 +
debian/patches/ghc-7.10-compatibility.patch | 216 ++++++++++++
debian/patches/relax-deps | 6 +-
debian/patches/series | 1 +
debian/rules | 3 +-
debian/tests/vcluster-qa | 4 +-
doc/design-draft.rst | 1 +
doc/security.rst | 38 ++
lib/backend.py | 226 ++++++++----
lib/cli.py | 4 +-
lib/cli_opts.py | 2 +-
lib/client/gnt_cluster.py | 2 +-
lib/client/gnt_instance.py | 3 +-
lib/client/gnt_node.py | 3 +-
lib/cmdlib/cluster/__init__.py | 7 +-
lib/cmdlib/cluster/verify.py | 2 +-
lib/cmdlib/common.py | 32 +-
lib/cmdlib/instance.py | 2 +-
lib/cmdlib/instance_query.py | 6 +-
lib/cmdlib/instance_set_params.py | 6 +-
lib/cmdlib/node.py | 42 +--
lib/hypervisor/hv_xen.py | 28 +-
lib/masterd/iallocator.py | 2 +-
lib/mcpu.py | 2 +-
lib/metad.py | 16 +-
lib/objects.py | 13 +-
lib/pathutils.py | 3 +-
lib/rapi/client.py | 3 +-
lib/rapi/rlib2.py | 1 +
lib/rpc/transport.py | 3 +-
lib/rpc_defs.py | 6 +-
lib/server/noded.py | 5 +-
lib/storage/drbd.py | 4 +-
lib/tools/burnin.py | 4 +-
lib/tools/cfgupgrade.py | 8 +-
man/harep.rst | 12 +
man/hspace.rst | 2 +-
qa/ganeti-qa.py | 52 +--
qa/qa_cluster.py | 31 +-
qa/qa_config.py | 18 +
qa/qa_node.py | 13 +
qa/qa_rapi.py | 224 +++++++++++-
src/Ganeti/Confd/ClientFunctions.hs | 2 +-
src/Ganeti/Confd/Server.hs | 6 +-
src/Ganeti/Config.hs | 57 +--
src/Ganeti/Constants.hs | 4 +-
src/Ganeti/DataCollectors.hs | 3 +-
src/Ganeti/DataCollectors/InstStatus.hs | 3 +-
src/Ganeti/HTools/Backend/IAlloc.hs | 19 +-
src/Ganeti/JQScheduler.hs | 2 +-
src/Ganeti/JQScheduler/Filtering.hs | 7 +-
src/Ganeti/JSON.hs | 16 +-
src/Ganeti/Locking/Allocation.hs | 18 +-
src/Ganeti/Locking/Waiting.hs | 25 +-
src/Ganeti/Monitoring/Server.hs | 4 +-
src/Ganeti/Network.hs | 12 +-
src/Ganeti/Objects.hs | 44 ++-
src/Ganeti/Objects/Disk.hs | 5 +-
src/Ganeti/Objects/Instance.hs | 6 +-
src/Ganeti/Objects/Lens.hs | 18 +-
src/Ganeti/Objects/Nic.hs | 5 +-
src/Ganeti/OpCodes.hs | 4 +-
src/Ganeti/Query/Group.hs | 8 +-
src/Ganeti/Query/Instance.hs | 26 +-
src/Ganeti/Query/Network.hs | 15 +-
src/Ganeti/Query/Node.hs | 10 +-
src/Ganeti/Query/Query.hs | 5 +-
src/Ganeti/Query/Server.hs | 10 +-
src/Ganeti/Rpc.hs | 2 +-
src/Ganeti/Storage/Utils.hs | 2 +-
src/Ganeti/THH.hs | 28 +-
src/Ganeti/THH/Field.hs | 3 +-
src/Ganeti/UDSServer.hs | 6 +-
src/Ganeti/WConfd/ConfigModifications.hs | 6 +-
src/Ganeti/WConfd/ConfigVerify.hs | 11 +-
src/Ganeti/WConfd/Core.hs | 26 +-
src/Ganeti/WConfd/Ssconf.hs | 11 +-
src/Ganeti/WConfd/TempRes.hs | 14 +-
test/data/cluster_config_2.11.json | 1 -
test/data/htools/hail-alloc-nlocation.json | 159 +++++++++
test/hs/Test/Ganeti/JQScheduler.hs | 5 +-
test/hs/Test/Ganeti/Objects.hs | 37 +-
test/hs/Test/Ganeti/OpCodes.hs | 4 +-
test/hs/Test/Ganeti/Query/Filter.hs | 4 +-
test/hs/Test/Ganeti/Query/Instance.hs | 3 +-
test/hs/Test/Ganeti/Query/Network.hs | 13 +-
test/hs/shelltests/htools-hail.test | 10 +
test/py/cmdlib/instance_unittest.py | 110 ++++--
test/py/ganeti.backend_unittest.py | 199 ++++++++++-
test/py/ganeti.hypervisor.hv_xen_unittest.py | 14 +
test/py/ganeti.storage.drbd_unittest.py | 4 +-
test/py/ganeti.utils.process_unittest.py | 2 +-
tools/cfgupgrade | 12 +-
tools/post-upgrade | 6 +-
100 files changed, 2206 insertions(+), 449 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ganeti/ganeti.git
More information about the Pkg-ganeti-devel
mailing list