Hello,
We are looking to identify at which point/mechanism MAAS is using to determine a host is successfully deployed.
We initially thought it was done after the cloud-init run with the “phone-home” feature, but it seems that’s not the case (it seems it’s as soon as the new host initiates an API connection to MAAS)
The reason for this is that we are running ansible-pull from cloud-init to do host configuration and ideally we’d like to delay the “Deployed” status to be after the ansible run has been successfully completed.