Skip to content

Commit 5d023ed

Browse files
authored
Merge pull request #180287 from KimForss/kimforss-url-updates
URL updates
2 parents 664aa04 + 6809378 commit 5d023ed

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

articles/virtual-machines/workloads/sap/automation-get-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ git clone https://github.com/Azure/sap-automation.git
4141
Prepare the environment using the following steps:
4242

4343
```bash
44-
export DEPLOYMENT_REPO_PATH=~/Azure_SAP_Automated_Deployment/sap-hana
44+
export DEPLOYMENT_REPO_PATH=~/Azure_SAP_Automated_Deployment/sap-automation
4545
export ARM_SUBSCRIPTION_ID=<subscriptionID>
4646
```
4747
> [!NOTE]
@@ -52,7 +52,7 @@ You can copy the sample configuration files to start testing the deployment auto
5252
```bash
5353
cd ~/Azure_SAP_Automated_Deployment
5454

55-
cp -R sap-hana/deploy/samples/WORKSPACES WORKSPACES
55+
cp -R sap-automation/deploy/samples/WORKSPACES WORKSPACES
5656

5757
```
5858

@@ -70,13 +70,13 @@ git clone https://github.com/Azure/sap-automation.git
7070
Import the PowerShell module
7171

7272
```powershell
73-
Import-Module C:\Azure_SAP_Automated_Deployment\sap-hana\deploy\scripts\pwsh\SAPDeploymentUtilities\Output\SAPDeploymentUtilities\SAPDeploymentUtilitiespsd1
73+
Import-Module C:\Azure_SAP_Automated_Deployment\sap-automation\deploy\scripts\pwsh\SAPDeploymentUtilities\Output\SAPDeploymentUtilities\SAPDeploymentUtilitiespsd1
7474
```
7575

7676
---
7777

7878
> [!TIP]
79-
> The deployer already clones [SAP deployment automation framework repository](https://github.com/Azure/sap-hana).
79+
> The deployer already clones [SAP deployment automation framework repository](https://github.com/Azure/sap-automation).
8080
8181
## Copy the samples
8282

@@ -87,15 +87,15 @@ You can copy the sample configuration files to start testing the deployment auto
8787
```bash
8888
cd ~/Azure_SAP_Automated_Deployment
8989

90-
cp -R sap-hana/deploy/samples/WORKSPACES WORKSPACES
90+
cp -R sap-automation/deploy/samples/WORKSPACES WORKSPACES
9191
```
9292
# [Windows](#tab/windows)
9393

9494
```powershell
9595
cd C:\Azure_SAP_Automated_Deployment
9696
mkdir WORKSPACES
9797
98-
xcopy sap-hana\deploy\samples\WORKSPACES WORKSPACES
98+
xcopy sap-automation\deploy\samples\WORKSPACES WORKSPACES
9999
```
100100

101101
---

articles/virtual-machines/workloads/sap/automation-naming-module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ To prepare your Terraform environment for custom naming, you first need to creat
5656

5757
1. Create a root-level folder in your Terraform environment. For example, `Azure_SAP_Automated_Deployment`.
5858
1. Navigate to your new root-level folder.
59-
1. Clone the [automation framework repository](https://github.com/Azure/sap-hana). This step creates a new folder `sap-hana`.
59+
1. Clone the [automation framework repository](https://github.com/Azure/sap-automation). This step creates a new folder `sap-automation`.
6060
1. Create a folder within the root-level folder called `Contoso_naming`.
61-
1. Navigate to the `sap-hana` folder.
61+
1. Navigate to the `sap-automation` folder.
6262
1. Check out the appropriate branch in git.
63-
1. Navigate to `\deploy\terraform\terraform-units\modules` within the `sap-hana` folder.
63+
1. Navigate to `\deploy\terraform\terraform-units\modules` within the `sap-automation` folder.
6464
1. Copy the folder `sap_namegenerator` to the `Contoso_naming` folder.
6565

6666
The naming module is called from the root terraform folders:

articles/virtual-machines/workloads/sap/automation-new-vs-existing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In this scenario, the automation framework creates all Azure components, and use
4646

4747
To test this scenario:
4848

49-
Clone the [SAP deployment automation framework](https://github.com/Azure/sap-hana/) repository and copy the sample files to your root folder for parameter files:
49+
Clone the [SAP deployment automation framework](https://github.com/Azure/sap-automation/) repository and copy the sample files to your root folder for parameter files:
5050

5151
```bash
5252
cd ~/Azure_SAP_Automated_Deployment
@@ -74,7 +74,7 @@ appId=<appID>
7474
spn_secret=<password>
7575
tenant_id=<tenant>
7676

77-
export DEPLOYMENT_REPO_PATH="${HOME}/Azure_SAP_Automated_Deployment/sap-hana/"
77+
export DEPLOYMENT_REPO_PATH="${HOME}/Azure_SAP_Automated_Deployment/sap-automation/"
7878
export ARM_SUBSCRIPTION_ID="${subscriptionID}"
7979

8080
$DEPLOYMENT_REPO_PATH/scripts/prepare_region.sh
@@ -221,7 +221,7 @@ appId=<appID>
221221
spn_secret=<password>
222222
tenant_id=<tenant>
223223

224-
export DEPLOYMENT_REPO_PATH="${HOME}/Azure_SAP_Automated_Deployment/sap-hana/"
224+
export DEPLOYMENT_REPO_PATH="${HOME}/Azure_SAP_Automated_Deployment/sap-automation/"
225225
export ARM_SUBSCRIPTION_ID="${subscriptionID}"
226226

227227
$DEPLOYMENT_REPO_PATH/scripts/prepare_region.sh

articles/virtual-machines/workloads/sap/automation-run-ansible.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: virtual-machines-sap
1111

1212
# Get started Ansible configuration
1313

14-
When you use the [SAP deployment automation framework on Azure](automation-deployment-framework.md), you have the option to do an [automated infrastructure deployment](automation-get-started.md), However, you can also do the required operating system configurations and install SAP using Ansible playbooks provided in the repository. These playbooks are located in the automation framework repository in the `/sap-hana/deploy/ansible` folder.
14+
When you use the [SAP deployment automation framework on Azure](automation-deployment-framework.md), you have the option to do an [automated infrastructure deployment](automation-get-started.md), However, you can also do the required operating system configurations and install SAP using Ansible playbooks provided in the repository. These playbooks are located in the automation framework repository in the `/sap-automation/deploy/ansible` folder.
1515

1616
| Filename | Description |
1717
| ------------------------------------------ | ------------------------------------------------- |
@@ -197,7 +197,7 @@ playbook_options=(
197197
"${@}"
198198
)
199199

200-
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-hana/deploy/ansible/playbook_01_os_base_config.yaml
200+
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/playbook_01_os_base_config.yaml
201201

202202
```
203203

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Then, execute the Ansible playbooks. One way you can execute the playbooks is to
103103
1. Run the validator test menu script:
104104
105105
```bash
106-
~/Azure_SAP_Automated_Deployment/sap-hana/deploy/ansible/validator_test_menu.sh
106+
~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/validator_test_menu.sh
107107
```
108108
109109
1. Select the playbook to execute. For example:
@@ -121,7 +121,7 @@ Another option is to execute the Ansible playbooks using the command `ansible-pl
121121
ansible-playbook \
122122
--user azureadm \
123123
--extra-vars="@sap-parameters.yaml" \
124-
~/Azure_SAP_Automated_Deployment/sap-hana/deploy/ansible/playbook_bom_downloader.yaml
124+
~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/playbook_bom_downloader.yaml
125125
```
126126

127127
## Next steps

0 commit comments

Comments
 (0)