Skip to content

Use sap_storage_setup role in qe-sap-deployment#443

Draft
lilyeyes wants to merge 1 commit intoSUSE:mainfrom
lilyeyes:enable-upstream-role-use-for-sap_storage_setup
Draft

Use sap_storage_setup role in qe-sap-deployment#443
lilyeyes wants to merge 1 commit intoSUSE:mainfrom
lilyeyes:enable-upstream-role-use-for-sap_storage_setup

Conversation

@lilyeyes
Copy link
Collaborator

TEAM-10887 - [research] Check the qe-sap-storage role in the qe-sap-deployment repo

@lilyeyes lilyeyes force-pushed the enable-upstream-role-use-for-sap_storage_setup branch 2 times, most recently from ef832c0 to dca745b Compare February 14, 2026 08:23
TEAM-10887 - [research] Check the qe-sap-storage role in the qe-sap-deployment repo
@lilyeyes lilyeyes force-pushed the enable-upstream-role-use-for-sap_storage_setup branch from dca745b to 4a937f6 Compare February 14, 2026 08:31

ansible.builtin.include_role:
name: qe_sap_storage
# name: qe_sap_storage
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do it optionally, controlled by a variable like in #434 and #433

name: "{{ item }}"
state: present
environment:
ZYPP_LOCK_TIMEOUT: '120'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be no more needed now that we have #439 merged

- name: Set host type
ansible.builtin.set_fact:
sap_storage_setup_host_type: >-
{% if 'hana01' in inventory_hostname %} ["hana_primary"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look for is_primary: "{{ groups.hana[0] == inventory_hostname }}" in other part of the code.

@lilyeyes
Copy link
Collaborator Author

Thank you Michele, it is just a simple try. I created this PR just in case I forgot it after vacation.
Thanks for all your comments.
Have a good weekend.

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.

2 participants