Re: [D] Importing a vm from another source - cloud-init issues [cloudstack]

2025-04-30 Thread via GitHub
GitHub user tdtmusic2 closed a discussion: Importing a vm from another source - cloud-init issues Hi everyone. Did any of you manage to switch to ACS from another similar solution via the import feature? In my case I ended up with a few issues, hopefully someone will point me in the right dir

Re: [D] Importing a vm from another source - cloud-init issues [cloudstack]

2024-10-25 Thread Nux
Step 1 and 3 from here could be useful: https://www.nux.ro/Upstream_Linux_cloud_images_and_Cloudstack/ On 2024-10-25 09:38, tdtmusic2 wrote: GitHub user tdtmusic2 added a comment to the discussion: Importing a vm from another source - cloud-init issues But can I add them as user-data? My user

Re: [D] Importing a vm from another source - cloud-init issues [cloudstack]

2024-10-25 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Importing a vm from another source - cloud-init issues > But can I add them as user-data? My user data format is like this, do I add > the datasource under #cloud-config and that's it?: > > ``` > #cloud-config > hostname: example >

Re: [D] Importing a vm from another source - cloud-init issues [cloudstack]

2024-10-25 Thread via GitHub
GitHub user tdtmusic2 added a comment to the discussion: Importing a vm from another source - cloud-init issues But can I add them as user-data? My user data format is like this, do I add the datasource under #cloud-config and that's it?: ``` #cloud-config hostname: example manage_etc_hosts: t

Re: [D] Importing a vm from another source - cloud-init issues [cloudstack]

2024-10-24 Thread via GitHub
GitHub user vishesh92 added a comment to the discussion: Importing a vm from another source - cloud-init issues As per the documentation [here](https://docs.cloudstack.apache.org/en/4.19.0.0/adminguide/templates/_cloud_init.html), you need to have this in your cloud-init config for cloud-init

Re: [D] Importing a vm from another source - cloud-init issues [cloudstack]

2024-10-23 Thread Nux
A workaround for the dummy template issue could be editing it in the DB and enabling password for it. On 2024-10-23 19:46, tdtmusic2 wrote: GitHub user tdtmusic2 created a discussion: Importing a vm from another source - cloud-init issues Hi everyone. Did any of you manage to switch to ACS f

Re: [D] Importing a vm from another source - cloud-init issues [cloudstack]

2024-10-23 Thread Nux
I think cloud-init still believes to be running on the old platform and doesn't do a proper discovery operation. You should do a clean really as you learned yourself and also apply a better config such as the one from here: http://jenkins.openvm.eu/files/upstream+/99_cloudstack.cfg On 2024-10