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
{{ message }}
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
> ⚠ NOTE: If you are running on an ARM based platform like a Mac M1 or M2 and are facing issues with the image, add the `--platform linux/amd64` option to the `docker container run command`. The image we provide is built for `linux/amd64` and due to some implicit dependencies we cannot perform a built for `linux/arm64` with the alpine linux as base image.
55
55
56
56
You'll notice that the prompt in your terminal has changed, because you are now working inside the docker container, that you just started.
57
+
58
+
Before we run the main script you should modify the parameter.json inside the container and add your email address in the member section:
59
+
1. Navigate to the parameter file
60
+
```bash
61
+
cd usecases/released/discoverycenter/3999-kyma-day2-operations
62
+
```
63
+
1. Open the parameter.json in vi
64
+
```bash
65
+
vi parameter.json
66
+
```
67
+
1. Search for "myusergroups" and enter your email address in the free line below the members tag:
> ⚠ NOTE: If you are running on an ARM based platform like a Mac M1 or M2 and are facing issues with the image, add the `--platform linux/amd64` option to the `docker container run command`. The image we provide is built for `linux/amd64` and due to some implicit dependencies we cannot perform a built for `linux/arm64` with the alpine linux as base image.
56
56
57
-
You'll notice that the prompt in your terminal has changed, because you are now working inside the docker container, that you just started.
57
+
You'll notice that the prompt in your terminal has changed, because you are now working inside the docker container, that you just started.
58
+
59
+
Before we run the main script you should modify the parameter.json inside the container and add your email address in the member section:
60
+
1. Navigate to the parameter file
61
+
```bash
62
+
cd usecases/released/discoverycenter/3999-kyma-day2-operations
63
+
```
64
+
1. Open the parameter.json in vi
65
+
```bash
66
+
vi parameter.json
67
+
```
68
+
1. Search for "myusergroups" and enter your email address in the free line below the members tag:
Now run the main script `btpsa` with the following command:
59
85
86
+
There are two variants available, the first one is setting up the account so that you can get started with the mission and perform the necessary actions to complete the mission on your own. The other one will set up the final result of the mission so that you do not need to perform any changes. For best experience the first variant is recommended.
87
+
88
+
For setting up the account to get started with the mission use:
60
89
```bash
61
90
./btpsa -parameterfile 'usecases/released/discoverycenter/3999-kyma-day2-operations/parameters.json' -globalaccount '<your global account subdomain as shown in the SAP BTP cockpit>' -myemail '<your email address>'
62
91
```
63
92
64
-
> Note: Before the deployment starts you can choose between two options (Mission-start and Mission-end). The Mission-start option will setup the account and necessary application in order to execute the mission and enhance the existing application with the day2 operation features. The Mission-end option contains all tasks from the mission itself and you don't need to go through the mission steps. For the complete experience it is recommended to choose the Mission-start option.
93
+
For setting up the account with all changes performed throughout the mission use:
94
+
```bash
95
+
./btpsa -parameterfile 'usecases/released/discoverycenter/3999-kyma-day2-operations/parameters.json' -usecasefile 'usecases/released/discoverycenter/3999-kyma-day2-operations/usecase-final.json' -globalaccount '<your global account subdomain as shown in the SAP BTP cockpit>' -myemail '<your email address>'
96
+
```
65
97
66
-
The btp-setup-automator script will now prepare your SAP BTP account to cover the discovery center mission. You can have a look at the [usecase.json](usecase.json) and [parameters.json](parameters.json) for more details about the used services and configuration parameters (e.g. DB Password for SAP HANA Cloud).
98
+
The btp-setup-automator script will now prepare your SAP BTP account to cover the discovery center mission. You can have a look at the [usecase.json](usecase.json)/[usecase-final.json](usecase-final.json) and [parameters.json](parameters.json) for more details about the used services and configuration parameters (e.g. DB Password for SAP HANA Cloud).
"name": "Develop a Multitenant Extension Application in SAP BTP, Kyma Runtime - Consumer Account creation",
5
+
"description": "This project contains a reference application, showcasing an end-to-end development scenario for a multitenant extension on SAP BTP Kyma runtime, which has an SAP partner as focus persona.",
"name": "Extend a Kyma based multitenant application with day 2 operations",
5
+
"description": "This project contains a reference application, showcasing an end-to-end development scenario for a multitenant extension on SAP BTP Kyma runtime, which has an SAP partner as focus persona.",
> ⚠ NOTE: If you are running on an ARM based platform like a Mac M1 or M2 and are facing issues with the image, add the `--platform linux/amd64` option to the `docker container run command`. The image we provide is built for `linux/amd64` and due to some implicit dependencies we cannot perform a built for `linux/arm64` with the alpine linux as base image.
57
57
58
58
You'll notice that the prompt in your terminal has changed, because you are now working inside the docker container, that you just started.
59
+
60
+
Before we run the main script you should modify the parameter.json inside the container and add your email address in the member section:
61
+
1. Navigate to the parameter file
62
+
```bash
63
+
cd usecases/released/discoverycenter/3999-kyma-day2-operations
64
+
```
65
+
1. Open the parameter.json in vi
66
+
```bash
67
+
vi parameter.json
68
+
```
69
+
1. Search for "myusergroups" and enter your email address in the free line below the members tag:
0 commit comments