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: articles/virtual-machines/workloads/sap/automation-configure-control-plane.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The control plane for the [SAP deployment automation framework on Azure](automat
19
19
20
20
## Deployer
21
21
22
-
The [deployer](automation-deployment-framework.md#deployment-components) is the execution engine of the [SAP automation framework](automation-deployment-framework.md). It is a pre-configured virtual machine (VM) that is used for executing Terraform and Ansible commands.
22
+
The [deployer](automation-deployment-framework.md#deployment-components) is the execution engine of the [SAP automation framework](automation-deployment-framework.md). It's a pre-configured virtual machine (VM) that is used for executing Terraform and Ansible commands.
23
23
24
24
The configuration of the deployer is performed in a Terraform tfvars variable file.
25
25
@@ -159,21 +159,29 @@ The table below defines the parameters used for defining the Key Vault informati
159
159
160
160
### Example parameters file for deployer (required parameters only)
161
161
162
-
```bash
162
+
```terraform
163
163
# The environment value is a mandatory field, it is used for partitioning the environments, for example (PROD and NP)
164
164
environment="MGMT"
165
+
165
166
# The location/region value is a mandatory field, it is used to control where the resources are deployed
166
167
location="westeurope"
167
168
168
169
# management_network_address_space is the address space for management virtual network
169
170
management_network_address_space="10.10.20.0/25"
171
+
170
172
# management_subnet_address_prefix is the address prefix for the management subnet
171
173
management_subnet_address_prefix="10.10.20.64/28"
174
+
172
175
# management_firewall_subnet_address_prefix is the address prefix for the firewall subnet
# management_bastion_subnet_address_prefix is a mandatory parameter if bastion is deployed and if the subnets are not defined in the workload or if existing subnets are not used
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/automation-configure-system.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ The automation framework can be used to deploy the following SAP architectures:
29
29
30
30
### Standalone
31
31
32
-
In the Standalone architecture all the SAP roles are installed on a single server.
32
+
In the Standalone architecture, all the SAP roles are installed on a single server.
33
+
33
34
34
35
To configure this topology, define the database tier values and set `enable_app_tier_deployment` to false.
35
36
@@ -40,7 +41,7 @@ To configure this topology, define the database tier values and define `scs_serv
40
41
41
42
### High Availability
42
43
43
-
The Distributed (Highly Available) deployment is similar to the Distributed architecture but either the database or SAP Central Services are both highly available using two virtual machines each with Pacemaker clusters.
44
+
The Distributed (Highly Available) deployment is similar to the Distributed architecture. In this deployment, the database and/or SAP Central Services can both be configured using a highly available configuration using two virtual machines each with Pacemaker clusters.
44
45
45
46
To configure this topology, define the database tier values and set `database_high_availability` to true. Set `scs_server_count = 1` and `scs_high_availability` = true and
46
47
`application_server_count` >= 1
@@ -192,7 +193,7 @@ The application tier defines the infrastructure for the application tier, which
192
193
193
194
## Network parameters
194
195
195
-
If the subnets are not deployed using the workload zone deployment, they can be added in the system's tfvars file.
196
+
If the subnets aren't deployed using the workload zone deployment, they can be added in the system's tfvars file.
196
197
197
198
The automation framework can either deploy the virtual network and the subnets (green field deployment) or using an existing virtual network and existing subnets (brown field deployments).
198
199
- For the green field scenario, the virtual network address space and the subnet address prefixes must be specified
@@ -335,7 +336,9 @@ By default the SAP System deployment uses the credentials from the SAP Workload
335
336
336
337
## Oracle parameters
337
338
338
-
When deploying Oracle based systems these parameters need to be updated in the sap-parameters.yaml file.
339
+
> [!NOTE]
340
+
> These parameters need to be updated in the sap-parameters.yaml file when deploying Oracle based systems.
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/automation-configure-workload-zone.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
@@ -54,7 +54,7 @@ The table below contains the parameters that define the resource group.
54
54
55
55
## Network Parameters
56
56
57
-
The automation framework supports both creating the virtual network and the subnets For green field deployments. (Green field) or using an existing virtual network and existing subnets For brown field deployments. (Brown field) or a combination of For green field deployments. and For brown field deployments..
57
+
The automation framework supports both creating the virtual network and the subnets For green field deployments. (Green field) or using an existing virtual network and existing subnets For brown field deployments. (Brown field) or a combination of For green field deployments. and For brown field deployments.
58
58
- For the green field scenario, the virtual network address space and the subnet address prefixes must be specified
59
59
- For the brown field scenario, the Azure resource identifier for the virtual network and the subnets must be specified
0 commit comments