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
Configuration for the [SAP deployment automation framework on Azure](automation-deployment-framework.md)] happens through parameters files. You provide information about your SAP system properties in a tfvars file, which the automation framework uses for deployment.
14
+
Configuration for the [SAP deployment automation framework on Azure](automation-deployment-framework.md)] happens through parameters files. You provide information about your SAP system properties in a tfvars file, which the automation framework uses for deployment. You can find examples of the variable file in the 'samples/WORKSPACES/SYSTEM' folder.
15
15
16
16
The automation supports both creating resources (green field deployment) or using existing resources (brownfield deployment).
17
17
@@ -60,7 +60,6 @@ The table below contains the parameters that define the environment settings.
60
60
> |`use_prefix`| Controls if the resource naming includes the prefix | Optional | DEV-WEEU-SAP01-X00_xxxx |
61
61
> | 'name_override_file' | Name override file | Optional | see [Custom naming](automation-naming-module.md)|
62
62
63
-
64
63
## Resource group parameters
65
64
66
65
The table below contains the parameters that define the resource group.
@@ -73,6 +72,18 @@ The table below contains the parameters that define the resource group.
73
72
> |`resource_group_arm_id`| Azure resource identifier for an existing resource group | Optional |
74
73
75
74
75
+
76
+
77
+
## SAP Virtual Hostname parameters
78
+
79
+
In the SAP deployment automation framework, the SAP virtual hostname is defined by specifying the `use_secondary_ips` parameter.
> |`network_logical_name`| The logical name of the network. | Required ||
211
-
> |`network_address_space`| The address range for the virtual network. | Mandatory | For new environment deployments |
212
-
> |`admin_subnet_name`| The name of the 'admin' subnet. | Optional ||
213
-
> |`admin_subnet_address_prefix`| The address range for the 'admin' subnet. | Mandatory | For new environment deployments |
214
-
> |`admin_subnet_arm_id`| The Azure resource identifier for the 'admin' subnet. | Mandatory | For existing environment deployments |
215
-
> |`admin_subnet_nsg_name`| The name of the 'admin' Network Security Group name. | Optional ||
216
-
> |`admin_subnet_nsg_arm_id`| The Azure resource identifier for the 'admin' Network Security Group | Mandatory | For existing environment deployments |
217
-
> |`db_subnet_name`| The name of the 'db' subnet. | Optional ||
218
-
> |`db_subnet_address_prefix`| The address range for the 'db' subnet. | Mandatory | For new environment deployments |
219
-
> |`db_subnet_arm_id`| The Azure resource identifier for the 'db' subnet. | Mandatory | For existing environment deployments |
220
-
> |`db_subnet_nsg_name`| The name of the 'db' Network Security Group name. | Optional ||
221
-
> |`db_subnet_nsg_arm_id`| The Azure resource identifier for the 'db' Network Security Group. | Mandatory | For existing environment deployments |
222
-
> |`app_subnet_name`| The name of the 'app' subnet. | Optional ||
223
-
> |`app_subnet_address_prefix`| The address range for the 'app' subnet. | Mandatory | For new environment deployments |
224
-
> |`app_subnet_arm_id`| The Azure resource identifier for the 'app' subnet. | Mandatory | For existing environment deployments |
225
-
> |`app_subnet_nsg_name`| The name of the 'app' Network Security Group name. | Optional ||
226
-
> |`app_subnet_nsg_arm_id`| The Azure resource identifier for the 'app' Network Security Group. | Mandatory | For existing environment deployments |
227
-
> |`web_subnet_name`| The name of the 'web' subnet. | Optional ||
228
-
> |`web_subnet_address_prefix`| The address range for the 'web' subnet. | Mandatory | For new environment deployments |
229
-
> |`web_subnet_arm_id`| The Azure resource identifier for the 'web' subnet. | Mandatory | For existing environment deployments |
230
-
> |`web_subnet_nsg_name`| The name of the 'web' Network Security Group name. | Optional ||
231
-
> |`web_subnet_nsg_arm_id`| The Azure resource identifier for the 'web' Network Security Group. | Mandatory | For existing environment deployments |
232
-
233
-
\* = Required for existing environment deployments
0 commit comments