Skip to content

Commit dbfdfe2

Browse files
author
Kimmo Forss
committed
Add the override capability
1 parent ace0240 commit dbfdfe2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/sap/automation/configure-sap-parameters.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ In order to install the Oracle backend using the SAP on Azure Deployment Automat
161161
> | `ora_release` | The Oracle release version, for example 19.0.0 | Required |
162162
> | `oracle_sbp_patch` | The Oracle SBP patch file name | Required |
163163

164-
### Shared Home support
164+
#### Shared Home support
165165

166166
To configure shared home support for Oracle, you need to add a dictionary defining the SIDs to be deployed. You can do that by adding the parameter 'MULTI_SIDS' that contains a list of the SIDs and the SID details.
167167

@@ -200,6 +200,15 @@ If you want to provide them as parameters for the Ansible playbooks, you can do
200200
ansible-playbook -i hosts SID_hosts.yaml --extra-vars "sapinst_gid=1000" .....
201201
```
202202

203+
You can also override the default parameters by specifying them in the `configuration_settings' variable in your tfvars file. For example, if you want to override 'sapinst_gid' your tfvars file should contain the following line:
204+
205+
```terraform
206+
configuration_settings = {
207+
sapinst_gid = "1000"
208+
}
209+
```
210+
211+
203212

204213
## Next steps
205214

0 commit comments

Comments
 (0)