Hi @jacob.becker,
We identified the issue last weekend, and we're currently working on a solution. We plan to include a fix in the next XO release.
Team - DevOps
Posts
-
RE: Kubernetes Recipe VM failed to start - Raise Network Interfaces
-
RE: DevOps Megathread: what you need and how we can help!
XO CCM v0.2.0
This update make it working with Talos.
What's Changed
- Feat: record event when region zone changed
- Refactor: make xoClient and xoConfig available outside package scope (to be used by the CSI)
- Workaround for the SystemUUID sometimes in little-endian
https://github.com/vatesfr/xenorchestra-cloud-controller-manager/releases/tag/v0.2.0
Terraform Provider v0.37.2
What's Changed
- Fix xenorchestra_vdi data source: you can now filter VDI/ISO with the same name label using tags.
https://github.com/vatesfr/terraform-provider-xenorchestra/releases/tag/v0.37.2
-
RE: DevOps Megathread: what you need and how we can help!
@afk Nice!
I haven't tried Pulumi yet. Does Talos have a provider for it?I'm working on improving the CCM to make it work with Talos. Especially the
cloud-node-label-synccontroller (as the cloud-controller is the Talos one) to get the XO topology in the node labels. -
RE: DevOps Megathread: what you need and how we can help!
Hi here,
We have released documentation with our recommendations for those who want to run Talos in Xen Orchestra.

It is available in the official Sidero Labs documentation: Platform specific installation > Virtualized Platforms > Xen Orchestra
We are currently working on providing an example of a Talos cluster that has been created using Terraform.
Have fun

-
RE: DevOps Megathread: what you need and how we can help!
Terraform provider release v0.37.0
- Enables the secure boot parameter for the VM resource
Terraform provider release: https://github.com/vatesfr/terraform-provider-xenorchestra/releases/tag/v0.37.0
-
RE: DevOps Megathread: what you need and how we can help!
Terraform provider release v0.36.1
Fix for VM creation from templates with >=3 disks
-
RE: SAML Auth with Azure AD
@ferrao Hey thanks, yes you are welcome to send a PR to improve the docs. It is based on Docusaurus, it is in the
docsdirectory in https://github.com/vatesfr/xen-orchestra/tree/master/docs. Then pages are in the 2nd leveldocsdirectory. -
RE: destroy_cloud_config_vdi_after_boot
Can you share how you created the template?
And copy here the template object from xo-cli or the rest api:xo-cli list-objects type=VM-template id=<your_template_id>? -
RE: destroy_cloud_config_vdi_after_boot
Hi @carloum70
I'm back now — sorry for the delay.
If I understand correctly, this issue only occurs with a template created from a Debian 13 cloud-init raw file, is that right? I'm trying to understand how to reproduce the issue, as I've never seen it before. -
RE: Xen Orchestra Container Storage Interface (CSI) for Kubernetes
Actually, it's not a closed door; it's more a door that is opening for people who are already using both Xen Orchestra and Kubernetes.

From a technical point of view, it makes more sense for us to use XO, because its API is easier to use, especially with the new REST API. For the application side itself, it does many thing that we don't have to deal with. For VDIs, perhaps it's not so much. But for other things such as backups, live migrations, templates and VM creation... it's easier. Moreover, using a unique SDK to develop tools makes sense for our small DevOps team in terms of development speed, stability and security.