Skip to content

Commit 7a6f34b

Browse files
GitHub Actionsjmagak
authored andcommitted
Orchestrator flavor in RHDH Operator
1 parent a664556 commit 7a6f34b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

modules/orchestrator/con-orchestrator-plugin-components.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[id='con-orchestrator-plugin-components.adoc_{context}']
22
= Orchestrator plugin components
33

4-
The following Orchestrator plugin components are included by default in `dynamic-plugins.default.yaml`:
4+
The following Orchestrator plugin components are included by default in the `dynamic-plugins.default.yaml` file:
55

66
* `@redhat/backstage-plugin-orchestrator`
77
* `@redhat/backstage-plugin-orchestrator-backend-dynamic`

modules/orchestrator/con-plugin-dependencies.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
To run the Orchestrator plugin instance, you need to install the following dependencies:
55

6-
* A SonataflowPlatform custom resource created in the namespace of the Backstage CR.
7-
* A set of NetworkPolicies to allow traffic between infra resources, such as knative and serverless logic Operator, created in the namespace of Backstage CR, traffic for monitoring, and intra-namespace traffic.
6+
* A _SonataflowPlatform_ custom resource created in the namespace of the Backstage CR.
7+
* A set of _NetworkPolicies_ to allow traffic between infra resources, such as knative and serverless logic Operator, created in the namespace of Backstage CR, traffic for monitoring, and intra-namespace traffic.
88

9-
The orchestrator-backend plugin uses the service `sonataflow-platform-data-index-service`, which is created by the _SonataFlowPlatform_ CR. The service communicates with the SonataFlow platform.
9+
The orchestrator-backend plugin uses the service `sonataflow-platform-data-index-service`, which is created by the _SonataFlowPlatform_ custom resource. The service communicates with the SonataFlow platform.
1010

1111
[IMPORTANT]
1212
====
@@ -35,4 +35,4 @@ The default implementation of the Orchestrator plugin dependencies uses the foll
3535

3636
For more information about automatically creating 'plugin dependencies' resources when the Backstage CR is applied to the cluster, see link:https://github.com/redhat-developer/rhdh-operator/blob/release-1.7/docs/dynamic-plugins.md#dynamic-plugins-dependency-management[Dynamic plugins dependency management].
3737

38-
To enable the Backstage Operator to work with the SonataFlow platform, you must grant the appropriate permissions to its ServiceAccount. The Backstage Operator automatically creates the required Role and RoleBinding resource in the `profile/rhdh/plugin-rbac directory` directory when creating the SonataFlowPlatform CR in the Backstage CR namespace.
38+
To enable the Backstage Operator to work with the SonataFlow platform, you must grant the appropriate permissions to its `ServiceAccount`. The Backstage Operator automatically creates the required Role and _RoleBinding_ resource in the `profile/rhdh/plugin-rbac directory` directory when creating the _SonataFlowPlatform_ custom resource in the Backstage custom resource namespace.

modules/orchestrator/proc-install-rhdh-in-air-gapped-environment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ helm pull <chart> --version <version>
6464
helm push <chart>.tgz oci://internal-chart-repo.example.com/rhdh
6565
----
6666

67-
. Ensure NetworkPolicies, Role, and RoleBinding resources for the SonataFlow platform are included in your deployment configuration. The {product-short} Operator applies these automatically when the `SonataFlowPlatform` CR is created.
67+
. Ensure _NetworkPolicies_, Role, and _RoleBinding_ resources for the _SonataFlow_ platform are included in your deployment configuration. The {product-short} Operator applies these automatically when the _SonataFlowPlatform_ CR is created.
6868

6969
[NOTE]
7070
====

0 commit comments

Comments
 (0)