You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${strcontains(var.module_var_ansible_sap_scenario_selection, "hana") ?"# Ansible Playbooks for SAP - SAP HANA variables when multiple hosts (HA or Scale-Out)":""}
Added flag for IBM Power. With the homogenised approach leveraging 'existing hosts' created by Terraform and execution of the Ansible Playbooks for SAP, there is no Terraform Variable that indicates the hosts are IBM Power.
4
+
5
+
6
+
# Alternative data conversion
7
+
8
+
Data conversion from Terraform Map of host specifications, to a Python (Ansible) Dictionary can be achieved instead using Jinja:
9
+
10
+
```yaml
11
+
# For end user ease of use, the host specifications dictionary uses disk_count to indicate how many disks will be provisioned
12
+
# However the sap_storage_setup Ansible Role can not detect disk_count, and requires the key to be renamed lvm_lv_stripes
13
+
- name: Convert sap_vm_provision_*_host_specifications_dictionary.storage_definition to sap_storage_setup.sap_storage_setup_definition
0 commit comments