]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add "Choosing machines for a job" section
authorZack Cerza <zack.cerza@inktank.com>
Fri, 24 Oct 2014 19:06:19 +0000 (13:06 -0600)
committerZack Cerza <zack.cerza@inktank.com>
Fri, 24 Oct 2014 22:01:17 +0000 (16:01 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
README.rst

index 54da1f96e5eabcd350099e07ecf7917fdae3964d..d15dacd55bb5a523ddeb626adb2119bdfa10f999 100644 (file)
@@ -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