mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 22:05:07 -02:30
Merge pull request #11286 from StarryInternet/enpaul-multiuse-mesh
Skip additional instance checks on unrecognized hosts
This commit is contained in:
@@ -514,6 +514,7 @@ def inspect_execution_nodes(instance_list):
|
|||||||
logger.warn(f"Registered execution node '{hostname}' (marked disabled by default)")
|
logger.warn(f"Registered execution node '{hostname}' (marked disabled by default)")
|
||||||
else:
|
else:
|
||||||
logger.warn(f"Unrecognized node on mesh advertising ansible-runner work type: {hostname}")
|
logger.warn(f"Unrecognized node on mesh advertising ansible-runner work type: {hostname}")
|
||||||
|
continue
|
||||||
|
|
||||||
was_lost = instance.is_lost(ref_time=nowtime)
|
was_lost = instance.is_lost(ref_time=nowtime)
|
||||||
last_seen = parse_date(ad['Time'])
|
last_seen = parse_date(ad['Time'])
|
||||||
|
|||||||
Reference in New Issue
Block a user