Comment 4 for bug 1623570

Revision history for this message
Stephen A. Zarkos (stevez) wrote :

Hi Scott,

I think we would actually like to move to a world where cloud-init can function independently of the agent and does not start it. The walinuxagent service can then start after cloud-init is finished, and function as a guest agent to handle things like VM extensions, etc.

This behavior of cloud-init starting walinuxagent was needed early on to allow the agent to communicate with the wire server so that the provisioning ISO could be attached to the VM. That's no longer needed. All cloud-init needs to do is obtain the certificates for the SSH public key and post 'ready' to the fabric once it has processed its cloud-config.

Steve