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
@@ -226,10 +226,10 @@ As a part of the SAP automation framework control plane, you can optionally crea
226
226
227
227
If you would like to use the web app, you must first create an app registration for authentication purposes. Open the Azure Cloud Shell and execute the following commands:
# The environment value is a mandatory field, it is used for partitioning the environments, for example, PROD and NP.
300
-
environment = "MGMT"
300
+
environment = "LAB"
301
301
# The location/region value is a mandatory field, it is used to control where the resources are deployed
302
302
location = "westeurope"
303
303
@@ -340,7 +340,7 @@ code .
340
340
341
341
```terraform
342
342
# The environment value is a mandatory field, it is used for partitioning the environments, for example, PROD and NP.
343
-
environment = "MGMT"
343
+
environment = "LAB"
344
344
# The location/region value is a mandatory field, it is used to control where the resources are deployed
345
345
location = "westeurope"
346
346
@@ -363,9 +363,9 @@ Use the [deploy_controlplane.sh](bash/deploy-controlplane.md) script to deploy t
363
363
364
364
The deployment goes through cycles of deploying the infrastructure, refreshing the state, and uploading the Terraform state files to the library storage account. All of these steps are packaged into a single deployment script. The script needs the location of the configuration file for the deployer and library, and some other parameters.
365
365
366
-
For example, choose **North Europe** as the deployment location, with the four-character name `NOEU`, as previously described. The sample deployer configuration file `MGMT-NOEU-DEP00-INFRASTRUCTURE.tfvars` is in the `~/Azure_SAP_Automated_Deployment/WORKSPACES/DEPLOYER/MGMT-NOEU-DEP00-INFRASTRUCTURE` folder.
366
+
For example, choose **West Europe** as the deployment location, with the four-character name `WEEU`, as previously described. The sample deployer configuration file `LAB-WEEU-DEP05-INFRASTRUCTURE.tfvars` is in the `~/Azure_SAP_Automated_Deployment/WORKSPACES/DEPLOYER/LAB-WEEU-DEP05-INFRASTRUCTURE` folder.
367
367
368
-
The sample SAP library configuration file `MGMT-NOEU-SAP_LIBRARY.tfvars` is in the `~/Azure_SAP_Automated_Deployment/WORKSPACES/LIBRARY/MGMT-NOEU-SAP_LIBRARY` folder.
368
+
The sample SAP library configuration file `LAB-WEEU-SAP_LIBRARY.tfvars` is in the `~/Azure_SAP_Automated_Deployment/WORKSPACES/LIBRARY/LAB-WEEU-SAP_LIBRARY` folder.
369
369
370
370
Set the environment variables for the service principal:
# - Web Application Name: mgmt-noeu-sapdeployment39B #
@@ -442,7 +442,7 @@ You need to note some values for upcoming steps. Look for this text block in the
442
442
443
443
2. Go to the [Azure portal](https://portal.azure.com).
444
444
445
-
Select **Resource groups**. Look for new resource groups for the deployer infrastructure and library. For example, you might see `MGMT-[region]-DEP00-INFRASTRUCTURE` and `MGMT-[region]-SAP_LIBRARY`.
445
+
Select **Resource groups**. Look for new resource groups for the deployer infrastructure and library. For example, you might see `LAB-[region]-DEP05-INFRASTRUCTURE` and `LAB-[region]-SAP_LIBRARY`.
446
446
447
447
The contents of the deployer and SAP library resource group are shown here.
448
448
@@ -491,11 +491,11 @@ To connect to your deployer VM:
491
491
492
492
1. Select or search for **Key vaults**.
493
493
494
-
1. On the **Key vault** page, find the deployer key vault. The name starts with `MGMT[REGION]DEP00user`. Filter by **Resource group** or **Location**, if necessary.
494
+
1. On the **Key vault** page, find the deployer key vault. The name starts with `LAB[REGION]DEP05user`. Filter by **Resource group** or **Location**, if necessary.
495
495
496
496
1. On the **Settings** section in the left pane, select **Secrets**.
497
497
498
-
1. Find and select the secret that contains **sshkey**. It might look like `MGMT-[REGION]-DEP00-sshkey`.
498
+
1. Find and select the secret that contains **sshkey**. It might look like `LAB-[REGION]-DEP05-sshkey`.
499
499
500
500
1. On the secret's page, select the current version. Then, copy the **Secret value**.
You can deploy the web application using the following script:
625
625
626
626
```bash
627
-
export env_code="MGMT"
628
-
export vnet_code="DEP00"
627
+
export env_code="LAB"
628
+
export vnet_code="DEP05"
629
629
export region_code="<region_code>"
630
630
export webapp_name="<webAppName>"
631
631
export app_id="<appRegistrationId>"
@@ -656,24 +656,24 @@ az webapp restart --resource-group ${env_code}-${region_code}-${vnet_code}-INFRA
656
656
1. Collect the following information in a text editor. This information was collected at the end of the "Deploy the control plane" phase.
657
657
658
658
1. The name of the Terraform state file storage account in the library resource group:
659
-
- Following from the preceding example, the resource group is `MGMT-NOEU-SAP_LIBRARY`.
659
+
- Following from the preceding example, the resource group is `LAB-WEEU-SAP_LIBRARY`.
660
660
- The name of the storage account contains `mgmtnoeutfstate`.
661
661
662
662
1. The name of the key vault in the deployer resource group:
663
-
- Following from the preceding example, the resource group is `MGMT-NOEU-DEP00-INFRASTRUCTURE`.
664
-
- The name of the key vault contains `MGMTNOEUDEP00user`.
663
+
- Following from the preceding example, the resource group is `LAB-WEEU-DEP05-INFRASTRUCTURE`.
664
+
- The name of the key vault contains `LABWEEUDEP05user`.
665
665
666
666
1. The public IP address of the deployer VM. Go to your deployer's resource group, open the deployer VM, and copy the public IP address.
667
667
668
668
1. You need to collect the following piece of information:
669
669
670
670
1. The name of the deployer state file is found under the library resource group:
671
671
- Select **Library resource group** > **State storage account** > **Containers** > `tfstate`. Copy the name of the deployer state file.
672
-
- Following from the preceding example, the name of the blob is `MGMT-NOEU-DEP00-INFRASTRUCTURE.terraform.tfstate`.
672
+
- Following from the preceding example, the name of the blob is `LAB-WEEU-DEP05-INFRASTRUCTURE.terraform.tfstate`.
673
673
674
674
1. If necessary, register the Service Principal.
675
675
676
-
The first time an environment is instantiated, a Service Principal must be registered. In this tutorial, the control plane is in the `MGMT` environment and the workload zone is in `DEV`. Therefore, a Service Principal must be registered for the `DEV` environment.
676
+
The first time an environment is instantiated, a Service Principal must be registered. In this tutorial, the control plane is in the `LAB` environment and the workload zone is in `DEV`. Therefore, a Service Principal must be registered for the `DEV` environment.
677
677
678
678
```bash
679
679
export ARM_SUBSCRIPTION_ID="<subscriptionId>"
@@ -714,7 +714,7 @@ Use the [install_workloadzone](bash/install-workloadzone.md) script to deploy th
714
714
From the example region `northeurope`, the folder looks like:
- name: "Kernel Part I ; OS: Linux on x86_64 64bit ; DB: Database independent"
862
862
```
863
863
864
-
For this example configuration, the resource group is `MGMT-NOEU-DEP00-INFRASTRUCTURE`. The deployer key vault name contains `MGMTNOEUDEP00user`in the name. You use this information to configure your deployer's key vault secrets.
864
+
For this example configuration, the resource group is `LAB-WEEU-DEP05-INFRASTRUCTURE`. The deployer key vault name contains `LABWEEUDEP05user`in the name. You use this information to configure your deployer's key vault secrets.
865
865
866
866
1. Connect to your deployer VM for the following steps. A copy of the repo is now there.
867
867
@@ -932,7 +932,7 @@ The SAP application installation happens through Ansible playbooks.
932
932
Go to the system deployment folder.
933
933
934
934
```bash
935
-
cd ~/Azure_SAP_Automated_Deployment/WORKSPACES/SYSTEM/DEV-NOEU-SAP01-X00/
935
+
cd ~/Azure_SAP_Automated_Deployment/WORKSPACES/SYSTEM/DEV-WEEU-SAP01-X00/
936
936
```
937
937
938
938
Make sure you have the following files in the current folders: `sap-parameters.yaml` and `X00_host.yaml`.
@@ -1003,12 +1003,12 @@ Before you begin, sign in to your Azure account. Then, check that you're in the
1003
1003
1004
1004
### Remove the SAP infrastructure
1005
1005
1006
-
Go to the `DEV-NOEU-SAP01-X00` subfolder inside the `SYSTEM` folder. Then, run this command:
1006
+
Go to the `DEV-WEEU-SAP01-X00` subfolder inside the `SYSTEM` folder. Then, run this command:
0 commit comments