-
Notifications
You must be signed in to change notification settings - Fork 147
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] "development" branch failed on "playbook_01_os_base_config.yaml" on "suse:sles-sap-15-sp5/6:gen2:latest" PC image: "zypper lr" returns 6 #672
Comments
@lilyeyes thanks for reporting this. If you have deployed these systems via SDAF terraform modules, could you kindly confirm that the VM images variables are set as following? for example, the database_vm_image = {
os_type = "LINUX",
source_image_id = "",
publisher = "SUSE",
offer = "sles-sap-15-sp6",
sku = "gen2",
version = "latest",
type = "marketplace"
} |
If using "development" branch this issue can found on both sp5 and sp6 imgs (I only tried these 2 images ATM).
or
|
Thank you, for the additional information. Could you also confirm if this issue is a recurring one, please? While I have used the SP6 image for our internal testing, I did not encounter similar issues before creating PR to the Relevant sections from the logs
|
Yes, this issue is is a recurring one if using |
Describe the bug
I tried version
v3.13.0.1
this playbook can pass.I was trying this branch as I hit an issue (
playbook_04_00_00_db_install.yaml
hangs onTASK [roles-os/1.17-generic-pacemaker : 1.17 Generic Pacemaker - Enable Stonith] ***
, I will open another bug later) onsuse:sles-sap-15-**sp6**:gen2:latest
PC images.I though "#664" (Feature: Enable SAPHanaSR-angi configuration for scale-up configurations) might fix my issue as "development" branch includes #664.
The
development
branch failed onplaybook_01_os_base_config.yaml
onsuse:sles-sap-15-**sp5/6**:gen2:latest
PC images.It reports:
To reproduce
List of executed playbooks:
Expected behavior
I tried version
v3.13.0.1
this playbook can pass. Sodevelopment
should pass too.Additional context
This is a result of testing SDAF using OpenQA test framework.
The text was updated successfully, but these errors were encountered: