XCP-ng

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. olivierlambert
    • Profile
    • Following 0
    • Followers 47
    • Topics 43
    • Posts 4073
    • Best 461
    • Controversial 6
    • Groups 5

    olivierlambert

    @olivierlambert

    Vates 🪐 Founder & CEO 🦸

    Xen Orchestra and XCP-ng founder. Vates CEO and co-founder.

    1568
    Reputation
    4525
    Profile views
    4073
    Posts
    47
    Followers
    0
    Following
    Joined Last Online
    Website vates.fr Location Grenoble, France

    olivierlambert Unfollow Follow
    Founder & CEO 🦸 Pro Support Team šŸ’” Vates 🪐 XCP-ng Team šŸš€ Admin šŸ§‘ā€šŸ’»

    Best posts made by olivierlambert

    • XCP-ng issue 1: closed!

      This is not just a powerful symbolic thing: by closing issue n°1, we are really reaffirming our independance and our capacity to build everything without using any binary provided by Citrix.

      It's really a great news for XCP-ng's future!

      https://github.com/xcp-ng/xcp/issues/1

      šŸŽŠ šŸŽŠ šŸŽŠ

      olivierlambert created this issue in xcp-ng/xcp

      closed Build components from the sources #1

      posted in News
      olivierlambert
      olivierlambert
    • XCP-ng team is growing

      Since last week, we have a new team member šŸ™‚ @ronan-a is now part of Vates XCP-ng team, with @stormi and myself.

      @r1 and @johnelse are still with us as external contributors.

      @ronan-a , feel free to introduce yourself here (and the stuff you are working on)

      posted in News
      olivierlambert
      olivierlambert
    • New XCP-ng documentation!

      https://xcp-ng.org/docs/

      It's far from being complete, but it's a great first step in improving XCP-ng existing documentation and also visibility/credibility!

      Everyone can still contribute (link on the bottom of each page), even if it's a bit more difficult than the wiki.

      Let me know what you think about it šŸ™‚

      What about the wiki? We'll probably to continue to have very specific content there, and "promote" content to the doc if it "fits" for enough people.

      posted in News
      olivierlambert
      olivierlambert
    • 100,000 unique downloads for XCP-ng

      https://xcp-ng.org/blog/2020/04/17/100-000-downloads-for-xcp-ng/

      So you probably spotted the news, feel free to comment here šŸ˜„

      posted in News
      olivierlambert
      olivierlambert
    • RE: French government initiative to support

      Maybe it wasn't clear? French gov won't do anything in the project, they just support it as a research and dev project boosting innovation, and indirectly contributing to create more jobs that can't be replicated easily elsewhere.

      There's no "control" on how we decide to do the R&D, as long as we put resources into it as we said.

      XCP-ng is a free and community project, and everybody who want to contribute can do it. There's no "link" between us and any government.

      posted in News
      olivierlambert
      olivierlambert
    • RE: New XCP-ng "theme" in shell

      What about this one?

      4.png

      posted in News
      olivierlambert
      olivierlambert
    • Merging XO forum here

      To avoid splitting the community, we'll merge XO forum in this category. It seems not possible (or very not trivial) to fetch the previous XO threads here, so we'll probably have a transition time until we redirect directly XO forum URL toward this category directly.

      posted in Xen Orchestra
      olivierlambert
      olivierlambert
    • RunX: tech preview

      RunX tech preview

      What is RunX?

      See https://xcp-ng.org/blog/2021/09/14/runx-next-generation-secured-containers/ for more details.

      Do I need it?

      If you want to test high level of security with your containers, yes. Or if you like to play with shiny new techs and report bugs šŸ˜‰

      How to test it

      ⚠ ⚠ ⚠ ⚠ ⚠ ⚠ ⚠ ⚠
      THIS IS A TECH PREVIEW
      ⚠ ⚠ ⚠ ⚠ ⚠ ⚠ ⚠ ⚠

      It's not meant to run in production. Play with it in your lab, not in production. You have been warned šŸ˜›

      Follow the next section.

      Installation

      1. Create the repo, install packages + restart toolstack.

      Create the file /etc/yum.repos.d/xcp-ng-runx.repo with:

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

      Then, install all the packages:

      yum install --enablerepo=epel -y qemu-dp xenopsd xenopsd-cli xenopsd-xc xcp-ng-xapi-storage runx
      yum install --enablerepo="base,extras" docker podman
      xe-toolstack-restart
      

      2. Create a 9p SR

      mkdir runx-sr
      mkdir -p /root/runx-sr
      xe sr-create type=fsp name-label=runx-sr device-config:file-uri=/root/runx-sr
      

      3. Create a VM template

      You must create a VM template with the desired amount of ram an the number of cores to use. Make sure the vm type is: PV.
      It's not necessary to add disk to this VM.

      4. Modify the runx config

      Open /etc/runx.conf and modify these variables: SR_UUID and TEMPLATE_UUID.

      5. Start a VM.

      With Podman

      Using podman:

      podman pull archlinux
      podman container create --name archlinux archlinux
      podman start archlinux
      

      With Docker

      With docker:

      • Use previous commands and replace podman with docker.
      • Also you must start the docker daemon using an empty bridge using docker -b none.

      Feedback

      Please test and report any problem šŸ™‚

      posted in News
      olivierlambert
      olivierlambert
    • XO Hub Template: what do you want next?

      So far we got 4 templates available:

      • Debian 10 cloudinit ready/disk growable/DHCP
      • CentOS 8 cloudinit ready/disk growable/DHCP
      • PfSense 2.4
      • Alpine Linux 3.10

      Would you like other OS? Or even apps installed in those OS? Let us know!

      xohub.png

      posted in News
      olivierlambert
      olivierlambert
    • RE: [WARNING] XCP-ng Center shows wrong CITRIX updates for XCP-ng Servers - DO NOT APPLY - Fix released
      1. Why not using XO from the sources?
      2. Fast clone shouldn't be restricted to Enterprise, sounds more like a bug than anything else. In short, XOA Free should cover all features of XCP-ng Center.
      3. We also have possible plans for XO lite, a "XCP-ng Center" like embed in the host UI directly.
      posted in News
      olivierlambert
      olivierlambert

    Latest posts made by olivierlambert

    • RE: Netbox Plugin Enhancements

      Hi!

      @pdonias will answer all the rest, but in terms of contributions, yes, PR are very welcome! (and it's not in contradiction with https://xen-orchestra.com/docs/contributing.html#contributing)

      posted in Xen Orchestra
      olivierlambert
      olivierlambert
    • RE: invalid credentials in new installation from source

      @julien-f can you take a look?

      posted in Xen Orchestra
      olivierlambert
      olivierlambert
    • RE: invalid credentials in new installation from source

      Hi,

      Have you followed https://xen-orchestra.com/docs/installation.html#from-the-sources ?

      posted in Xen Orchestra
      olivierlambert
      olivierlambert
    • RE: Importing ovf appliance question

      Feel free to open a support ticket so we can see together if it makes sense, as I said it was written for some specific cases and it's not prime for broad use case.

      posted in Compute
      olivierlambert
      olivierlambert
    • RE: Importing ovf appliance question

      It's not publicly available yet, since it's more a service we provide as migration assistance with our XCP-ng Enterprise support.

      But it will public at some point, when "generic" enough to be released šŸ™‚

      posted in Compute
      olivierlambert
      olivierlambert
    • RE: XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out

      Have you tried to extend the HTTP timeout?

      posted in Xen Orchestra
      olivierlambert
      olivierlambert
    • RE: XVA might be broken on Delta Backup

      Let me ping @florent or @julien-f

      posted in Xen Orchestra
      olivierlambert
      olivierlambert
    • RE: how do i migrate VM storage to a different SR

      In XO, VM view, disk tab, there's a migrate button.

      posted in Xen Orchestra
      olivierlambert
      olivierlambert
    • RE: Updates announcements and testing

      Tested with success here šŸ™‚

      posted in News
      olivierlambert
      olivierlambert
    • RE: Not seeing tasks any more (as admin)

      People on the sources: you can check on fixTasks branch and report the results šŸ™‚

      posted in Xen Orchestra
      olivierlambert
      olivierlambert