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
1. Clone the SAP automation repository from GitHub.
121
143
122
144
```git bash
@@ -140,21 +162,37 @@ Next, set up a virtual machine (VM) where you will download the SAP components l
140
162
141
163
Next, download the SAP installation media to the VM using a script.
142
164
143
-
1. Run the Ansible script **playbook_bom_download** with your own information.
165
+
1. Run the Ansible script **playbook_bom_download** with your own information. Enter the actual values within double quotes but without the triangular brackets
144
166
145
167
The Ansible command that you run should look like:
1. When asked if you have a storage account, enter `Y`.
152
-
153
-
1. For `<username>`, use your SAP username.
154
-
155
-
1. For `<password>`, use your SAP password.
156
-
190
+
157
191
1. For `<bom_base_name>`, use the SAP Version you want to install i.e. **_S41909SPS03_v0011ms_** or **_S42020SPS03_v0003ms_** or **_S4HANA_2021_ISS_v0001ms_**
192
+
193
+
1. For `<s_user>`, use your SAP username.
194
+
195
+
1. For `<s_password>`, use your SAP password.
158
196
159
197
1. For `<storageAccountAccessKey>`, use your storage account's access key. To find the storage account's key:
160
198
@@ -176,6 +214,11 @@ Next, download the SAP installation media to the VM using a script.
176
214
177
215
1. Copy down the **URL** value. The format is `https://<your-storage-account>.blob.core.windows.net/sapbits`. The format is `https://<your-storage-account>.blob.core.windows.net/sapbits`.
178
216
217
+
1. Where `BOM_directory_path` is the absolute path to **SAP-automation-samples/SAP**
218
+
219
+
1. Where `orchestration_ansible_user` is the user with **admin** privileges.
220
+
221
+
179
222
Now you can [install the SAP software](install-software.md) through Azure Center for SAP solutions.
180
223
181
224
## Manual upload method
@@ -404,4 +447,4 @@ Now you can [install the SAP software](install-software.md) through Azure Center
404
447
405
448
## Next steps
406
449
407
-
- [Install the SAP software](install-software.md) through Azure Center for SAP solutions
450
+
- [Install the SAP software](install-software.md) through Azure Center for SAP solutions
0 commit comments