Searched refs:host_objects (Results 1 – 1 of 1) sorted by relevance
289 def check_job_dependencies(host_objects, job_dependencies): argument296 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)494 def create_new_job(owner, options, host_objects, metahost_objects): argument495 all_host_objects = host_objects + metahost_objects505 check_for_duplicate_hosts(host_objects)515 check_job_dependencies(host_objects, dependencies)791 host_objects = models.Host.smart_get_bulk(hosts)[all …]