Skip to content

Commit

Permalink
Bug Fix: sap-hana-rhel9: new download link for AAP 2.5 (#8910)
Browse files Browse the repository at this point in the history
* test waiting for job to finish

* fixed bug in waiting for playbook to finish

* modified wait routine

* updated output message

* adapted runtime for playbook

* gti commit -a -m "added link to pick sha256, if new AAP version is released"

* changed owner in README

* Updated with new SHA key for AAP 2.5

* sap-hana-rhel9: typo in initial config  file (description only)

* sap-hana-rhel9: updated default package list for

* sap-hana-rhel9: updated download sha value

* for testing only

* sap-hana-rhel9: Updated SHA

* reversed package install

---------

Co-authored-by: Markus Koch <[email protected]#>
  • Loading branch information
rhmk and Markus Koch authored Dec 6, 2024
1 parent 7d6584c commit c2771b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ansible/configs/sap-hana-rhel9/default_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ common_extra_packages:
# vim-enhanced
- at
- python3-pip
# required for SAP
- langpacks-en
- glibc-langpack-en

cf_template_description: "{{ env_type }}-{{ guid }} Ansible Agnostic Deployer "

Expand All @@ -80,7 +83,7 @@ aap_pull_secret: "{{ ocp4_ai_pull_secret }}"

# AA2 Downloadfile
# https://access.redhat.com/downloads/content/480/ver=2.5/rhel---9/2.5/x86_64/product-software
provided_sha_value: '32b9a09f00146d5ff31a2af644f082d0cc990de4e2fbfb360bcff320e9951eac' # RHEl 9 2.5 Containerized Bundle
provided_sha_value: 'a9ad4c98b913cf43c5331293c572379c8a1096b392f56e3e095cbfea2282ae71' # RHEl 9 2.5 Containerized Bundle

# EPEL
#ansible_tower_epel_download_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ controller_hosts:
description: "Primary SAP HANA Host"
inventory: "SAP Demo"
- name: "{{ ansible_hana2_hostname }}"
description: "Primary SAP HANA Host"
description: "Secondary SAP HANA Host"
inventory: "SAP Demo"
- name: "{{ ansible_s4hana_hostname }}"
description: "SAP S/4HANA Host"
description: "SAP S/4HANA Application Server"
inventory: "SAP Demo"
- name: "{{ bastion_hostname }}"
description: "Fileserver"
Expand Down

0 comments on commit c2771b9

Please sign in to comment.