Navigation

    XCP-ng

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. BenjiReis
    • Profile
    • Following 0
    • Followers 1
    • Topics 1
    • Posts 65
    • Best 11
    • Groups 2

    BenjiReis

    @BenjiReis

    XCP-ng Team

    34
    Reputation
    47
    Profile views
    65
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    BenjiReis Follow
    Vates Team XCP-ng Team

    Best posts made by BenjiReis

    • RE: XCP-ng team is growing

      Hello everyone,

      I'm also a new contributer to XCP-ng! šŸ™‚
      For now I'll be working with @ronan-a on the SMAPIv3 plugins.
      After that probably on open vSwitch. šŸ™‚

      Benjamin

      posted in News
      BenjiReis
      BenjiReis
    • XCP-ng IPv6 dom0 alpha!

      Hi all!

      After 4 months of effort we are very happy to provide a 1st test ISO with IPv6 support in XCP-ng dom0.

      Read our devblog here: https://xcp-ng.org/blog/2021/02/09/ipv6-in-xcp-ng/

      The ISO is available here and the corresponding SHA is: 177eade2efa8b6c989847c970e5cab3e6eb24de5a2eef153a0fc422071f9234b.

      Keep in mind this is a test ISO so do NOT use it in production and please report in this thread if you encounter any issue or if your tests are going well. šŸ™‚

      The devblog contains the known limitation of the ISO, updates will be provided in this thread when fixes and features are available.

      I hope you'll have fun with it!

      posted in News
      BenjiReis
      BenjiReis
    • RE: XCP-ng IPv6 dom0 alpha!

      Good news, ISCSI shared storage already works in IPv6 with no package update! šŸ™‚

      An update will be released in the coming weeks for NFS support in the IPv6 case!

      Has anyone play with the ISO? Any kind of feedback is very welcomed!

      posted in News
      BenjiReis
      BenjiReis
    • RE: XCP-ng IPv6 dom0 alpha!

      First update available!

      The xsconsole rpm can be updated via: yum update --disablerepo='*' --enablerepo=ipv6 xsconsole.

      The issue fixed was that the DNS couldn't modified via XSConsole when configured in static IPv6, it's now possible.

      posted in News
      BenjiReis
      BenjiReis
    • RE: XCP-ng IPv6 dom0 alpha!

      Just realised the IPv6 rpm repo isn't configured in the ISO... ^^'

      so just add:

      [xcp-ng-ipv6]
      name=XCP-ng IPv6 Repository
      baseurl=http://mirrors.xcp-ng.org/8/8.2/ipv6/x86_64/ http://updates.xcp-ng.org/8/8.2/ipv6/x86_64/
      enabled=1
      gpgcheck=1
      repo_gpgcheck=1
      gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng
      

      in /etc/yum.repo.d/xcp-ng.repo.

      posted in News
      BenjiReis
      BenjiReis
    • RE: Rename Networks on XO Hosts

      Hi!

      In your Pool view there's a network tab where you can rename your networks by clicking on their name and enter a new one.

      Regards.

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: MTU problems with VxLAN

      The issue has been fixed on this branch, it'll be merged into master soon.

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: MTU problems with VxLAN

      Perfect, see you on monday on the support ticket then!

      Meanwhile, have a nice week end

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: kubectl cluster-info Fails on kubernetes recipe

      Hello,

      The DNS names of the master (and nodes also with a pattern) should be configurable for the user indeed. We'll add it in a next version of the recipe.

      Thanks for the feedback!

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: sdn certs module

      Hi!

      The fix is available on master. šŸ™‚
      You should be able to generate certificate now.

      posted in Xen Orchestra
      BenjiReis
      BenjiReis

    Latest posts made by BenjiReis

    • RE: XCP-ng IPv6 dom0 alpha!

      Just realised the IPv6 rpm repo isn't configured in the ISO... ^^'

      so just add:

      [xcp-ng-ipv6]
      name=XCP-ng IPv6 Repository
      baseurl=http://mirrors.xcp-ng.org/8/8.2/ipv6/x86_64/ http://updates.xcp-ng.org/8/8.2/ipv6/x86_64/
      enabled=1
      gpgcheck=1
      repo_gpgcheck=1
      gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-xcpng
      

      in /etc/yum.repo.d/xcp-ng.repo.

      posted in News
      BenjiReis
      BenjiReis
    • RE: Kuberenets cluster recipe not happy

      @mathiashedberg good to know.

      So you can wait for the fix or remove the xo:resource:xva:id from the other_configs of the snapshots or remove the snapshots

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: Kuberenets cluster recipe not happy

      Okay so a fix is coming soon, i'll update here once released. šŸ™‚

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: Kuberenets cluster recipe not happy

      @olivierlambert should I also check that is-a-snapshot is false?

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: Kuberenets cluster recipe not happy

      @mathiashedberg the snaphots might be indeed the problem.

      When looking for the template, the recipe looks for a VM with xo:resource:xva:id=<template uuid> in its other-config, a snapshot of the template VM would probably have this field se and it should not.

      Can you check if it's the case? and if the is-template field is true.

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: Kuberenets cluster recipe not happy

      I do not understand how the wrong templates can be used by the recipe.

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: Kuberenets cluster recipe not happy

      Weird, which templates appear in your Hub view?

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: Kuberenets cluster recipe not happy

      Your VM should have 2G of RAM. Base on our Debian 10 template.
      This is really weird.

      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: Kuberenets cluster recipe not happy

      That's weird, I've just ran the recipe and everything went fine.
      Do you have any network issues explaining the installation problem?

      debian@master:~$ sudo systemctl status cloud-final.service
      ā— cloud-final.service - Execute cloud user/final scripts
         Loaded: loaded (/lib/systemd/system/cloud-final.service; enabled; vendor preset: enabled)
         Active: active (exited) since Mon 2021-02-15 09:47:38 EST; 14min ago
        Process: 558 ExecStart=/usr/bin/cloud-init modules --mode=final (code=exited, status=0/SUCCESS)
       Main PID: 558 (code=exited, status=0/SUCCESS)
      
      posted in Xen Orchestra
      BenjiReis
      BenjiReis
    • RE: Kuberenets cluster recipe not happy

      Latest XOA is 5.55.1, can you try with this version?

      posted in Xen Orchestra
      BenjiReis
      BenjiReis