Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] using main branch ends up with missing update repositories #2

Open
lpalovsky opened this issue Mar 5, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@lpalovsky
Copy link

Hello, switching to main branch results in failed OpenQA test.
Deployed scenario was PAYG image suse:sles-sap-15-sp5:gen2:latest with HanaSR setup.

Failure indicates there is no SUSE repository registered on SUT.
Running identical test with version v3.13.0.1 PASSES.

TASK [roles-os/1.3-repository : 1.3 Repository - Check that zypper repos are registered] ***
fatal: [qesdhdb01l0a8]: FAILED! => {"changed": false, "cmd": ["zypper", "lr"], "delta": "0:00:00.030002", "end": "2025-03-05 10:00:12.323548", "msg": "non-zero return code", "rc": 6, "start": "2025-03-05 10:00:12.293546", "stderr": "", "stderr_lines": [], "stdout": "Warning: No repositories defined.\nUse the 'zypper addrepo' command to add one or more repositories.", "stdout_lines": ["Warning: No repositories defined.", "Use the 'zypper addrepo' command to add one or more repositories."]}
fatal: [qesdhdb01l1a8]: FAILED! => {"changed": false, "cmd": ["zypper", "lr"], "delta": "0:00:00.052504", "end": "2025-03-05 10:00:12.369494", "msg": "non-zero return code", "rc": 6, "start": "2025-03-05 10:00:12.316990", "stderr": "", "stderr_lines": [], "stdout": "Warning: No repositories defined.\nUse the 'zypper addrepo' command to add one or more repositories.", "stdout_lines": ["Warning: No repositories defined.", "Use the 'zypper addrepo' command to add one or more repositories."]}

TASK [roles-os/1.3-repository : 1.3 Repository - Attempt to re-register SLE instance with Public Cloud Update Infrastructure cleanup] ***
changed: [qesdhdb01l0a8]
changed: [qesdhdb01l1a8]

TASK [roles-os/1.3-repository : 1.3 Repository - Attempt to re-register SLE instance with Public Cloud Update Infrastructure] ***
changed: [qesdhdb01l0a8]
changed: [qesdhdb01l1a8]

TASK [roles-os/1.3-repository : 1.3 Packages - Wait 30 secs before retrying] ***
ok: [qesdhdb01l0a8]
ok: [qesdhdb01l1a8]

TASK [roles-os/1.3-repository : 1.3 Repository - Verify that zypper repos are configured after re-registering SLE instance] ***
FAILED - RETRYING: 1.3 Repository - Verify that zypper repos are configured after re-registering SLE instance (10 retries left).
FAILED - RETRYING: 1.3 Repository - Verify that zypper repos are configured after re-registering SLE instance (10 retries left).

*** 

FAILED - RETRYING: 1.3 Repository - Verify that zypper repos are configured after re-registering SLE instance (1 retries left).
FAILED - RETRYING: 1.3 Repository - Verify that zypper repos are configured after re-registering SLE instance (1 retries left).
fatal: [qesdhdb01l0a8]: FAILED! => {"attempts": 10, "changed": true, "cmd": ["zypper", "lr"], "delta": "0:00:00.020385", "end": "2025-03-05 10:08:35.737353", "msg": "non-zero return code", "rc": 6, "start": "2025-03-05 10:08:35.716968", "stderr": "", "stderr_lines": [], "stdout": "Warning: No repositories defined.\nUse the 'zypper addrepo' command to add one or more repositories.", "stdout_lines": ["Warning: No repositories defined.", "Use the 'zypper addrepo' command to add one or more repositories."]}
fatal: [qesdhdb01l1a8]: FAILED! => {"attempts": 10, "changed": true, "cmd": ["zypper", "lr"], "delta": "0:00:00.020393", "end": "2025-03-05 10:08:35.854394", "msg": "non-zero return code", "rc": 6, "start": "2025-03-05 10:08:35.834001", "stderr": "", "stderr_lines": [], "stdout": "Warning: No repositories defined.\nUse the 'zypper addrepo' command to add one or more repositories.", "stdout_lines": ["Warning: No repositories defined.", "Use the 'zypper addrepo' command to add one or more repositories."]}
@lpalovsky lpalovsky added the bug Something isn't working label Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant