Skip to content

Commit e50f1ca

Browse files
authored
Merge pull request #152 from ehaefele/ibm-powervs
sap_vm_provision: Update ibmcloud PowerVS image dictionaries
2 parents 3745682 + dae4190 commit e50f1ca

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

roles/sap_vm_provision/defaults/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,13 +469,14 @@ sap_vm_provision_ibmcloud_vs_host_os_image_dictionary:
469469
# OS Images - IBM Cloud, IBM Power VS 'Full Linux subscription' with support and activation keys
470470
sap_vm_provision_ibmcloud_powervs_host_os_image_dictionary:
471471
# Red Hat
472-
rhel-8-8: ".*RHEL.*8.*8"
473-
rhel-9-2: ".*RHEL.*9.*2"
472+
rhel-8-10: ".*RHEL.*8.*10"
474473
rhel-9-4: ".*RHEL.*9.*4"
475-
rhel-8-4-sap-ha: "RHEL8-SP4-SAP"
476474
rhel-8-6-sap-ha: ".*RHEL.*8.*6.*SAP$" # ensure string suffix using $
477475
rhel-8-8-sap-ha: ".*RHEL.*8.*8.*SAP$" # ensure string suffix using $
476+
rhel-8-10-sap-ha: ".*RHEL.*8.*10.*SAP$" # ensure string suffix using $
478477
rhel-9-2-sap-ha: ".*RHEL.*9.*2.*SAP$" # ensure string suffix using $
478+
rhel-9-4-sap-ha: ".*RHEL.*9.*4.*SAP$" # ensure string suffix using $
479+
rhel-9-6-sap-ha: ".*RHEL.*9.*6.*SAP$" # ensure string suffix using $
479480
# rhel-8-4-sap-ha-byol: "RHEL8-SP4-SAP-BYOL"
480481
# rhel-8-6-sap-ha-byol: ".*RHEL.*8.*6.*SAP-BYOL$" # ensure string suffix using $
481482
# rhel-8-8-sap-ha-byol: ".*RHEL.*8.*8.*SAP-BYOL$" # ensure string suffix using $

0 commit comments

Comments
 (0)