XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Hub template request

    Scheduled Pinned Locked Moved Xen Orchestra
    5 Posts 4 Posters 854 Views 3 Watching
    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.
    • ITJamieI Offline
      ITJamie
      last edited by

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

      fohdeeshaF 1 Reply Last reply Reply Quote 0
      • olivierlambertO Offline
        olivierlambert Vates 🪐 Co-Founder CEO
        last edited by

        Request for @fohdeesha

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

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

          fohdeeshaF 1 Reply Last reply Reply Quote 1
          • fohdeeshaF Offline
            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
            • fohdeeshaF Offline
              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