log_util.py[WARNING]: Getting data from <class 'cloudinit.sources.DataSourceCloudStack.DataSourceCloudStack'> failed #12223
Replies: 3 comments
-
|
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
-
|
This seems like a problem within the VM and cloud-init, the CloudStack Datasource isn't able to execute a command to find the VR. The CloudStack DataSource for cloud-init is not maintained directly at the project, but maintained at cloud-init: https://github.com/canonical/cloud-init It seems like the DataSource ( https://github.com/canonical/cloud-init/blob/main/cloudinit/sources/DataSourceCloudStack.py ) wants to retrieve some DHCP IPv4 details which fails, but I can't tell you why exactly. |
Beta Was this translation helpful? Give feedback.
-
|
@cyberworm54 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
problem
It seems like rhel-10/fedora-43/centos-10 when using cloud init are getting:
Subp.py[WARNING]: Running invalid command: ['dhcpcd', '--dumplease', '--ipv4only', <cloudinit.distros.rhel.Distro object at 0x7f582204d040>]
Log_util.py[WARNING]: Getting data from <class 'cloudinit.sources.'DataSourceCloudStack.DataSourceCloudStack'> failed
It seems like the ssh keys are not getting injected on these platforms. Debian works just fine and injects the key using cloud-init without an issue.
Ex:
ci-info: no authorized SSH keys fingerprints found for user fedora
ci-info: no authorized SSH keys fingerprints found for user centos
debian injects keys just fine.
versions
4.22
The steps to reproduce the bug
...
What to do about it?
No response
Beta Was this translation helpful? Give feedback.
All reactions