Skip to content

Fix incorrect file path in Podman login failure message#4280

Merged
priti-parate merged 3 commits into
dell:pub/q2_devfrom
balajikumaran-c-s:pub/q2_dev
Apr 15, 2026
Merged

Fix incorrect file path in Podman login failure message#4280
priti-parate merged 3 commits into
dell:pub/q2_devfrom
balajikumaran-c-s:pub/q2_dev

Conversation

@balajikumaran-c-s
Copy link
Copy Markdown
Contributor

Summary

  • Fixed incorrect credentials file path referenced in the Podman login failure error message during prepare_oim and gitlab playbook execution
  • The error message previously pointed to input/omnia_config_credentials.yml which does not exist
  • Updated to dynamically resolve the correct path using input_project_dir variable, which points to the actual location (e.g., input/project_default/ omnia_config_credentials.yml)

Files Changed

  • prepare_oim/roles/deploy_containers/common/vars/main.yml
  • gitlab/roles/hosted_gitlab/vars/main.yml

@abhishek-sa1 Please review

balajikumaran-c-s and others added 3 commits April 14, 2026 13:02
Signed-off-by: balajikumaran.cs <balajikumaran.c.s@gmail.com>
The podman_login_fail_msg referenced a hardcoded path
input/omnia_config_credentials.yml which does not exist.
Updated it to use the dynamic input_project_dir variable so the
error message now correctly points to the actual credentials file
at <input_project_dir>/omnia_config_credentials.yml.

Fixed in both prepare_oim and gitlab roles.
@priti-parate priti-parate merged commit 8db5025 into dell:pub/q2_dev Apr 15, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants