Don't think their cloud image supports Cloudstack out of the box, extra configuration is required.

Assuming you are on Linux right now, download the KVM image, add the config and copy it into the image using virt-copy-in (from libguestfs program), ie: wget https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64-disk-kvm.img wget -O 99_cloudstack.cfg https://pastebin.com/raw/v9BW3Pki # modify this accordingly, if required, eg default user for ssh login is "ubuntu" virt-copy-in -a jammy-server-cloudimg-amd64-disk-kvm.img 99_cloudstack.cfg /etc/cloud/cloud.cfg.d/

Or just register the image I just modified and uploaded here, completely untested btw, so feedback is appreciated:
http://dl.openvm.eu/tmp/jammy-server-cloudimg-amd64-disk-kvm.qcow2.bz2

HTH

On 2023-03-27 17:13, Jeremy Hansen wrote:
I’m trying to setup a template for Ubuntu 22.04LTS and while the
image boots successfully, I see no way to log in. It doesn’t seem to
bring up networking by default so I can’t ssh in with my pub key.

Is this where “User Data” comes in to play?  If so, anyone have an
example that sets the password or just brings up networking?

Thanks!

 [1]



Links:
------
[1] https://canarymail.io

Reply via email to