Skip to content

Commit 360fad5

Browse files
GitHub Actionsjmagak
authored andcommitted
Apply new suggestions
1 parent 98884e8 commit 360fad5

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

artifacts/attributes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
:ocp-version: 4.19
3030
:osd-version: 4
3131
:rhoserverless-version: 1.36
32+
:orchestrator-plugin-version: 1.8.2
3233

3334
// Product recurrent configuration items (in alphabetical order)
3435
:my-app-config-config-map: my-rhdh-app-config

modules/orchestrator/con-getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
To start using Orchestrator in {product-very-short}, you must:
77

8-
* Install the required infrastructure components, such as Red Hat OpenShift Serverless Operator, Knative Serving, Knative Eventing, and OpenShift Serverless Logic Operator
8+
* Install the required infrastructure components, such as OpenShift Serverless Operator, and OpenShift Serverless Logic Operator
99

1010
* Configure your {product-custom-resource-type} custom resource (CR) or Helm values file for Orchestrator
1111

modules/orchestrator/con-orchestrator-plugin-dependencies-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ The Operator automatically creates the required Role and _RoleBinding_ resource
4444
====
4545

4646
.Additional resources
47-
* link:https://github.com/redhat-developer/rhdh-operator/blob/release-1.7/docs/dynamic-plugins.md#dynamic-plugins-dependency-management[Dynamic plugins dependency management]
47+
* link:https://github.com/redhat-developer/rhdh-operator/blob/release-{product-version}/docs/dynamic-plugins.md#dynamic-plugins-dependency-management[Dynamic plugins dependency management]

modules/orchestrator/proc-enable-orchestrator-plugin.adoc

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:_mod-docs-content-type: PROCEDURE
22

33
[id="proc-enable-orchestrator-plugin_{context}"]
4-
= Enabling the Orchestrator plugin using Operator
4+
= Enabling the Orchestrator plugin using the Operator
55

66
You can enable the Orchestrator plugin in {product-very-short} by configuring dynamic plugins in your {product-custom-resource-type} custom resource (CR).
77

@@ -19,8 +19,14 @@ You can enable the Orchestrator plugin in {product-very-short} by configuring dy
1919
disabled: false
2020
----
2121
+
22+
[NOTE]
23+
====
24+
When you enable the plugins, the pre-loaded plugin configuration are used.
25+
Additionally, the `ref: sonataflow` field installs the Openshift Serverless and Openshift Serverless Logic resources. This happens automatically when you are using the Operator.
26+
====
27+
+
2228
.Example: Complete configuration of the Orchestrator plugin
23-
[source,yaml]
29+
[source,subs="+attributes,+quotes"]
2430
----
2531
apiVersion: v1
2632
kind: ConfigMap
@@ -31,7 +37,7 @@ data:
3137
includes:
3238
- dynamic-plugins.default.yaml
3339
plugins:
34-
- package: "@redhat/backstage-plugin-orchestrator@1.7.1"
40+
- package: "@redhat/backstage-plugin-orchestrator@{orchestrator-plugin-version}"
3541
disabled: false
3642
pluginConfig:
3743
dynamicPlugins:
@@ -59,21 +65,21 @@ data:
5965
if:
6066
anyOf:
6167
- IsOrchestratorCatalogTabAvailable
62-
- package: "@redhat/backstage-plugin-orchestrator-backend-dynamic@1.7.1"
68+
- package: "@redhat/backstage-plugin-orchestrator-backend-dynamic@{orchestrator-plugin-version}"
6369
disabled: false
6470
pluginConfig:
6571
orchestrator:
6672
dataIndexService:
6773
url: http://sonataflow-platform-data-index-service
6874
dependencies:
6975
- ref: sonataflow
70-
- package: "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@1.7.1"
76+
- package: "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@{orchestrator-plugin-version}"
7177
disabled: false
7278
pluginConfig:
7379
orchestrator:
7480
dataIndexService:
7581
url: http://sonataflow-platform-data-index-service
76-
- package: "@redhat/backstage-plugin-orchestrator-form-widgets@1.7.1"
82+
- package: "@redhat/backstage-plugin-orchestrator-form-widgets@{orchestrator-plugin-version}"
7783
disabled: false
7884
pluginConfig:
7985
dynamicPlugins:

modules/orchestrator/proc-install-rhdh-with-orchestrator-helm-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can install {product} ({product-very-short}) on {ocp-short} with the Orchest
88
.Prerequisites
99

1010
* You are logged in as an administrator and have access to the {product} Helm chart repository.
11-
* You can install the necessary infrastructures resources, such as SonataFlow, alongside {product-very-short} in the same namespace.
11+
* You can install the necessary infrastructures resources, such as other Openshift operators (OpenShift Serverless and OpenShift Serverless Logic), alongside {product-very-short} in the same namespace.
1212
+
1313
This is a one-off requirement and must be completed before enabling the Orchestrator plugin.
1414

0 commit comments

Comments
 (0)