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.
328
-
Orchestrator is a flavor of RHDH, and can be installed alongside the RHDH in the same namespace and in the folloing way:
327
+
Orchestrator brings serverless workflows into Backstage, focusing on the journey for application migration to the cloud, onboarding developers, and user-made workflows of Backstage actions or external systems.
328
+
Orchestrator is a flavor of RHDH, and can be installed alongside RHDH in the same namespace and in the following way:
329
329
330
-
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
330
+
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 prerequisites required to deploy the Orchestrator-flavored RHDH. This process 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. To do so, follow the post-install notes given by the chart, or see them [here](https://github.com/redhat-developer/rhdh-chart/blob/main/charts/orchestrator-infra/templates/NOTES.txt)
339
+
3. Install the `backstage` chart with Helm, enabling orchestrator, serverlessLogicOperator, and serverlessOperator, like so:
2. Manually approve the Install Plans created by the chart, and wait for the Openshift Serverless and Openshift Serverless Logic Operators to be deployed.
335
-
3. Install backstage chart with helm, setting orchestrator to be enabled.
336
-
4. Enable serverlessLogicOperator and serverlessOperator in the backstage values.
337
347
338
348
### Enablement of Notifications Plugin
339
349
340
-
To enable the notifications and signals plugin, please edit the dynamic plugin configmap after the installation and add the following:
341
-
```
350
+
Workflows running with Orchestrator may use the Notifications plugin.
351
+
For this, you must enable the Notifications and Signals plugins.
352
+
To do so, you would need to edit the [default Helm values.yaml](https://github.com/redhat-developer/rhdh-chart/blob/main/charts/backstage/values.yaml) file, and add the plugins listed below to the global.dynamic.plugins list.
353
+
Do this before installing the Helm Chart, or upgrade the Helm release with the new values file.
@@ -358,10 +372,14 @@ and populate the following values in the values.yaml:
358
372
externalDBsecretRef: <cred-secret>
359
373
externalDBName: ""
360
374
```
361
-
Please note that externalDBName is the name of the user-configured existing database, not the database that orchestrator and sonataflow resources will use.
375
+
Please note that `externalDBName` is the name of the user-configured existing database, not the database that the orchestrator and sonataflow resources will use.
362
376
363
-
Finally, install the helm chart:
377
+
Finally, install the Helm Chart (including [setting up the external DB](https://github.com/redhat-developer/rhdh-chart/blob/main/docs/external-db.md)):
Copy file name to clipboardExpand all lines: charts/backstage/README.md.gotmpl
+32-14Lines changed: 32 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -262,23 +262,37 @@ upstream:
262
262
enabled: true
263
263
```
264
264
265
-
## Installing RHDH with Orchestrator
265
+
## Installing RHDH with Orchestrator on OpenShift
266
266
267
-
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.
268
-
Orchestrator is a flavor of RHDH, and can be installed alongside the RHDH in the same namespace and in the folloing way:
267
+
Orchestrator brings serverless workflows into Backstage, focusing on the journey for application migration to the cloud, onboarding developers, and user-made workflows of Backstage actions or external systems.
268
+
Orchestrator is a flavor of RHDH, and can be installed alongside RHDH in the same namespace and in the following way:
269
269
270
-
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
270
+
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 prerequisites required to deploy the Orchestrator-flavored RHDH. This process 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. To do so, follow the post-install notes given by the chart, or see them [here](https://github.com/redhat-developer/rhdh-chart/blob/main/charts/orchestrator-infra/templates/NOTES.txt)
279
+
3. Install the `backstage` chart with Helm, enabling orchestrator, serverlessLogicOperator, and serverlessOperator, like so:
2. Manually approve the Install Plans created by the chart, and wait for the Openshift Serverless and Openshift Serverless Logic Operators to be deployed.
275
-
3. Install backstage chart with helm, setting orchestrator to be enabled.
276
-
4. Enable serverlessLogicOperator and serverlessOperator in the backstage values.
277
287
278
288
### Enablement of Notifications Plugin
279
289
280
-
To enable the notifications and signals plugin, please edit the dynamic plugin configmap after the installation and add the following:
281
-
```
290
+
Workflows running with Orchestrator may use the Notifications plugin.
291
+
For this, you must enable the Notifications and Signals plugins.
292
+
To do so, you would need to edit the [default Helm values.yaml](https://github.com/redhat-developer/rhdh-chart/blob/main/charts/backstage/values.yaml) file, and add the plugins listed below to the global.dynamic.plugins list.
293
+
Do this before installing the Helm Chart, or upgrade the Helm release with the new values file.
@@ -298,10 +312,14 @@ and populate the following values in the values.yaml:
298
312
externalDBsecretRef: <cred-secret>
299
313
externalDBName: ""
300
314
```
301
-
Please note that externalDBName is the name of the user-configured existing database, not the database that orchestrator and sonataflow resources will use.
315
+
Please note that `externalDBName` is the name of the user-configured existing database, not the database that the orchestrator and sonataflow resources will use.
302
316
303
-
Finally, install the helm chart:
317
+
Finally, install the Helm Chart (including [setting up the external DB](https://github.com/redhat-developer/rhdh-chart/blob/main/docs/external-db.md)):
0 commit comments