XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. nathanael-h
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 38
    • Groups 3

    nathanael-h

    @nathanael-h

    Vates 🪐 DevOps Team
    31
    Reputation
    18
    Profile views
    38
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    nathanael-h Unfollow Follow
    DevOps Team Vates 🪐 Admin

    Best posts made by nathanael-h

    • RE: DevOps Megathread: what you need and how we can help!

      Hello there, we released a new Pulumi Xen Orchestra provider last month ! It's worth noting that the work on this was started by some contributors from DESY, and that now we (Vates) commit to support and maintain it. This demonstrate the strength of joined work from both community and Vates on free and open source softwares 🤝

      So what is offered is to declare your infrastructure as code, in Javascript or Typescript, Go, or Python (pick the one you prefer 🎲 ) and to deploy, maintain, and update it.

      https://github.com/vatesfr/pulumi-xenorchestra/

      posted in Infrastructure as Code
      nathanael-hN
      nathanael-h
    • RE: DevOps Megathread: what you need and how we can help!

      🎉 xo-powershell moves from alpha to beta

      The XO-PowerShell module is published in the :microsoft: PowerShell Gallery as v1.0.0-beta

      https://www.powershellgallery.com/packages/xo-powershell/1.0.0-beta

      Grab it with one powershell command:

      Install-Module -Name xo-powershell -AllowPrerelease
      

      Doc here

      Thanks to @dinhngtu @iButcat

      posted in Infrastructure as Code
      nathanael-hN
      nathanael-h
    • RE: XCP-NG Kubernetes micro8k

      Hello @msupport we published a step by step guide, read more in the announcement there https://xcp-ng.org/forum/post/94268

      posted in XCP-ng
      nathanael-hN
      nathanael-h
    • RE: DevOps Megathread: what you need and how we can help!

      Hello 👋
      We published a new blog post about our Kubernetes recipe:
      You'll find there

      • A step by step guide to create a production ready Kubernetes cluster, on top of your servers, in minutes!
      • Some architecture insights 😉

      https://xen-orchestra.com/blog/virtops-6-create-a-kubernetes-cluster-in-minutes/

      Thanks to @Cyrille

      posted in Infrastructure as Code
      nathanael-hN
      nathanael-h
    • RE: XOA deploy error

      @HamiltonWDS Thanks for the report. As it works with wget let use it! I'll switch from curl to wget in doc. In the meantime some colleagues will investigate more.

      posted in Xen Orchestra
      nathanael-hN
      nathanael-h
    • RE: Adding Sysprep Capability to VM Creation Using (Windows) Template

      @coolsport00 Some forum users posted about this I think, like here

      posted in Management
      nathanael-hN
      nathanael-h
    • RE: Adding Sysprep Capability to VM Creation Using (Windows) Template

      @coolsport00 Hello, I think you can find some relevant infos about GPU support, here in the forum, and also in the doc https://docs.xcp-ng.org/compute/#-gpu-passthrough

      posted in Management
      nathanael-hN
      nathanael-h
    • RE: Adding Sysprep Capability to VM Creation Using (Windows) Template

      @coolsport00 Hello, I don't know the VMware feature you're talking about.

      I would use Packer https://github.com/vatesfr/packer-plugin-xenserver and Cloud Base init https://cloudbase-init.readthedocs.io/en/latest/intro.html to build a Windows VM template. The sysprep would be run at the end of the packer for example using the provisioner powershell or in the shutdown_command

      NB: do not forget to deploy guest tools inside the template.

      @dinhngtu might have also suggestions

      posted in Management
      nathanael-hN
      nathanael-h
    • RE: XOA Hub

      Hello, the Hub is offered as is. We'll update the available templates soon. In the meantime you can convert any VM to be a template.
      More here :

      • https://docs.xen-orchestra.com/vm-templates
      posted in Management
      nathanael-hN
      nathanael-h
    • RE: Authentication with OIDC (Keycloak) is working but logout doesn't disconnect Keycloak session

      @dsmteam Yes I totally agree, a user who logs out from XO, might also have the choice to logout from all SSO'ed applications. That would be for the feature request list 😉

      posted in Management
      nathanael-hN
      nathanael-h

    Latest posts made by nathanael-h

    • RE: DevOps Megathread: what you need and how we can help!

      @john.c Why not, can you share what would be the first tools to support and your use cases? I assume that if you are working in VSCode you might be useing some infrastructure as code, like Terraform or Pulumi or Ansible, isn't? In these case do you also have some related MCP servers enabled?

      posted in Infrastructure as Code
      nathanael-hN
      nathanael-h
    • RE: Kubernetes Recipe VM failed to start - Raise Network Interfaces

      Hey @deefdragon did the installation finished using static IP addresses?

      posted in Xen Orchestra
      nathanael-hN
      nathanael-h
    • RE: XCP-NG Kubernetes micro8k

      Hello @msupport we published a step by step guide, read more in the announcement there https://xcp-ng.org/forum/post/94268

      posted in XCP-ng
      nathanael-hN
      nathanael-h
    • RE: DevOps Megathread: what you need and how we can help!

      Hello 👋
      We published a new blog post about our Kubernetes recipe:
      You'll find there

      • A step by step guide to create a production ready Kubernetes cluster, on top of your servers, in minutes!
      • Some architecture insights 😉

      https://xen-orchestra.com/blog/virtops-6-create-a-kubernetes-cluster-in-minutes/

      Thanks to @Cyrille

      posted in Infrastructure as Code
      nathanael-hN
      nathanael-h
    • RE: XEN Orchestra JSON-RPC automation questions

      Hello, a community member also built a PowerShell module, using the (good old) jsonRPC https://github.com/rcfmartin/PSXO

      let me ask a colleague about the task GUID-taskID mapping.

      posted in Infrastructure as Code
      nathanael-hN
      nathanael-h
    • RE: XEN Orchestra JSON-RPC automation questions

      Hello @IvanK !

      Maybe you did not saw this in news, but we released a PowerShell module https://github.com/vatesfr/xo-powershell

      You can install it with Install-Module -Name xo-powershell -AllowPrerelease and connect Connect-XoSession -HostName "https://your-xo-server" -Token "your-api-token" easily.

      Tell me what do you think of it.

      posted in Infrastructure as Code
      nathanael-hN
      nathanael-h
    • RE: DevOps Megathread: what you need and how we can help!

      🎉 xo-powershell moves from alpha to beta

      The XO-PowerShell module is published in the :microsoft: PowerShell Gallery as v1.0.0-beta

      https://www.powershellgallery.com/packages/xo-powershell/1.0.0-beta

      Grab it with one powershell command:

      Install-Module -Name xo-powershell -AllowPrerelease
      

      Doc here

      Thanks to @dinhngtu @iButcat

      posted in Infrastructure as Code
      nathanael-hN
      nathanael-h
    • RE: Adding Sysprep Capability to VM Creation Using (Windows) Template

      @coolsport00 Some forum users posted about this I think, like here

      posted in Management
      nathanael-hN
      nathanael-h
    • RE: Adding Sysprep Capability to VM Creation Using (Windows) Template

      @coolsport00 Hello, I think you can find some relevant infos about GPU support, here in the forum, and also in the doc https://docs.xcp-ng.org/compute/#-gpu-passthrough

      posted in Management
      nathanael-hN
      nathanael-h
    • RE: Adding Sysprep Capability to VM Creation Using (Windows) Template

      @coolsport00 Hello, I don't know the VMware feature you're talking about.

      I would use Packer https://github.com/vatesfr/packer-plugin-xenserver and Cloud Base init https://cloudbase-init.readthedocs.io/en/latest/intro.html to build a Windows VM template. The sysprep would be run at the end of the packer for example using the provisioner powershell or in the shutdown_command

      NB: do not forget to deploy guest tools inside the template.

      @dinhngtu might have also suggestions

      posted in Management
      nathanael-hN
      nathanael-h