Skip to content

Commit 2c687f3

Browse files
authored
Merge pull request #180546 from KimForss/master
Update the HOL
2 parents b6231fe + 3b708ad commit 2c687f3

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

articles/virtual-machines/workloads/sap/automation-tutorial.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -435,13 +435,14 @@ In the `kv_name parameter`, enter the name of the deployer resource group key va
435435
436436
bom_base_name: S41909SPS03_v0006ms
437437
kv_name: MGMTNOEUDEP00user99F
438+
check_storage_account: true
438439
439440
```
440441

441-
Execute the Ansible playbooks. One way you can execute the playbooks is to use the validator test menu. Run the validator test menu script.
442+
Execute the Ansible playbooks. One way you can execute the playbooks is to use the Downloader menu. Run the download_menu script.
442443

443444
```bash
444-
~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/validator_test_menu.sh
445+
~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/download_menu.sh
445446
```
446447

447448
Select which playbooks to execute.
@@ -495,7 +496,7 @@ Copy the sample configuration files from the repository.
495496
```bash
496497
cd ~/Azure_SAP_Automated_Deployment/
497498
498-
cp -Rp ./sap-automation/training_materials/WORKSPACES ./
499+
cp -Rp ./sap-automation/training-materials/WORKSPACES ./
499500
```
500501

501502
## Deploy the Workload Zone
@@ -605,9 +606,16 @@ cd ~/Azure_ SAP_Automated_Deployment/WORKSPACES/SYSTEM/DEV-NOEU-SAP01-X00/
605606

606607
Make sure you have the following files in the current folder: `sap-parameters.yaml` and `SID_host.yaml`.
607608

608-
For a standalone SAP S/4HANA system, there are eight playbooks to execute in sequence. You can trigger the following playbooks from using a menu system.
609+
For a standalone SAP S/4HANA system, there are eight playbooks to execute in sequence. One way you can execute the playbooks is to use the Configuration menu.
610+
611+
Run the configuration_menu script.
612+
613+
```bash
614+
~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/configuration_menu.sh
615+
```
616+
609617

610-
Trigger the playbooks to execute.
618+
Choose the playbooks to execute.
611619

612620
### Playbook: OS Config
613621

0 commit comments

Comments
 (0)