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
Orchestrator brings serverless workflows into Backstage, focusing on the journey for application migration to the cloud, on boarding developers ,and user-made workflows of Backstage actions or external systems.
341
-
Orchestrator is a flavor of RHDH, and can be installed alongside the RHDH in the same namespace and in the folloing way:
341
+
Orchestrator is a flavor of RHDH, and can be installed alongside the RHDH in the same namespace and in the following way:
342
342
343
-
1. Have an admin install the orchestrator-infra helm chart, which will install the pre-requisites required to install RHDH flavored Orchestrator. This proccess will include installing cluster-wide resources, so should be done with admin privileges
343
+
1. Have an admin install the [orchestrator-infra helm chart](https://github.com/redhat-developer/rhdh-chart/tree/main/charts/orchestrator-infra#readme), which will install the pre-requisites required to install RHDH flavored Orchestrator. This proccess will include installing cluster-wide resources, so should be done with admin privileges
2. Manually approve the Install Plans created by the chart, and wait for the Openshift Serverless and Openshift Serverless Logic Operators to be deployed.
348
-
3. Install backstage chart with helm, setting orchestrator to be enabled.
349
-
4. Enable serverlessLogicOperator and serverlessOperator in the backstage values.
348
+
3. Enable serverlessLogicOperator and serverlessOperator in the backstage values.
349
+
4. Install backstage chart with helm, setting orchestrator to be enabled, like so:
@@ -373,8 +379,8 @@ and populate the following values in the values.yaml:
373
379
```
374
380
Please note that externalDBName is the name of the user-configured existing database, not the database that orchestrator and sonataflow resources will use.
375
381
376
-
Finally, install the helm chart:
382
+
Finally, install the helm chart (including setting up the external DB):
Copy file name to clipboardExpand all lines: charts/backstage/README.md.gotmpl
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -273,19 +273,25 @@ upstream:
273
273
## Installing RHDH with Orchestrator
274
274
275
275
Orchestrator brings serverless workflows into Backstage, focusing on the journey for application migration to the cloud, on boarding developers ,and user-made workflows of Backstage actions or external systems.
276
-
Orchestrator is a flavor of RHDH, and can be installed alongside the RHDH in the same namespace and in the folloing way:
276
+
Orchestrator is a flavor of RHDH, and can be installed alongside the RHDH in the same namespace and in the following way:
277
277
278
-
1. Have an admin install the orchestrator-infra helm chart, which will install the pre-requisites required to install RHDH flavored Orchestrator. This proccess will include installing cluster-wide resources, so should be done with admin privileges
278
+
1. Have an admin install the [orchestrator-infra helm chart](https://github.com/redhat-developer/rhdh-chart/tree/main/charts/orchestrator-infra#readme), which will install the pre-requisites required to install RHDH flavored Orchestrator. This proccess will include installing cluster-wide resources, so should be done with admin privileges
2. Manually approve the Install Plans created by the chart, and wait for the Openshift Serverless and Openshift Serverless Logic Operators to be deployed.
283
-
3. Install backstage chart with helm, setting orchestrator to be enabled.
284
-
4. Enable serverlessLogicOperator and serverlessOperator in the backstage values.
283
+
3. Enable serverlessLogicOperator and serverlessOperator in the backstage values.
284
+
4. Install backstage chart with helm, setting orchestrator to be enabled, like so:
@@ -308,8 +314,8 @@ and populate the following values in the values.yaml:
308
314
```
309
315
Please note that externalDBName is the name of the user-configured existing database, not the database that orchestrator and sonataflow resources will use.
310
316
311
-
Finally, install the helm chart:
317
+
Finally, install the helm chart (including setting up the external DB):
0 commit comments