Skip to content

Commit 0bc6b67

Browse files
author
Kimmo Forss
committed
BOM updates
1 parent 2a9806b commit 0bc6b67

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/sap/automation/tutorial.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ For this example configuration, the resource group is `MGMT-NOEU-DEP00-INFRASTRU
549549

550550
```yaml
551551
552-
bom_base_name: S41909SPS03_v0010ms
552+
bom_base_name: S4HANA_2021_FP01_v0001ms
553553
554554
```
555555

@@ -559,7 +559,7 @@ For this example configuration, the resource group is `MGMT-NOEU-DEP00-INFRASTRU
559559

560560
```yaml
561561
562-
bom_base_name: S41909SPS03_v0010ms
562+
bom_base_name: S4HANA_2021_FP01_v0001ms
563563
kv_name: <Deployer KeyVault Name>
564564
565565
```
@@ -570,9 +570,9 @@ For this example configuration, the resource group is `MGMT-NOEU-DEP00-INFRASTRU
570570
571571
```yaml
572572
573-
bom_base_name: S41909SPS03_v0010
573+
bom_base_name: S4HANA_2021_FP01_v0001ms
574574
kv_name: <Deployer KeyVault Name>
575-
check_storage_account: false
575+
BOM_directory: ${HOME}/Azure_SAP_Automated_Deployment/samples/SAP
576576
577577
```
578578
@@ -733,14 +733,15 @@ Deploy the SAP system.
733733
export sap_env_code="DEV"
734734
export region_code="<region_code>"
735735
export vnet_code="SAP01"
736+
export SID="X00"
736737
737738
export CONFIG_REPO_PATH="${HOME}/Azure_SAP_Automated_Deployment/WORKSPACES"
738739
export SAP_AUTOMATION_REPO_PATH="${HOME}/Azure_SAP_Automated_Deployment/sap-automation"
739740
740-
cd ${CONFIG_REPO_PATH}/SYSTEM/${sap_env_code}-${region_code}-${vnet_code}-X00
741+
cd ${CONFIG_REPO_PATH}/SYSTEM/${sap_env_code}-${region_code}-${vnet_code}-${SID}
741742
742743
${DEPLOYMENT_REPO_PATH}/deploy/scripts/installer.sh \
743-
--parameterfile "${sap_env_code}-${region_code}-${vnet_code}-X00.tfvars" \
744+
--parameterfile "${sap_env_code}-${region_code}-${vnet_code}-${SID}.tfvars" \
744745
--type sap_system
745746
```
746747

@@ -750,8 +751,8 @@ The deployment command for the `northeurope` example looks like:
750751
cd ~/Azure_SAP_Automated_Deployment/WORKSPACES/SYSTEM/DEV-NOEU-SAP01-X00
751752
752753
${DEPLOYMENT_REPO_PATH}/deploy/scripts/installer.sh \
753-
--parameterfile DEV-NOEU-SAP01-X00.tfvars \
754-
--type sap_system \
754+
--parameterfile DEV-NOEU-SAP01-X00.tfvars \
755+
--type sap_system \
755756
--auto-approve
756757
```
757758

0 commit comments

Comments
 (0)