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
Copy file name to clipboardExpand all lines: aws/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@
4
4
-[highlevel description](#highlevel-description)
5
5
-[advanced usage](#advanced-usage)
6
6
-[monitoring](../doc/monitoring.md)
7
-
-[QA](../doc/qa.md)
8
7
-[specification](#specification)
9
8
10
9
# Quickstart
@@ -145,7 +144,7 @@ In order to deploy the environment, different configurations are available throu
145
144
146
145
## QA deployment
147
146
148
-
The project has been created in order to provide the option to run the deployment in a `Test` or `QA` mode. This mode only enables the packages coming properly from SLE channels, so no other packages will be used. Find more information [here](../doc/qa.md).
147
+
The project has been created in order to provide the option to run the deployment in a `Test` or `QA` mode. This mode only enables the packages coming properly from SLE channels, so no other packages will be used. Set `offline_mode = true` in `terraform.tfvars` to enable it.
149
148
150
149
## Pillar files configuration
151
150
@@ -166,7 +165,7 @@ There are some fixed values used throughout the terraform configuration:
166
165
- The iSCSI server has a second disk volume that is being used as a shared device.
167
166
- Salt is partitioning this device in 5 x 1MB partitions and then configuring just the LUN 0 for iSCSI (improvement is needed in iscsi-formula to create more than one device). **Until this improvement is added, an iscsi config file (/etc/target/saveconfig.json) is loaded when the qa_mode is set to true to configure 5 more LUN, mandatory for other tests like DRBD.**
168
167
- iSCSI LUN 0 is being used in the cluster as SBD device.
169
-
- The cluster nodes have a second disk volume that is being used for Hana installation.
168
+
- The cluster nodes have a second disk volume that is being used for HANA installation.
monitoring_hana_targets_vip=var.hana_ha_enabled? [local.hana_cluster_vip] : [local.hana_ips[0]] # we use the vip for HA scenario and 1st hana machine for non HA to target the active hana instance
hana_targets=concat(local.hana_ips, var.hana_ha_enabled? [local.hana_cluster_vip] : [local.hana_ips[0]]) # we use the vip for HA scenario and 1st hana machine for non HA to target the active hana instance
0 commit comments