-
Bug
-
Resolution: Done-Errata
-
Undefined
-
rhel-8.10, rhel-9.4
-
rhel-system-roles-1.79.0-0.2.el9
-
None
-
Moderate
-
ZStream
-
531d3f9b464f2cf6c0d6a519b306ea82e7e46f50
-
3
-
rhel-sst-system-roles
-
1
-
Dev ack
-
False
-
-
Yes
-
Red Hat Enterprise Linux
-
System Roles Sprint 2, System Roles Sprint 3, System Roles Sprint 4
-
Approved Blocker
-
Bug Fix
-
-
Done
-
None
What were you trying to do that didn't work?
Creating podman secrets using the rhel-system-roles.noarch version: 1.23.0-2.21.el9 is not successful. The secrets are not created.
How reproducible:
Steps to reproduce
- Run the following playbook:
--- - name: Troubleshoot Podman Secrets hosts: localhost tasks: - name: Deploy Podman Secrets ansible.builtin.include_role: name: rhel-system-roles.podman vars: podman_run_as_user: "{{ username }}" podman_run_as_group: "{{ groupname }}" podman_secrets: - name: mysql-root-password-container state: present skip_existing: true data: "mysql_root_password" - name: mysql-user-password-container state: present skip_existing: true data: "mysql_user_password"
Expected results
The two secrets `mysql-root-password-container` and `mysql-root-password-container` should exists.
Actual results
The two podman screts were not created.
Information on troubleshooting and fix
- Troubleshooting was done upstream at URL: Error: running container create option: no secret with name or id "<NAME>": no such secret #148
- See this comment and confirmation
- See merged upstream PR with fix.
Information regarding timeline
I would like to showcase the usage of rhel-system-roles.podman in a customer facing workshop on June 27th. To have the fix included in the rhel-system-roles package for RHEL 9.4 woudl be awesome. This way i would be able to do a flawless demo with released software.
In case it is not possible to ship the update by June 25 I could do the workshop with a downgraded version of the rhel-system-roles package that works.
- links to
-
RHEA-2024:130467 rhel-system-roles bug fix and enhancement update