Hi there,
I’m building and deploying my own templates. I’ve an issue with Debian, the agent is not deployed.
I’ve compared deployment of an Ubuntu server as they are from the same familly by checking the cloud-init-output logs file.
I’ve finally found that there is a line missing in the file : /var/lib/cloud/instance/scripts/runcmd
On the screenshot the content of the file, on top Debian and bellow the Ubuntu:
Maybe i can resolve this by running a post task with the following command
curl -k -s “$MorpheusApplianceURL/api/server-script/agentInstall?apiKey=$APIKey” | bash
kr,
LBO