Searched refs:host_model (Results 1 – 4 of 4) sorted by relevance
517 models = {h.host_model for h in histories}521 self[h.host_model].record_host(h)730 h.host.hostname, h.host_model,1075 'model': history.host_model,
41 self.host_model = model
1507 host_model = models.Host.smart_get(host, False)1508 if not host_model.shard:1511 shard_afe = frontend.AFE(server=host_model.shard.hostname)2081 host_model = models.Host.objects.get(pk=known_host_ids[i])2082 if host_model.status != known_host_statuses[i]:2083 host_model.status = known_host_statuses[i]2084 host_model.save()
529 def host_model(self): member in HostJobHistory