XCP-ng

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Hub template request

    Xen Orchestra
    4
    5
    209
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ITJamie
      ITJamie last edited by

      Almalinux 8.3/8.4/8.5 templates would be a nice edition to the hub

      fohdeesha 1 Reply Last reply Reply Quote 0
      • olivierlambert
        olivierlambert Vates 🪐 Founder & CEO 🦸 last edited by

        Request for @fohdeesha

        1 Reply Last reply Reply Quote 0
        • R
          redy last edited by

          Rocky Linux 8.5 - would be nice to have alsoRocky_Linux_wordmark.svg.png

          fohdeesha 1 Reply Last reply Reply Quote 1
          • fohdeesha
            fohdeesha Vates 🪐 Pro Support Team 💡 @redy last edited by

            Hi, I will look into both of these for the hub in the coming weeks.

            1 Reply Last reply Reply Quote 0
            • fohdeesha
              fohdeesha Vates 🪐 Pro Support Team 💡 @ITJamie last edited by fohdeesha

              @ITJamie Alma Linux 8.5 template is finished and should be added to the hub in the next day or two. I should have Rocky Linux done shortly after that. Note that in CentOS/RHEL related distros, the hostname: {name}% parameter that's filled in under the cloud-init config is not enough to change the hostname for the machine, CentOS (and related) expects a fully qualified domain name. To get the newly spawned VM have the hostname you'd like, supply fqdn parameter as well:

              use VM name as hostname:

              #cloud-config
              hostname: {name}%
              fqdn: {name}%.localdomain.local
              

              use custom hostname:

              
              #cloud-config
              hostname: testvm
              fqdn: testvm.localdomain.local
              1 Reply Last reply Reply Quote 1
              • First post
                Last post