You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are attempting to integrate cloud-init with AlmaLinux 10 / CentOS 10 templates on CloudStack 4.22. However, cloud-init fails to detect the CloudStack datasource.
During cloud-init execution, we see:
Did not detect DataSourceCloudStack
From debug logs:
Searching for network data source in: ['DataSourceCloudStack', 'DataSourceNone']
start: init-network/search-CloudStack
Did not detect DataSourceCloudStack
Additionally, on default installation of cloud-init in AlmaLinux 10, the service initially fails due to a dhcpcd error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We are attempting to integrate cloud-init with AlmaLinux 10 / CentOS 10 templates on CloudStack 4.22. However, cloud-init fails to detect the CloudStack datasource.
Environment
CloudStack: 4.22
Hypervisor: XCP-ng 8.2.1
Network Type: Isolated Network (VR based)
Template OS: AlmaLinux 10
Issue Details
During cloud-init execution, we see:
Did not detect DataSourceCloudStack
From debug logs:
Searching for network data source in: ['DataSourceCloudStack', 'DataSourceNone']
start: init-network/search-CloudStack
Did not detect DataSourceCloudStack
Additionally, on default installation of cloud-init in AlmaLinux 10, the service initially fails due to a dhcpcd error.
We applied the workaround described here:
canonical/cloud-init#6679
After applying the fix:
The dhcpcd error is resolved
However, cloud-init still does NOT detect the CloudStack datasource
VM does not receive metadata from Virtual Router
Has anyone successfully integrated cloud-init with AlmaLinux 10 or CentOS 10 on CloudStack 4.22?
Beta Was this translation helpful? Give feedback.
All reactions