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/sap/automation/software.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,9 @@ First, configure your deployer key vault secrets. For this example configuration
49
49
az keyvault secret set --name "S-Password" --vault-name "${key_vault}" --value "${sap_user_password}";
50
50
```
51
51
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.
53
53
54
54
```text
55
-
sapbits-access-key
56
55
sapbits-location-base-path
57
56
```
58
57
@@ -75,7 +74,7 @@ To configure the SAP parameters file:
75
74
```bash
76
75
cat <<EOF > sap-parameters.yaml
77
76
---
78
-
bom_base_name: S41909SPS03_v0010ms
77
+
bom_base_name: S42025SPS00_v88_v0002ms
79
78
kv_name: Name of your Management/Control Plane keyvault
80
79
..
81
80
EOF
@@ -89,7 +88,7 @@ To configure the SAP parameters file:
89
88
90
89
1. Update the following parameters:
91
90
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`.
93
92
94
93
1. Change the value of `kv_name` to the name of the deployer key vault.
95
94
@@ -119,6 +118,7 @@ Another option is to run the Ansible playbooks by using the `ansible-playbook` c
0 commit comments