Searched refs:host_objects (Results 1 – 1 of 1) sorted by relevance
290 def check_job_dependencies(host_objects, job_dependencies): argument297 host_ids = [host.id for host in host_objects]314 failing_hosts = (set(host.hostname for host in host_objects) -482 def check_for_duplicate_hosts(host_objects): argument483 host_counts = collections.Counter(host_objects)493 def create_new_job(owner, options, host_objects, metahost_objects): argument494 all_host_objects = host_objects + metahost_objects504 check_for_duplicate_hosts(host_objects)514 check_job_dependencies(host_objects, dependencies)790 host_objects = models.Host.smart_get_bulk(hosts)[all …]