generated from redhat-developer/new-project-template
-
Notifications
You must be signed in to change notification settings - Fork 53
Orchestrator in RHDH Updates #1318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Gerry-Forde
merged 13 commits into
redhat-developer:main
from
jmagak:RHDH-7556-Last-minute-changes-on-orchistrator-pr
Aug 21, 2025
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
67f729d
Apply Gennady's suggestions
invalid-email-address ad66f80
Apply suggestions
invalid-email-address fc2bfed
Apply suggestions
invalid-email-address e3b08ca
Apply suggestions
invalid-email-address a623504
Apply Peer and Tech suggestions
invalid-email-address 1a31fe2
Apply Peer and Tech suggestions
invalid-email-address 73d40f3
Apply Peer and Tech suggestions
invalid-email-address aa18cb2
Apply Peer and Tech suggestions
invalid-email-address 54a48e3
Apply Armels suggestions
invalid-email-address df08535
Apply Armels suggestions
invalid-email-address 4cca4b5
Apply Armels suggestions
invalid-email-address 0012d60
Minor fixes
invalid-email-address 9b0b7f5
Minor fixes
invalid-email-address File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 3 additions & 12 deletions
15
...con-orchestrator-plugin-dependencies.adoc → ...strator-plugin-dependencies-operator.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
:_mod-docs-content-type: PROCEDURE | ||
[id="proc-install-orchestrator-plugin_{context}"] | ||
= Installing the Orchestrator plugin using Operator | ||
[id="proc-enable-orchestrator-plugin_{context}"] | ||
= Enabling the Orchestrator plugin using Operator | ||
|
||
You can enable the Orchestrator plugin in {product-very-short} by configuring dynamic plugins in your {product-custom-resource-type} custom resource (CR). | ||
|
||
|
@@ -9,31 +9,13 @@ You can enable the Orchestrator plugin in {product-very-short} by configuring dy | |
* You have access to edit or create ConfigMaps in the namespace where the {product-custom-resource-type} CR is deployed. | ||
|
||
.Procedure | ||
. Identify the Orchestrator plugin dynamic plugins that are included by default in the default `dynamic-plugins.yaml` file of the `install-dynamic-plugins` container: | ||
+ | ||
* `@redhat/backstage-plugin-orchestrator` (frontend) | ||
* `@redhat/backstage-plugin-orchestrator-backend-dynamic` (backend) | ||
* `@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic` | ||
* `@redhat/backstage-plugin-orchestrator-form-widgets` | ||
|
||
. To enable the Orchestrator plugin, update the ConfigMap file with the following data: | ||
+ | ||
[source,yaml,subs="+attributes,+quotes"] | ||
. To enable the Orchestrator plugin with default settings, set `disabled: false` for the package. For example, `package: "@redhat/backstage-plugin-orchestrator@<plugin_version>` is set to `disabled: false`: | ||
+ | ||
[source,yaml] | ||
---- | ||
includes: | ||
- dynamic-plugins.default.yaml | ||
plugins: | ||
- package: "@redhat/[email protected]" | ||
disabled: false | ||
- package: "@redhat/[email protected]" | ||
disabled: false | ||
dependencies: | ||
- ref: sonataflow | ||
- package: "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@1.6.0" | ||
disabled: false | ||
- package: "@redhat/backstage-plugin-orchestrator-form-widgets@${ORCHESTRATOR_PLUGIN_VERSION}" | ||
disabled: false | ||
- package: "@redhat/backstage-plugin-orchestrator@<plugin_version>" | ||
disabled: false | ||
---- | ||
|
||
.Example: Complete configuration of the Orchestrator plugin | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.