-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #102 from masayag/operator-docs
Update links to operator docs folder
- Loading branch information
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
...ent/blog/installation-on-existing-rhdh.md → ...allation/installation-on-existing-rhdh.md
This file contains 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,20 +1,20 @@ | ||
--- | ||
date: 2024-03-13 | ||
title: Installing the Orchestrator on existing RHDH instance | ||
title: "Orchestrator on existing RHDH instance" | ||
--- | ||
|
||
When [RHDH](https://developers.redhat.com/rhdh) is already installed and in use, reinstalling it is unnecessary. Instead, integrating the Orchestrator into such an environment involves a few key steps: | ||
|
||
1. Utilize the Helm chart to install the requisite components, such as the SonataFlow operator and the OpenShift Serverless Operator, while ensuring the RHDH installation is disabled. | ||
1. Utilize the Orchestrator operator to install the requisite components, such as the OpenShift Serverless Logic Operator and the OpenShift Serverless Operator, while ensuring the RHDH installation is disabled. | ||
2. Manually update the existing RHDH ConfigMap resources with the necessary configuration for the Orchestrator plugin. | ||
3. Import the Orchestrator software templates into the Backstage catalog. | ||
|
||
## Prerequisites | ||
- RHDH is already deployed with a running Backstage instance. | ||
- Software templates for workflows requires GitHub provider to be configured. | ||
- Ensure that a [PostgreSQL](https://www.postgresql.org/) database is available and that you have credentials to manage the tablespace (optional). | ||
- For your convenience, a [reference implementation](https://github.com/parodos-dev/orchestrator-helm-operator/blob/gh-pages/postgresql/README.md) is provided. | ||
- If you already have a PostgreSQL database installed, please refer to this [note](https://github.com/parodos-dev/orchestrator-helm-operator/blob/gh-pages/postgresql/README.md#note-the-default-settings-provided-in-postgresql-values-match-the-defaults-provided-in-the-orchestrator-values) regarding default settings. | ||
- For your convenience, a [reference implementation](https://github.com/parodos-dev/orchestrator-helm-operator/blob/main/docs/postgresql/README.md) is provided. | ||
- If you already have a PostgreSQL database installed, please refer to this [note](https://github.com/parodos-dev/orchestrator-helm-operator/blob/main/docs/postgresql/README.md#note-the-default-settings-provided-in-postgresql-values-match-the-defaults-provided-in-the-orchestrator-values) regarding default settings. | ||
|
||
The required configurations for Orchestrator can be found at the following links: | ||
* [v1.2.x](https://github.com/parodos-dev/orchestrator-helm-operator/blob/gh-pages/existing-rhdh.md) - for RHDH-1.2.x | ||
* [v1.2.x](https://github.com/parodos-dev/orchestrator-helm-operator/blob/main/docs/release-1.2/existing-rhdh.md) - for RHDH-1.2.x |
This file contains 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 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 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 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