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
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
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
>
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
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
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
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