Skip to content

Commit 6503ec5

Browse files
authored
Revise SAP automation documentation for secrets and BOM
Updated the BOM base name and adjusted secret requirements for the storage account in the SAP automation documentation.
1 parent 585ea2c commit 6503ec5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/sap/automation/software.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ First, configure your deployer key vault secrets. For this example configuration
4949
az keyvault secret set --name "S-Password" --vault-name "${key_vault}" --value "${sap_user_password}";
5050
```
5151
52-
1. Two other secrets are needed in this step for the storage account. The automation framework automatically sets up `sapbits`. It's always a good practice to verify whether they existed in your deployer key vault or not.
52+
1. Another secret is needed in this step for the storage account. The automation framework automatically sets up `sapbits`. It's always a good practice to verify whether it exists in your deployer key vault or not.
5353
5454
```text
55-
sapbits-access-key
5655
sapbits-location-base-path
5756
```
5857
@@ -75,7 +74,7 @@ To configure the SAP parameters file:
7574
```bash
7675
cat <<EOF > sap-parameters.yaml
7776
---
78-
bom_base_name: S41909SPS03_v0010ms
77+
bom_base_name: S42025SPS00_v88_v0002ms
7978
kv_name: Name of your Management/Control Plane keyvault
8079
..
8180
EOF
@@ -89,7 +88,7 @@ To configure the SAP parameters file:
8988
9089
1. Update the following parameters:
9190
92-
1. Change the value of `bom_base_name` to `S41909SPS03_v0010ms`.
91+
1. Change the value of `bom_base_name` to `S42025SPS00_v88_v0002ms`.
9392
9493
1. Change the value of `kv_name` to the name of the deployer key vault.
9594
@@ -119,6 +118,7 @@ Another option is to run the Ansible playbooks by using the `ansible-playbook` c
119118
ansible-playbook \
120119
--user azureadm \
121120
--extra-vars="@sap-parameters.yaml" \
121+
--extra-vars="BOM_directory=~/Azure_SAP_Automated_Deployment/samples" \
122122
~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/playbook_bom_downloader.yaml
123123
```
124124

0 commit comments

Comments
 (0)