public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Remove the bootlinux-local role
@ 2025-05-19 16:21 cel
  2025-05-19 16:21 ` [PATCH v2 1/4] bootlinux: Remove the 'linux' tag cel
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: cel @ 2025-05-19 16:21 UTC (permalink / raw)
  To: kdevops; +Cc: Daniel Gomez, Chuck Lever

From: Chuck Lever <chuck.lever@oracle.com>

The bootlinux-local role simply installs the bootlinux dependencies
on the Ansible controller when bootlinux_9p is set. There doesn't
seem to be a good reason that cannot be done via an extra step in
bootlinux.

This version needs some testing, which I can get to later today.

Changes since v1:
- Address Daniel's review comments and clarify patch descriptions

Chuck Lever (4):
  bootlinux: Remove the 'linux' tag
  bootlinux: Modernize install-deps/main.yml
  bootlinux: Switch to import_tasks for install-deps
  bootlinux: Fold bootlinux-local into the bootlinux role

 playbooks/bootlinux-local.yml                 |  5 -
 .../roles/bootlinux-local/defaults/main.yml   |  3 -
 .../roles/bootlinux-local/tasks/install-deps  |  1 -
 .../roles/bootlinux-local/tasks/main.yml      | 19 ----
 .../tasks/install-deps/debian/main.yml        |  2 -
 .../bootlinux/tasks/install-deps/main.yml     | 21 +++--
 playbooks/roles/bootlinux/tasks/main.yml      | 92 ++++++++++---------
 .../bootlinux/tasks/update-grub/debian.yml    |  2 +-
 .../bootlinux/tasks/update-grub/install.yml   | 12 +--
 .../bootlinux/tasks/update-grub/redhat.yml    |  2 +-
 .../bootlinux/tasks/update-grub/suse.yml      |  2 +-
 workflows/linux/Makefile                      |  3 -
 12 files changed, 72 insertions(+), 92 deletions(-)
 delete mode 100644 playbooks/bootlinux-local.yml
 delete mode 100644 playbooks/roles/bootlinux-local/defaults/main.yml
 delete mode 120000 playbooks/roles/bootlinux-local/tasks/install-deps
 delete mode 100644 playbooks/roles/bootlinux-local/tasks/main.yml

-- 
2.49.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-05-21  7:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-19 16:21 [PATCH v2 0/4] Remove the bootlinux-local role cel
2025-05-19 16:21 ` [PATCH v2 1/4] bootlinux: Remove the 'linux' tag cel
2025-05-20 20:43   ` Daniel Gomez
2025-05-19 16:21 ` [PATCH v2 2/4] bootlinux: Modernize install-deps/main.yml cel
2025-05-20 18:27   ` Daniel Gomez
2025-05-19 16:21 ` [PATCH v2 3/4] bootlinux: Switch to import_tasks for install-deps cel
2025-05-20 20:33   ` Daniel Gomez
2025-05-19 16:21 ` [PATCH v2 4/4] bootlinux: Fold bootlinux-local into the bootlinux role cel
2025-05-20 20:41   ` Daniel Gomez
2025-05-20 18:28 ` [PATCH v2 0/4] Remove the bootlinux-local role Daniel Gomez
2025-05-20 20:47   ` Daniel Gomez
2025-05-20 20:52     ` Chuck Lever
2025-05-21  7:42       ` Daniel Gomez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox