Skip to content

Commit

Permalink
all: update ibmcloud powervs hardware machine type opt
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-freeman committed Apr 28, 2024
1 parent ff74cf2 commit 92f45da
Show file tree
Hide file tree
Showing 25 changed files with 59 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy_scenarios/sap_bw4hana_sandbox/ansible_extravars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:
bw4h01: # Hostname, must be 13 characters or less
sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "{{ sap_system_sid }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:
hdb-node: # Hostname, must be 13 characters or less
sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "{{ sap_system_hana_db_sid }}"
Expand Down Expand Up @@ -762,6 +763,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:
nwas01: # Hostname, must be 13 characters or less
sap_host_type: nwas_pas # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "cnp-2x32" # 16 vCPU x 32GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "{{ sap_system_sid }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:
ecc01: # Hostname, must be 13 characters or less
sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "{{ sap_system_sid }}"
Expand Down
1 change: 1 addition & 0 deletions deploy_scenarios/sap_hana/ansible_extravars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:
hana01: # Hostname, must be 13 characters or less
sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "{{ sap_system_hana_db_sid }}"
Expand Down
2 changes: 2 additions & 0 deletions deploy_scenarios/sap_hana_ha/ansible_extravars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:
hana-p: # Hostname, must be 13 characters or less
sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "{{ sap_system_hana_db_sid }}"
Expand Down Expand Up @@ -701,6 +702,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:
hana-s: # Hostname, must be 13 characters or less
sap_host_type: hana_secondary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "{{ sap_system_hana_db_sid }}"
Expand Down
1 change: 1 addition & 0 deletions deploy_scenarios/sap_hana_scaleout/ansible_extravars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:
hdb-scaleout: # Hostname, must be 13 characters or less
sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "{{ sap_system_hana_db_sid }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:
ecc01: # Hostname, must be 13 characters or less
sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "{{ sap_system_sid }}"
Expand Down
2 changes: 2 additions & 0 deletions deploy_scenarios/sap_landscape_s4hana_standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ SAP S/4HANA software versions:

Prior to execution, please read the [full documentation of the Ansible Playbooks for SAP](../docs/README.md) for the capabilities and different execution methods.

NOTE: As this provisions and targets more than 5 hosts, it is recommended to execute the Ansible Playbook with `--forks=6` to increase execution speed, as the default forks is `5`.

## Execution outcome

When executing this Ansible Playbook for SAP, the following hosts are provisioned (unless an Ansible Inventory is provided for existing hosts):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2027,6 +2027,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:

sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "H51"
Expand Down Expand Up @@ -2095,6 +2096,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:

sap_host_type: nwas_pas # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "cnp-2x32" # 16 vCPU x 32GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "D01"
Expand Down Expand Up @@ -2143,6 +2145,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:

sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "H61"
Expand Down Expand Up @@ -2199,6 +2202,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:

sap_host_type: nwas_pas # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "cnp-2x32" # 16 vCPU x 32GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "T01"
Expand Down Expand Up @@ -2247,6 +2251,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:

sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "H90"
Expand Down Expand Up @@ -2303,6 +2308,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:

sap_host_type: nwas_pas # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "cnp-2x32" # 16 vCPU x 32GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "P01"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ SAP S/4HANA software versions:

Prior to execution, please read the [full documentation of the Ansible Playbooks for SAP](../docs/README.md) for the capabilities and different execution methods.

NOTE: As this provisions and targets more than 5 hosts, it is recommended to execute the Ansible Playbook with `--forks=6` to increase execution speed, as the default forks is `5`.

## Execution outcome

When executing this Ansible Playbook for SAP, the following hosts are provisioned (unless an Ansible Inventory is provided for existing hosts):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:

sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "H51"
Expand Down Expand Up @@ -1593,6 +1594,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:

sap_host_type: nwas_pas # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "cnp-2x32" # 16 vCPU x 32GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "D01"
Expand Down Expand Up @@ -1641,6 +1643,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:

sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "H61"
Expand Down Expand Up @@ -1697,6 +1700,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:

sap_host_type: nwas_pas # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "cnp-2x32" # 16 vCPU x 32GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "T01"
Expand Down Expand Up @@ -1745,6 +1749,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:

sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "H90"
Expand Down Expand Up @@ -1801,6 +1806,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:

sap_host_type: nwas_pas # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "cnp-2x32" # 16 vCPU x 32GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "P01"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:
nwas01: # Hostname, must be 13 characters or less
sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "{{ sap_system_sid }}"
Expand Down
4 changes: 4 additions & 0 deletions deploy_scenarios/sap_s4hana_distributed/ansible_extravars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2300,6 +2300,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:
hana01: # Hostname, must be 13 characters or less
sap_host_type: hana_primary # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "ush1-4x256" # 32 vCPU x 256GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "{{ sap_system_hana_db_sid }}"
Expand Down Expand Up @@ -2359,6 +2360,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:
nwas-ascs: # Hostname, must be 13 characters or less
sap_host_type: nwas_ascs # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "cnp-2x32" # 16 vCPU x 32GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "{{ sap_system_sid }}"
Expand Down Expand Up @@ -2406,6 +2408,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:
nwas-pas: # Hostname, must be 13 characters or less
sap_host_type: nwas_pas # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "cnp-2x32" # 16 vCPU x 32GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "{{ sap_system_sid }}"
Expand Down Expand Up @@ -2453,6 +2456,7 @@ sap_vm_provision_ibmcloud_powervs_host_specifications_dictionary:
nwas-aas: # Hostname, must be 13 characters or less
sap_host_type: nwas_aas # hana_primary, hana_secondary, nwas_ascs, nwas_ers, nwas_pas, nwas_aas
virtual_machine_profile: "cnp-2x32" # 16 vCPU x 32GB DRAM, alt: use custom SAP instance profile sizes using cnp-2x16 (2 Power Cores [16 vCPU] x 16GB) and above
ibmcloud_powervs_hardware_machine_type: e980 # IBM Power hardware machine type (MT) used to host the Virtual Machine
disable_ip_anti_spoofing: true

sap_storage_setup_sid: "{{ sap_system_sid }}"
Expand Down
2 changes: 2 additions & 0 deletions deploy_scenarios/sap_s4hana_distributed_ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ SAP S/4HANA software versions:

Prior to execution, please read the [full documentation of the Ansible Playbooks for SAP](../docs/README.md) for the capabilities and different execution methods.

NOTE: As this provisions and targets more than 5 hosts, it is recommended to execute the Ansible Playbook with `--forks=6` to increase execution speed, as the default forks is `5`.

### Execution outcome

When executing this Ansible Playbook for SAP, the following hosts are provisioned (unless an Ansible Inventory is provided for existing hosts):
Expand Down
Loading

0 comments on commit 92f45da

Please sign in to comment.