nodepool/nodepool/cmd
James E. Blair 9d4e56ff57 Add 'labels' as a configuration primitive
Labels replace images as the basic identity for nodes.  Rather than
having nodes of a particular image, we now have nodes of a particular
label.  A label describes how a node is created from an image, which
providers can supply such nodes, and how many should be kept ready.

This makes configuration simpler (by not specifying which images
are associated with which targets and simply assuming an even
distribution, the target section is _much_ smaller and _much_ less
repetitive).  It also facilitates describing how a nodes of
potentially different configurations (e.g., number of subnodes) can
be created from the same image.

Change-Id: I35b80d6420676d405439cbeca49f4b0a6f8d3822
2014-03-28 09:12:27 -07:00
..
__init__.py Initial commit 2013-08-15 09:47:23 -07:00
nodepoolcmd.py Add 'labels' as a configuration primitive 2014-03-28 09:12:27 -07:00
nodepoold.py Add a thread dump signal handler 2013-10-11 10:49:53 -07:00