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 "Cluster allocation tools".

The branch, next has been updated
       via  ffeaa443de9a4a12af83c58ba77a5d35e96c5b06 (commit)
       via  434c15d5a407e461a4e9c8a134952ea3210271cc (commit)
       via  70c708fc5ef53af9c45f154d38c808c164f6edc0 (commit)
       via  73b2e389e303c409be58f7fdb77d3f8a38ba700b (commit)
       via  d3b1075f4607e882e2c4df3bf63a6dcdf444c518 (commit)
       via  f5e67f55054cb553251b3aa33151877068b1336b (commit)
       via  f3d5316112e7ecd5a7c74d1bc8b29559fff0283f (commit)
       via  669ea1322368786b85cd6846ae7000c5b530f5ed (commit)
       via  f89235f10d793d8be50414b80f22f523afd7ed27 (commit)
       via  ea017cbc60cbdcfe2797f47902c12c67b58bd741 (commit)
       via  94e05c32479017bf4882a18e933551f74d491b9e (commit)
       via  9739b6b8132bb4415718648b5f4540226a865cac (commit)
      from  185297fa8ebb033d8d7ebb6fc7895335e58f985b (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 ffeaa443de9a4a12af83c58ba77a5d35e96c5b06
Author: Iustin Pop <[email protected]>
Date:   Wed Dec 2 11:25:43 2009 +0100

    Update NEWS file for the 0.2.1 release

commit 434c15d5a407e461a4e9c8a134952ea3210271cc
Author: Iustin Pop <[email protected]>
Date:   Wed Dec 2 11:51:47 2009 +0100

    Fix unittests after instance tags addition

commit 70c708fc5ef53af9c45f154d38c808c164f6edc0
Merge: 9739b6b8132bb4415718648b5f4540226a865cac 
73b2e389e303c409be58f7fdb77d3f8a38ba700b
Author: Iustin Pop <[email protected]>
Date:   Wed Dec 2 11:25:21 2009 +0100

    Merge branch 'next'
    
    * next:
      Update documentation for the iextags
      Re-wrap the README
      Configure exclusion tags via the cluster tags
      hail: add '-p' option intended for debugging use
      Read cluster tags in the IAllocator backend
      Read cluster tags in the LUXI backend
      Read cluster tags in the RAPI backend
      Introduce support for reading the cluster tags
      Collapse the statistical functions into one
      Specialize the math functions
      Use conflicting primaries count in cluster score
      Node: add function for conflicting primary count
      Add a new node list field
      Add a command-line option to filter exclusion tags
      Introduce tag-based exclusion of primary instances
      Add a tags attribute to instances
      Small change in some list arguments
      Use either \- or \(hy in manpages

commit 73b2e389e303c409be58f7fdb77d3f8a38ba700b
Author: Iustin Pop <[email protected]>
Date:   Wed Dec 2 11:24:48 2009 +0100

    Update documentation for the iextags

commit d3b1075f4607e882e2c4df3bf63a6dcdf444c518
Author: Iustin Pop <[email protected]>
Date:   Wed Dec 2 11:20:59 2009 +0100

    Re-wrap the README
    
    … since we added the fill-column 72 setting.

commit f5e67f55054cb553251b3aa33151877068b1336b
Author: Iustin Pop <[email protected]>
Date:   Tue Dec 1 13:49:49 2009 +0100

    Configure exclusion tags via the cluster tags
    
    This patch adds reading of the exclusion tags from the cluster tags: any
    tags starting with htools:iextags: will convert their suffix into an
    exclusion tags prefix. In other words, "htools:iextags:service" will
    cause any "service:X" tag to become an exclusion group.

commit f3d5316112e7ecd5a7c74d1bc8b29559fff0283f
Author: Iustin Pop <[email protected]>
Date:   Tue Dec 1 13:45:02 2009 +0100

    hail: add '-p' option intended for debugging use
    
    This prints the initial node list on stderr, since stdout is reserved for 
the
    iallocator protocol (even though ganeti won't pass -p itself).

commit 669ea1322368786b85cd6846ae7000c5b530f5ed
Author: Iustin Pop <[email protected]>
Date:   Tue Dec 1 12:17:19 2009 +0100

    Read cluster tags in the IAllocator backend

commit f89235f10d793d8be50414b80f22f523afd7ed27
Author: Iustin Pop <[email protected]>
Date:   Tue Dec 1 11:47:15 2009 +0100

    Read cluster tags in the LUXI backend

commit ea017cbc60cbdcfe2797f47902c12c67b58bd741
Author: Iustin Pop <[email protected]>
Date:   Tue Dec 1 10:53:58 2009 +0100

    Read cluster tags in the RAPI backend
    
    This also shows them in hbal in verbose mode.

commit 94e05c32479017bf4882a18e933551f74d491b9e
Author: Iustin Pop <[email protected]>
Date:   Fri Nov 27 16:13:12 2009 +0100

    Introduce support for reading the cluster tags
    
    While these are not actually populated from the backends, and all the
    programs ignore them, this patch contains the changes in the function
    types required.

commit 9739b6b8132bb4415718648b5f4540226a865cac
Author: Iustin Pop <[email protected]>
Date:   Tue Nov 24 12:50:48 2009 +0100

    hspace: quote non-alphanum values in shell output
    
    The tiered allocation output which contains spaces makes the output of
    hspace non-sourceable. This patch adds a new function to ensure
    non-alphanumeric values are quoted such that the output can be parsed
    easily via the shell.
    
    The patch also fixes a bug in the DSK_AVAIL key (found after adding the
    quoting) which added an extra space at the end of these keys.

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

Summary of changes:
 Ganeti/HTools/ExtLoader.hs |    6 ++--
 Ganeti/HTools/IAlloc.hs    |    6 +++-
 Ganeti/HTools/Loader.hs    |   28 +++++++++++++++------
 Ganeti/HTools/Luxi.hs      |   22 ++++++++++++++--
 Ganeti/HTools/QC.hs        |    5 ++-
 Ganeti/HTools/Rapi.hs      |    8 +++--
 Ganeti/HTools/Simu.hs      |    4 +-
 Ganeti/HTools/Text.hs      |    4 +-
 Ganeti/Luxi.hs             |    2 +
 NEWS                       |    6 ++++
 README                     |   57 +++++++++++++++++++++---------------------
 hail.1                     |   15 +++++++++++
 hail.hs                    |   17 +++++++++---
 hbal.1                     |   59 +++++++++++++++++++++++++++++++++++---------
 hbal.hs                    |    5 +++-
 hscan.hs                   |    2 +-
 hspace.hs                  |   15 ++++++++---
 17 files changed, 185 insertions(+), 76 deletions(-)


hooks/post-receive
-- 
Cluster allocation tools

Reply via email to