public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/5] Ansible fixes in different roles
@ 2025-05-12 14:36 Daniel Gomez
  2025-05-12 14:36 ` [PATCH 1/5] gen_nodes: remove vagrant tasks Daniel Gomez
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Daniel Gomez @ 2025-05-12 14:36 UTC (permalink / raw)
  To: kdevops, Luis Chamberlain; +Cc: Daniel Gomez, Daniel Gomez

I run into all these issues when adding blktests CI support in the
following Debian testing machine:

ansible --version
ansible [core 2.19.0b2]
  config file = None
  configured module search path =
['/home/dagomez/.ansible/plugins/modules',
'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3/dist-packages/ansible
  ansible collection location =
/home/dagomez/.ansible/collections:/usr/share/ansible/collections
  executable location = /usr/bin/ansible
  python version = 3.13.3 (main, Apr 10 2025, 21:38:51) [GCC 14.2.0]
(/usr/bin/python3)
  jinja version = 3.1.6
  pyyaml version = 6.0.2 (with libyaml v0.2.5)

sudo dpkg -l ansible*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-
pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version          Architecture Description
+++-==============-================-============-==============
ii  ansible        12.0.0~a2+dfsg-1 all          Configuration
                                                 management, deployment,
                                                 and task execution
                                                 system
ii  ansible-core   2.19.0~beta2-1   all          Configuration
                                                 management, deployment,
                                                 and task execution
                                                 system
uname -r
6.12.25-amd64

lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux trixie/sid
Release:        n/a
Codename:       trixie

Last 2 patches may also be needed in other workflows. I'll keep an eye
and send fixes if needed.

Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
---
Daniel Gomez (5):
      gen_nodes: remove vagrant tasks
      update_ssh_config_guestfs: fix broken conditionals
      create_partition: fix using atribute append of list object
      gen_hosts: blktests: fix hosts names generation
      gen_nodes: blktests: fix hosts names generation

 playbooks/roles/create_partition/tasks/main.yml    |  7 +--
 playbooks/roles/gen_hosts/tasks/main.yml           | 13 ++---
 playbooks/roles/gen_nodes/tasks/main.yml           | 63 +++++-----------------
 .../roles/update_ssh_config_guestfs/tasks/main.yml |  4 +-
 4 files changed, 23 insertions(+), 64 deletions(-)
---
base-commit: ef549598f2261ac89643d3e7a8ea0f050fc27c5f
change-id: 20250512-vagrant-fixes-8a52f3b50be5

Best regards,
-- 
Daniel Gomez <da.gomez@samsung.com>


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

end of thread, other threads:[~2025-05-14 18:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-12 14:36 [PATCH 0/5] Ansible fixes in different roles Daniel Gomez
2025-05-12 14:36 ` [PATCH 1/5] gen_nodes: remove vagrant tasks Daniel Gomez
2025-05-12 14:36 ` [PATCH 2/5] update_ssh_config_guestfs: fix broken conditionals Daniel Gomez
2025-05-12 14:36 ` [PATCH 3/5] create_partition: fix using atribute append of list object Daniel Gomez
2025-05-12 14:36 ` [PATCH 4/5] gen_hosts: blktests: fix hosts names generation Daniel Gomez
2025-05-12 14:36 ` [PATCH 5/5] gen_nodes: " Daniel Gomez
2025-05-14 18:32 ` [PATCH 0/5] Ansible fixes in different roles Luis Chamberlain

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