@ThasianXi Nice, thanks
For now no other question related to the CCM. But I would be very interesting if you have some feedback about the CSI Driver. We'll work on this in the coming weeks. https://github.com/vatesfr/xenorchestra-csi-driver
Team - DevOps
Posts
-
RE: Feedback: XO Cloud Controller Manager (CCM)
-
RE: Feedback: XO Cloud Controller Manager (CCM)
@ThasianXi Thank you for your feedback !

-
RE: Feedback: XO Cloud Controller Manager (CCM)
@ThasianXi Thank you very much for this detailed feedback! Did you deployed the CCM on a new cluster or an existing? My question is to know if you relied on the CCM to initialize the nodes.
-
RE: DevOps Megathread: what you need and how we can help!
Kubernetes CCM for Xen Orchestra v1.0.0-rc.1
Weโre shipping v1.0.0-rc.1, our first release candidate on the road to a stable 1.0.0! This RC is feature-complete and ready for real-world use.
Please try it out and share any feedbackโbugs, regressions, or usability notesโso we can polish the final release. Thank you for testing and helping us! 
https://github.com/vatesfr/xenorchestra-cloud-controller-manager/releases/tag/v1.0.0-rc.1
Golang SDK for Xen Orchestra v1.11.0
SDK v2:
- VM and Task services now match the latest REST API.
- Host service has been added for host data retrieval.
- Integration tests have also been strengthened to boost reliability.
The v2 SDK is gradually becoming our main library for all the other DevOps tools (Kubernetes drivers, Terraform providerโฆ).
There are BREAKING CAHNGES in the v2 SDK, so please read the release notes carefully.
Remember that the v2 SDK is a beta version and can be subject to significant changes. The current semantic versioning we use is mostly for the v1 SDK. When the v2 SDK becomes stable, the major version number will increase.https://github.com/vatesfr/xenorchestra-go-sdk/releases/tag/v1.11.0
-
RE: Kubernetes Recipe VM failed to start - Raise Network Interfaces
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. -
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