XCP-ng

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • D

      Installing XOA on XCP-ng 8.3.0 alpha
      Xen Orchestra • • deztroyer

      15
      0
      Votes
      15
      Posts
      60
      Views

      D

      @olivierlambert Oh, this makes more sense now. I somehow mixed up the appliance with the actual XO platform. Will go through the docs. Thanks!

    • R

      Xen-Orchestra Terraform provider and Windows
      Xen Orchestra • • rochemike

      9
      0
      Votes
      9
      Posts
      125
      Views

      olivierlambert

      We will discuss this internally ( @marcungeschikts can you add this to the backlog?) and we'll see if it's doable and at which level of difficulty 🙂

    • F

      Installing portainer on xcp-ng
      Compute • • fred974

      7
      0
      Votes
      7
      Posts
      29
      Views

      F

      @olivierlambert Thank you. Hopefully someone can chip in

    • W

      XOA stuck on Importing stage
      Xen Orchestra • • Wilson

      7
      0
      Votes
      7
      Posts
      25
      Views

      olivierlambert

      I can only assume that the nested mechanism is blocking the network at some stage, but I don't have time myself to investigate deeper.

    • S

      Connecting xen to vault
      Xen Orchestra • • siemba

      5
      0
      Votes
      5
      Posts
      37
      Views

      S

      @olivierlambert its custom config, not any bug. Ill point it out what i mean below.

      I have standard ubuntu template -> I would like my vm to be already customize, when its created, because its faster and easier when everything is in one place -> So for that i have created cloud-init for eg.-> #cloud-config hostname: <hostname> package_update: true package_upgrade: true write_files: - path: /etc/ssl/certs/mydomain.crt content: | <certificate data> - path: /etc/ssl/private/mydomain.key content: | <private key data> runcmd: - apt-get update - DEBIAN_FRONTEND=noninteractive apt-get upgrade -y So my main problem is that this, particular cloud-init has fixed <certificate data> and <private key data>, that i would like to not be passed as a plain text, because it is a secret. To me its not done (for now) with best practices, but its very comfortable.

      So finally, i am wondering what is the best solution, for not putting secrets as a plain text, but rather keep them as a secret. I could create templates and later delete cloud-config with those data, but it would be more flexible, if there would be any chance to connect it to Hashicorp Vault or something that will dynamically fetch secrets.

    • T

      Solved NFS SR VMs data lost
      Xen Orchestra • • Touille

      5
      0
      Votes
      5
      Posts
      55
      Views

      T

      @olivierlambert

      ... Thank you Olivier, I feel so stupid...
      I found everything back as you said 🙂

      Thank you very much ! Now I understood my mistake

      Best regards,

      Martin

    • B

      Generic python error after vm restart
      Compute • • bajtec

      4
      0
      Votes
      4
      Posts
      33
      Views

      olivierlambert

      Ouch. Don't forget to get backup, doesn't sound good if you have issues on your RAID controller. Good luck!

    • H

      Solved Delta Backups using wrong Base Backup
      Xen Orchestra • • Hannes_5253

      3
      0
      Votes
      3
      Posts
      42
      Views

      H

      @Andrew okay now I understand! Thanks a lot!!!

    • K

      Solved xen-pciback.hide Not Working
      Compute • • killbox

      3
      0
      Votes
      3
      Posts
      38
      Views

      K

      @ajpri1998
      Thank you so much, I've been beating my head against this all day.

    • G

      error when modifying backup metadata
      Xen Orchestra • • Gheppy

      3
      0
      Votes
      3
      Posts
      40
      Views

      julien-f

      @Gheppy It should be fixed, thanks for your report!

      https://github.com/vatesfr/xen-orchestra/commit/b5578eadf7356098ac2fa4af63b75b18d34ba558

      0 julien-f committed to vatesfr/xen-orchestra fix(xo-server/sr.{create,set}): name can be empty Fixes https://xcp-ng.org/forum/post/59937 Introduced by 65168c853
    • M

      XCP 8.2 ssd error
      Compute • • musau

      2
      0
      Votes
      2
      Posts
      58
      Views

      olivierlambert

      Hi,

      A faulty SATA controller? Bad RAM? Use a Memtest to check that 🙂

    • W

      Xen-guest-tools installation problems
      Compute • • wlp94114

      2
      0
      Votes
      2
      Posts
      45
      Views

      A

      @wlp94114 I have the same bug with OPNsense.

      This is an error in the Xen guest tools package, not XCP.

      You can rename libxenstore.so.4.0 to libxenstore.so.4 or wait for them to fix the package (an upstream FreeBSD issue).