Skip to content

Commit 76e688e

Browse files
committed
Update doc for Orchestrator
1 parent 0fd3bff commit 76e688e

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

docs/orchestrator.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To install the Orchestrator plugin on OpenShift, the following components are re
1212

1313
### Methods to Install required infrastructure
1414

15-
There are 3 methods to install the required components for the Orchestrator plugin on OpenShift:
15+
There are three methods to install the required components for the Orchestrator plugin on OpenShift:
1616
- [Manual Installation](#manual-installation)
1717
- [RHDH helper script](#rhdh-helper-script)
1818
- [RHDH Orchestrator Infra Helm Chart](#rhdh-orchestrator-infra-helm-chart)
@@ -55,10 +55,11 @@ This method has similar usage and cautions as the RHDH Helper Utility.
5555

5656
### Installing the Orchestrator Plugin
5757

58-
The orchestrator plugin (as of v1.5.1) consists of three dynamic plugins:
58+
The orchestrator plugin (as of v1.6.0) consists of three dynamic plugins:
5959
- orchestrator-backend
6060
- orchestrator-frontend
6161
- orchestrator-scaffolder-backend-module
62+
- orchestrator-form-widgets
6263

6364
As for RHDH 1.7 all of these plugins are included in the default dynamic-plugins.yaml file of **install-dynamic-plugins** container but disabled by default.
6465
To enable the orchestrator plugin, you should refer the dynamic plugins ConfigMap with following data in your Backstage Custom Resource (CR):
@@ -67,13 +68,13 @@ To enable the orchestrator plugin, you should refer the dynamic plugins ConfigMa
6768
- dynamic-plugins.default.yaml
6869
plugins:
6970
- disabled: false
70-
package: "@redhat/backstage-plugin-orchestrator@1.5.1"
71+
package: "@redhat/backstage-plugin-orchestrator@1.6.0"
7172
- disabled: false
72-
package: "@redhat/backstage-plugin-orchestrator-backend-dynamic@1.5.1"
73+
package: "@redhat/backstage-plugin-orchestrator-backend-dynamic@1.6.0"
7374
dependencies:
7475
- ref: sonataflow
7576
- disabled: false
76-
package: "@redhat/backstage-plugin-orchestrator-backend-dynamic@1.5.1"
77+
package: "@redhat/backstage-plugin-orchestrator-backend-dynamic@1.6.0"
7778
```
7879
7980
See [example](/examples/orchestrator.yaml) for a complete configuration of the orchestrator plugin.

examples/orchestrator.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ data:
88
- dynamic-plugins.default.yaml
99
plugins:
1010
- disabled: false
11-
package: "@redhat/backstage-plugin-orchestrator@1.5.1"
11+
package: "@redhat/backstage-plugin-orchestrator@1.6.0"
1212
- disabled: false
13-
package: "@redhat/backstage-plugin-orchestrator-backend-dynamic@1.5.1"
13+
package: "@redhat/backstage-plugin-orchestrator-backend-dynamic@1.6.0"
1414
dependencies:
1515
- ref: sonataflow
1616
- disabled: false
17-
package: "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@1.5.1"
17+
package: "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@1.6.0"
1818
---
1919
apiVersion: v1
2020
kind: ConfigMap

0 commit comments

Comments
 (0)