]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
prep-fog-capture: Refactor, split, re-add cobbler-provided hacks prepfog-v2 821/head
authorDavid Galloway <david.galloway@ibm.com>
Wed, 18 Feb 2026 19:12:02 +0000 (14:12 -0500)
committerDavid Galloway <david.galloway@ibm.com>
Wed, 18 Feb 2026 19:12:02 +0000 (14:12 -0500)
commitf6c9e2c12841167f07bed03f43daf528a34ece65
treee3c24eed18659305987d2c04c1e935e78710973e
parent4db34b4d25c0ea8196aad185db3fcbe6bc0ce12a
prep-fog-capture: Refactor, split, re-add cobbler-provided hacks

- Using systemd instead of rc.local:
  - Configure netplan on boot for Ubuntu
  - Configure NetworkManager on boot for CentOS/Rocky
  - Set hostname
  - Update packages and reboot

Signed-off-by: David Galloway <david.galloway@ibm.com>
tools/prep-fog-capture.yml
tools/roles/prep-fog-capture/files/cephlab-set-hostname.service [new file with mode: 0644]
tools/roles/prep-fog-capture/files/cephlab-set-hostname.sh [new file with mode: 0644]
tools/roles/prep-fog-capture/files/netplan-from-link.service [new file with mode: 0644]
tools/roles/prep-fog-capture/files/netplan-from-link.sh [new file with mode: 0644]
tools/roles/prep-fog-capture/files/nm-from-link.service [new file with mode: 0644]
tools/roles/prep-fog-capture/files/nm-from-link.sh [new file with mode: 0644]
tools/roles/prep-fog-capture/files/regen-ssh-hostkeys.service [new file with mode: 0644]
tools/roles/prep-fog-capture/tasks/apt.yml [new file with mode: 0644]
tools/roles/prep-fog-capture/tasks/main.yml [new file with mode: 0644]
tools/roles/prep-fog-capture/tasks/rpm.yml [new file with mode: 0644]