]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
cobbler: Rocky 10 support wip-rocky10 781/head
authorDavid Galloway <david.galloway@ibm.com>
Tue, 1 Jul 2025 13:06:07 +0000 (09:06 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 24 Oct 2025 22:36:05 +0000 (18:36 -0400)
commiteeef66b8b16f155e795d59bbd67a0c951257cdb4
tree872fa7b530ed614d002e106e04ae302aec43115d
parent796cad3f166ed1d06b4dcab55bcc74a72d8c186a
cobbler: Rocky 10 support

- no gdisk in base repos
- `clearpart --all --initlabel` now defaults to GPT.
  However, we have been using msdos and a single partition
  on testnodes since forever.  FOG seemed to have trouble
  with GPT partitions.
- /etc/sysconfig/network-scripts are no longer used in Rocky 10.
  Replaced with nmcli commands during rc.local boot

Signed-off-by: David Galloway <david.galloway@ibm.com>
cobbler.yml
roles/cobbler/templates/kickstarts/cephlab_rhel.ks
roles/cobbler/templates/kickstarts/cephlab_rhel_sdc.ks
roles/cobbler/templates/kickstarts/cephlab_rhel_sdi.ks
roles/cobbler/templates/kickstarts/cephlab_rhel_sdm.ks
roles/cobbler/templates/snippets/cephlab_packages_rhel
roles/cobbler/templates/snippets/cephlab_rc_local
roles/cobbler/templates/snippets/cephlab_rhel_disks
roles/cobbler_profile/defaults/main.yml
roles/testnode/tasks/yum/repos.yml