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
-[Implement Roles and Authorization Checks in CAP](btp-app-cap-roles)
22
22
-[Prepare for SAP BTP Development](btp-app-kyma-prepare-btp)
23
-
-[Prepare Your K... Development Environment](btp-app-kyma-prepare-dev-environment)
24
-
- You have a HANA Cloud instance on Cloud Foundry in your SAP BTP subaccount. You can follow the steps in [Create an SAP HANA Cloud service instance](btp-app-hana-cloud-setup-#create-an-sap-hana-cloud-service-instance) to create one if you haven't already.
25
-
- If you'd like to use an existing HANA Cloud instance from a different SAP BTP subaccount, follow the steps in [Use an existing SAP HANA Cloud service instance](btp-app-#use-an-existing-sap-hana-cloud-service-instance) to map the HANA Cloud instance to your Cloud Foundry space.
23
+
-[Prepare Your Kyma Development Environment](btp-app-kyma-prepare-dev-environment)
24
+
- You have a SAP HANA Cloud instance on Cloud Foundry in your SAP BTP subaccount. You can follow the steps in [Create an SAP HANA Cloud service instance](btp-app-hana-cloud-setup-#create-an-sap-hana-cloud-service-instance) to create one if you haven't already.
25
+
- If you'd like to use an existing SAP HANA Cloud instance from a different SAP BTP subaccount, follow the steps in [Use an existing SAP HANA Cloud service instance](btp-app-#use-an-existing-sap-hana-cloud-service-instance) to map the HANA Cloud instance to your Cloud Foundry space.
26
26
27
27
## Details
28
28
### You will learn
29
-
- How to create an HDI container for a SAP HANA Cloud instance on Cloud Foundry and create credentials for the Cloud Foundry HANA cloud instance in your K... cluster.
29
+
- How to create an HDI container for a SAP HANA Cloud instance on Cloud Foundry and create credentials for the SAP HANA Cloud instance in your Kyma cluster.
30
30
31
31
32
32
---
33
33
34
34
[ACCORDION-BEGIN [Step 1: ](Overview)]
35
-
Setting up a SAP HANA Cloud instance directly on K... is not possible. Hence, in this tutorial, we will setup a SAP HANA Cloud instance on Cloud Foundry (or use an existing one). Afterwards, we'll create an HDI container on Cloud Foundry and will use a script in the templates to create credentials for the Cloud Foundry SAP HANA Cloud instance in your K... cluster.
35
+
Setting up a SAP HANA Cloud instance directly on Kyma is not possible. Hence, in this tutorial, we will setup a SAP HANA Cloud instance on Cloud Foundry (or use an existing one). Afterwards, we'll create an HDI container on Cloud Foundry and will use a script in the templates to create credentials for the Cloud Foundry SAP HANA Cloud instance in your Kyma cluster.
36
36
37
37
[DONE]
38
38
[ACCORDION-END]
@@ -72,10 +72,10 @@ Setting up a SAP HANA Cloud instance directly on K... is not possible. Hence, in
72
72
[ACCORDION-END]
73
73
---
74
74
[ACCORDION-BEGIN [Step 3: ](Setup HANA Cloud)]
75
-
1. Make sure you're logged in both your Cloud Foundry space and your K... cluster.
75
+
1. Make sure you're logged in both your Cloud Foundry space and your Kyma cluster.
76
76
77
77
- Cloud Foundry: run `cf login` and provide credentials. As an alternative, you can directly run `cf login --sso`. You'll have to follow a link to get a temporary authentication code that you can provide instead of manually entering credentials.
78
-
- K...: you should be already logged in, if you've followed the instructions in [Login to your K... cluster](btp-app-#login-to-your-kyma-cluster). If you want to double check, run a simple command to see if you get any output. For example, if you run `kubectl get secret`, you should get an output similar to the one in Step 3 of [Create container registry secret](btp-app-#create-container-registry-secret).
78
+
- K...: you should be already logged in, if you've followed the instructions in [Login to your Kyma cluster](btp-app-#login-to-your-kyma-cluster). If you want to double check, run a simple command to see if you get any output. For example, if you run `kubectl get secret`, you should get an output similar to the one in Step 3 of [Create container registry secret](btp-app-#create-container-registry-secret).
79
79
80
80
2. Copy the folder `scripts` from `templates/kyma-add-helm-chart` to your project root folder.
81
81
@@ -87,7 +87,7 @@ Setting up a SAP HANA Cloud instance directly on K... is not possible. Hence, in
87
87
88
88
What happens here? The script completes several tasks:
89
89
90
-
- Creates a HDI container on your already existing SAP HANA database instance in your Cloud Foundry space. This is represented by a HANA service instance with plan `hdi-shared`. If you use the name `cpapp` for your project, then this service should be called `cpapp-db`.
90
+
- Creates a HDI container on your already existing SAP HANA database instance in your Cloud Foundry space. This is represented by a SAP HANA service instance with plan `hdi-shared`. If you use the name `cpapp` for your project, then this service should be called `cpapp-db`.
91
91
- Creates a service key (`cpapp-db-key` if your HDI container service is called `cpapp-bd`) on Cloud Foundry.
92
92
- Creates a secret with the service key's credentials on your Kyma cluster.
0 commit comments