-
koalilloI have a small tool that downloads cloud images and creates and runs VMs based on them. I'm trying to support OmniOS (tried first OpenIndiana)...
-
koalilloalexpdp7/cloud-run #16 is mostly working, but I think cloud-init is not provisioning my users- I cannot see anything on the terminal about cloud-init, so unsure about how to troubleshoot
-
koalillo(or even know if cloud-init is running at all...)
-
koalillodoes the cloud image have any preset user? haven't found that in the docs
-
andyfYes, is configures a user called `omnio`
-
andyf*omnios
-
andyfCloud init should be quite noisy on the console
-
andyfAre you using one of the official cloud images for this?
-
andyfIf cloud init failed for some reason, you should be able to log in as root with no password and look at the log
-
koalilloah, nice! I'm using downloads.omnios.org/media/stable/omnios-r151048.cloud.raw.zst ... root with no password works, thanks
-
koalilloactually, cloud-init took a long time to run, and then showed something on the console
-
koalilloit couldn't find metadata, I guess my injection mechanism doesn't work well- it's only been tested on Linux
-
koalilloI'm mounting an ISO for metadata
-
andyfI think that should work, that's how bhyve VMs inject metadata on omnios and we do run the omnios cloud image in there. I'll be interested in what you find out