File tree Expand file tree Collapse file tree
roles/sap_vm_provision/defaults Expand file tree Collapse file tree Original file line number Diff line number Diff 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
470470sap_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 $
You can’t perform that action at this time.
0 commit comments