generated from redhat-developer/new-project-template
-
Notifications
You must be signed in to change notification settings - Fork 57
RHIDP-7556: Update-Orchestrator-documentation-1.7 #1338
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 9 commits into
redhat-developer:main
from
jmagak:RHIDP-7556-Update-Orchestrator-documentation-1.7
Sep 3, 2025
Merged
Changes from 3 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
eb1133b
Update the orchestrator modules
invalid-email-address 85e8425
Update the orchestrator modules
invalid-email-address 3fcd253
Update the orchestrator modules
invalid-email-address d1ed71a
Apply Elai and Piotr suggestions
invalid-email-address f9930f0
Apply Yona's comments
invalid-email-address b642314
Apply Elai and Jona's suggestions
invalid-email-address 8853c4f
Apply Jennifer's suggestion
invalid-email-address f252324
Apply Jennifer's suggestion
invalid-email-address 8ec75b9
Incorporate Peer reviewers comments
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| :mod-docs-content-type: CONCEPT | ||
| [id="con-helper-scripts-overview_{context}"] | ||
| = Helper scripts overview for the Orchestrator on {ocp-short} | ||
|
|
||
| The following scripts streamline non-production setup: | ||
|
|
||
| * `setup.sh`: Initializes the {product-very-short} environment by creating the required authentication secret and labeling GitOps namespaces based on cluster configuration. | ||
|
|
||
| * `plugin-infra.sh`: Installs the OpenShift Serverless infrastructure required by the Orchestrator plugin. | ||
|
|
||
| [NOTE] | ||
| ==== | ||
| These scripts are intended for quick-start scenarios and are **not recommended for production**. | ||
| ==== | ||
|
|
||
| [IMPORTANT] | ||
| ==== | ||
| The `setup.sh` script is no longer needed for the core Orchestrator installation in {product-very-short}. The scripts primary function is to ease the installation of GitOps prerequisites like ArgoCD and to connect an authentication provider. | ||
| ==== | ||
|
|
||
| For more information on controlling the installation of the Operators, see link:https://olm.operatorframework.io/docs/tasks/install-operator-with-olm/[Install your Operator with OLM]. | ||
19 changes: 19 additions & 0 deletions
19
modules/orchestrator/con-install-components-orchestrator-plugin.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| :_mod-docs-content-type: CONCEPT | ||
| [id="con-install-components-orchestrator-plugin_{context}"] | ||
| = Installing components for the Orchestrator plugin on {ocp-short} | ||
jmagak marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| To run the Orchestrator plugin successfully on {ocp-short}, you must first install the required dependencies. The Orchestrator plugin depends on the following components: | ||
jmagak marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ** {product} ({product-very-short}) {product-custom-resource-type} | ||
| ** OpenShift Serverless Logic Operator | ||
| ** OpenShift Serverless Operator | ||
| *** Knative Serving | ||
| *** Knative Eventing | ||
| ** (Optional) An ArgoCD project named orchestrator requires a pre-installed ArgoCD or {company-name} OpenShift GitOps instance in the cluster. It is disabled by default. | ||
jmagak marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ** (Optional) Tekton tasks and build pipeline. These require a pre-installed Tekton or {company-name} OpenShift Pipelines instance in the cluster, and are disabled by default. | ||
jmagak marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| You can install the components for the Orchestrator plugin on {ocp-short} using one of the following methods: | ||
|
|
||
| * Manual installation | ||
| * {product-very-short} helper script | ||
| * Orchestrator Infrastructure for {product} Helm chart | ||
jmagak marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
16 changes: 16 additions & 0 deletions
16
modules/orchestrator/proc-helm-install-components-orchestrator-plugin.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| :mod-docs-content-type: PROCEDURE | ||
| [id="proc-helm-install-components-orchestrator-plugin_{context}"] | ||
| = Installing components using the Orchestrator Infrastructure for {product} Helm chart | ||
|
|
||
| You can use Orchestrator Infrastructure for {product} to install components for the Orchestrator plugins. | ||
|
|
||
| [IMPORTANT] | ||
| ==== | ||
| By default, Orchestrator Infrastructure for {product} Helm chart does *not* auto-install or auto-upgrade the required Serverless Operators. You must approve the install plans. | ||
| ==== | ||
|
|
||
| .Procedure | ||
|
|
||
| . Add or update the Helm repository for Orchestrator Infrastructure for {product}. | ||
| . Install the chart with the required configuration for your environment. | ||
| . Approve the install plans for the Serverless Operators when prompted. |
72 changes: 0 additions & 72 deletions
72
modules/orchestrator/proc-install-components-for-orchestrator-plugin.adoc
This file was deleted.
Oops, something went wrong.
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
19 changes: 19 additions & 0 deletions
19
modules/orchestrator/proc-manual-install-components-orchestrator-plugin.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| :mod-docs-content-type: PROCEDURE | ||
| [id="proc-manual-install-orchestrator-plugin_{context}"] | ||
| = Manually installing components on {ocp-short} | ||
jmagak marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Use manual installation when you want full control of the setup process and component versions. Manual installation method focuses on setting up the underlying infrastructure. | ||
|
|
||
| .Procedure | ||
|
|
||
| . Deploy the PostgreSQL reference implementation for persistence support in SonataFlow. | ||
|
|
||
| . Install the OpenShift Serverless components. Follow the instructions in the link:https://docs.redhat.com/en/documentation/red_hat_openshift_serverless/1.36[Red Hat OpenShift Serverless] documentation to install the following: | ||
jmagak marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| * OpenShift Serverless Operator | ||
|
|
||
| * Knative Serving | ||
|
|
||
| * Knative Eventing | ||
|
|
||
| * OpenShift Serverless Logic Operator | ||
jmagak marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
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 |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| :mod-docs-content-type: PROCEDURE | ||
| [id="proc-plugin-infra-install_{context}"] | ||
| = Installing dependencies using `plugin-infra.sh` | ||
|
|
||
| You can use the `{product-very-short}` helper script `plugin-infra.sh` to quickly install the OpenShift Serverless infrastructure required by the Orchestrator plugin. | ||
|
|
||
| [WARNING] | ||
| ==== | ||
| Do not use `plugin-infra.sh` in production. | ||
| ==== | ||
|
|
||
| .Procedure | ||
|
|
||
| . Download the `plugin-infra.sh` script as shown in the following example: | ||
| + | ||
| [source,terminal,subs="+attributes,+quotes"] | ||
| ---- | ||
| curl -sSLO https://raw.githubusercontent.com/redhat-developer/rhdh-operator/refs/heads/release-${PRODUCT_VERSION}/config/profile/rhdh/plugin-infra/plugin-infra.sh # Specify the {product} version in the URL or use main | ||
| ---- | ||
|
|
||
| . Run the script: | ||
| + | ||
| [source,terminal] | ||
| ---- | ||
| $ ./plugin-infra.sh | ||
| ---- |
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 |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| :mod-docs-content-type: PROCEDURE | ||
| [id="proc-setup-sh-init-script_{context}"] | ||
| = Installing components using the `setup.sh` script | ||
|
|
||
| The `setup.sh` script simplifies the installation of GitOps prerequisites, such as getting the ArgoCD URL and password, or for connecting to an authentication provider. | ||
jmagak marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| .Procedure | ||
|
|
||
| . Create a namespace for the {product-very-short} instance. This namespace is predefined as the default in the script, but you can override it as shown in the following example: | ||
| + | ||
| [subs="quotes+"] | ||
| ---- | ||
| oc new-project ${product-very-short} | ||
| ---- | ||
|
|
||
| . Download the setup script: | ||
| + | ||
| [source,terminal,subs="+attributes,+quotes"] | ||
| ---- | ||
| wget https://raw.githubusercontent.com/rhdhorchestrator/orchestrator-go-operator/release-${PRODUCT_VERSION}/hack/setup.sh -O /tmp/setup.sh \ && chmod u+x /tmp/setup.sh # Specify the {product} version in the URL | ||
| ---- | ||
|
|
||
| . Run the setup script: | ||
| + | ||
| [source,terminal] | ||
| ---- | ||
| /tmp/setup.sh --use-default | ||
| ---- | ||
| + | ||
| To specify custom values, omit the `--use-default` option. The script will then prompt you for input. | ||
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.