XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. sborrill
    3. Topics
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 18
    • Groups 0

    Topics

    • S

      PVH?

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      3
      0 Votes
      3 Posts
      81 Views
      S
      @gduperrey I thought I had. I was replying to that thread and the forum software prompted me to click to reload. It continued to show the contents of the thread above as I clicked to post my reply, so if it opened a new thread, I count that as a bug in the forum, not user error
    • S

      Status of PVH

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      11
      0 Votes
      11 Posts
      378 Views
      S
      @sborrill And for completeness, try pvshim (a.k.a. pv-in-pvh) using xl: Download https://ftp.netbsd.org/pub/NetBSD/NetBSD-10.1/amd64/binary/kernel/netbsd-INSTALL_XEN3_DOMU.gz Create /root/nbpv containing: name = "nbpv" type="pvh" pvshim=1 pvshim_cmdline="pv-shim console=xen pv-linear-pt=true" kernel = "/root/netbsd-INSTALL_XEN3_DOMU.gz" memory = 1024 Boot VM successfully with xl create -c nbpv So pv-in-pvh does work (does require pv-linear-pt=true on shim command line though).
    • S

      Permissions for users to be able to snapshot

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra bugs done
      13
      0 Votes
      13 Posts
      2k Views
      olivierlambertO
      That's because doing a snapshot will have consequences on the SR. That's why we restricted the permissions for doing snapshot.
    • S

      LDAP extract user from specified field?

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      4
      0 Votes
      4 Posts
      335 Views
      D
      I actually like the current implementation. I am currently using this setup to allow an admin user to have 2 accounts managed by one authentication back-end. One account is a typical self-service user to consume resources according to ACL/Self-service rule sets The other account is used to manage Admin features like backups and XO settings (environment with multiple admins who also consume resources from a shared pool with other departments/teams) I use separate accounts so when admin users create VMs it can go to the appropriate self-service container. I hope any fixes to address the above concern doesn't completely remote this capability or at least adds another method of achieving this.
    • S

      http authentication

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      5
      0 Votes
      5 Posts
      562 Views
      julien-fJ
      @sborrill I have a work-in-progress branch with a plugin for this: https://github.com/vatesfr/xen-orchestra/pull/4701 To test, you will need to checkout this branch, add a symlink to the packages/xo-server-auth-http plugin into the directory xo-server/node_modules and then to configure and unable the plugin from XO. This will make basic authentication available with the path /signin/basic, note that you can make it the default authentication by overriding authentication.defaultSignInPage in your configuration file. julien-f opened this pull request in vatesfr/xen-orchestra open WiP: feat(xo-server): support HTTP basic auth #4701