From: Zack Cerza Date: Fri, 24 Oct 2014 19:06:19 +0000 (-0600) Subject: Add "Choosing machines for a job" section X-Git-Tag: 1.1.0~1109 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3316851798f00215d5ee8a773bba8414869485ce;p=teuthology.git Add "Choosing machines for a job" section Signed-off-by: Zack Cerza --- diff --git a/README.rst b/README.rst index 54da1f96e..d15dacd55 100644 --- a/README.rst +++ b/README.rst @@ -243,6 +243,18 @@ To see the status of all machines, use the ``--list`` option. This can be restricted to particular machines as well:: ./virtualenv/bin/teuthology-lock --list machine1 machine2 + + +Choosing machines for a job +--------------------------- + +It is possible to run jobs against machines of one or more ``machine_type`` +values. It is also possible to tell ``teuthology`` to only select those +machines which match the following criteria specified in the job's YAML: + +* ``os_type`` (e.g. 'rhel', 'ubuntu') +* ``os_version`` (e.g. '7.0', '14.04') +* ``arch`` (e.g. 'x86_64') Tasks