Skip to content

Commit

Permalink
Rename parodos to rhdhorchestrator
Browse files Browse the repository at this point in the history
Signed-off-by: gabriel-farache <[email protected]>
  • Loading branch information
gabriel-farache committed Dec 12, 2024
1 parent 63190c0 commit 6270a1e
Show file tree
Hide file tree
Showing 66 changed files with 136 additions and 136 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-ocp-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Deploy sonataflow-operator
run: |
helm repo add orchestrator https://parodos-dev.github.io/orchestrator-helm-chart
helm repo add orchestrator https://rhdhorchestrator.github.io/orchestrator-helm-chart
helm install orchestrator orchestrator/orchestrator-k8s --set platform.eventing.broker.name=""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extendable-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Deploy sonataflow-operator
run: |
helm repo add orchestrator https://parodos-dev.github.io/orchestrator-helm-chart
helm repo add orchestrator https://rhdhorchestrator.github.io/orchestrator-helm-chart
helm install orchestrator orchestrator/orchestrator-k8s --set platform.eventing.broker.name=""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/greeting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Deploy sonataflow-operator
run: |
helm repo add orchestrator https://parodos-dev.github.io/orchestrator-helm-chart
helm repo add orchestrator https://rhdhorchestrator.github.io/orchestrator-helm-chart
helm install orchestrator orchestrator/orchestrator-k8s --set platform.eventing.broker.name=""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/modify-vm-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Deploy sonataflow-operator
run: |
helm repo add orchestrator https://parodos-dev.github.io/orchestrator-helm-chart
helm repo add orchestrator https://rhdhorchestrator.github.io/orchestrator-helm-chart
helm install orchestrator orchestrator/orchestrator-k8s --set platform.eventing.broker.name=""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/move2kube-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Deploy sonataflow-operator
run: |
helm repo add orchestrator https://parodos-dev.github.io/orchestrator-helm-chart
helm repo add orchestrator https://rhdhorchestrator.github.io/orchestrator-helm-chart
helm install orchestrator orchestrator/orchestrator-k8s --set platform.eventing.broker.name=""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mta-v7.x-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Deploy sonataflow-operator
run: |
helm repo add orchestrator https://parodos-dev.github.io/orchestrator-helm-chart
helm repo add orchestrator https://rhdhorchestrator.github.io/orchestrator-helm-chart
helm install orchestrator orchestrator/orchestrator-k8s --set platform.eventing.broker.name=""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mtv-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Deploy sonataflow-operator
run: |
helm repo add orchestrator https://parodos-dev.github.io/orchestrator-helm-chart
helm repo add orchestrator https://rhdhorchestrator.github.io/orchestrator-helm-chart
helm install orchestrator orchestrator/orchestrator-k8s --set platform.eventing.broker.name=""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mtv-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Deploy sonataflow-operator
run: |
helm repo add orchestrator https://parodos-dev.github.io/orchestrator-helm-chart
helm repo add orchestrator https://rhdhorchestrator.github.io/orchestrator-helm-chart
helm install orchestrator orchestrator/orchestrator-k8s --set platform.eventing.broker.name=""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/request-vm-cnv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Deploy sonataflow-operator
run: |
helm repo add orchestrator https://parodos-dev.github.io/orchestrator-helm-chart
helm repo add orchestrator https://rhdhorchestrator.github.io/orchestrator-helm-chart
helm install orchestrator orchestrator/orchestrator-k8s --set platform.eventing.broker.name=""
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ If you have not done so on this machine, you need to:
## Requirements

* The newly created Helm chart shall be located in its own folder: `charts/<workflow name>`
* The workflow for which you want to create a new Helm chart shall be in the [production repository](https://github.com/parodos-dev/serverless-workflows) and be througfully tested.
* The workflow for which you want to create a new Helm chart shall be in the [production repository](https://github.com/rhdhorchestrator/serverless-workflows) and be througfully tested.
* Values in `values.yaml` shall have a description
* Each Helm chart shall have a `README.md` and `values.schema`.json files generated
* Each Helm chart shall have the orchestrator icon:
`icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
`icon: https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/main/assets/images/WO_black.svg
`


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ To install the workflow from sources directly:
- Clone the project
- Choose which workflow to install either by editing `values.yaml` or by providing additional flags to install command, e.g. `--set ${workflow-id}.enabled=true`:
```
git clone [email protected]:parodos-dev/serverless-workflows-config.git
git clone [email protected]:rhdhorchestrator/serverless-workflows-config.git
cd serverless-workflows-config
helm install mta charts/mta
helm install move2kube charts/move2kube
```

For installing the workflows from the Helm repository, see further installation steps and detailed explanation for each workflow [here](https://github.com/parodos-dev/serverless-workflows-config/tree/gh-pages?tab=readme-ov-file#installation) or [here](https://www.parodos.dev/serverless-workflows-config/).
For installing the workflows from the Helm repository, see further installation steps and detailed explanation for each workflow [here](https://github.com/rhdhorchestrator/serverless-workflows-config/tree/gh-pages?tab=readme-ov-file#installation) or [here](https://www.rhdhorchestrator.io/serverless-workflows-config/).

# Development
To generate `values.schema.json`, next to your `values.yaml` file, run:
Expand Down
2 changes: 1 addition & 1 deletion charts/create-ocp-project/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ version: 1.3.0-rc9
# It is recommended to use it with quotes.
appVersion: "1.16.0"

icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
icon: https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/main/assets/images/WO_black.svg
2 changes: 1 addition & 1 deletion charts/extendable-workflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ version: 1.3.0-rc8
# It is recommended to use it with quotes.
appVersion: "1.16.0"

icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
icon: https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/main/assets/images/WO_black.svg
2 changes: 1 addition & 1 deletion charts/greeting/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ version: 1.3.0-rc10
# It is recommended to use it with quotes.
appVersion: "1.16.0"

icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
icon: https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/main/assets/images/WO_black.svg
2 changes: 1 addition & 1 deletion charts/modify-vm-resources/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ version: 1.3.0-rc8
# It is recommended to use it with quotes.
appVersion: "1.16.0"

icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
icon: https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/main/assets/images/WO_black.svg
6 changes: 3 additions & 3 deletions charts/move2kube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ version: 1.3.0-rc16
# It is recommended to use it with quotes.
appVersion: "1.16.0"

# This is an icon to Parodos project. In the future we might design a dedicated logo for the Orchestrator.
# However, since the entire development is done under the Parodos organization, we'll use it.
icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
# This is an icon to RHDH Orchestrator project. In the future we might design a dedicated logo for the Orchestrator.
# However, since the entire development is done under the RHDH Orchestrator organization, we'll use it.
icon: https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/main/assets/images/WO_black.svg
2 changes: 1 addition & 1 deletion charts/mta-v6.x/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ version: 1.2.0
# It is recommended to use it with quotes.
appVersion: "1.16.0"

icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
icon: https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/main/assets/images/WO_black.svg
4 changes: 2 additions & 2 deletions charts/mta-v6.x/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ MTA v6.x Workflow
The MTA workflow has persistence enabled, you must have a PostgreSQL instance running in the cluster, in the same `namespace` as the workflows.
A `secret` containing the instance credentials must exist as well.

See [this](https://www.parodos.dev/orchestrator-helm-chart/postgresql) on how to install a PostgreSQL instance. Please follow the section detailing how to install using Helm. In this document, a `secret` holding the credentials is created.
See [this](https://www.rhdhorchestrator.io/orchestrator-helm-chart/postgresql) on how to install a PostgreSQL instance. Please follow the section detailing how to install using Helm. In this document, a `secret` holding the credentials is created.

## Installing helm chart
From `charts` folder run
```console
helm install mta workflows/mta -n sonataflow-infra
```

The rest of the installation steps can be found [here](https://github.com/parodos-dev/serverless-workflows-config/blob/gh-pages/docs/mta/README.md#configuration)
The rest of the installation steps can be found [here](https://github.com/rhdhorchestrator/serverless-workflows-config/blob/gh-pages/docs/mta/README.md#configuration)

### Persistence configuration
For a different persistence configuration, edit the `sonataflow` resource to set the correct value for the `persistence` `spec`.
Expand Down
2 changes: 1 addition & 1 deletion charts/mta-v7.x/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ version: 1.3.0-rc7
# It is recommended to use it with quotes.
appVersion: "1.16.0"

icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
icon: https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/main/assets/images/WO_black.svg
2 changes: 1 addition & 1 deletion charts/mta/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ version: 1.2.0-rc1
# It is recommended to use it with quotes.
appVersion: "1.16.0"

icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
icon: https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/main/assets/images/WO_black.svg
4 changes: 2 additions & 2 deletions charts/mta/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ MTA
The MTA workflow has persistence enabled, you must have a PostgreSQL instance running in the cluster, in the same `namespace` as the workflows.
A `secret` containing the instance credentials must exist as well.

See [this](https://www.parodos.dev/orchestrator-helm-chart/postgresql) on how to install a PostgreSQL instance. Please follow the section detailing how to install using Helm. In this document, a `secret` holding the credentials is created.
See [this](https://www.rhdhorchestrator.io/orchestrator-helm-chart/postgresql) on how to install a PostgreSQL instance. Please follow the section detailing how to install using Helm. In this document, a `secret` holding the credentials is created.

## Installing helm chart
From `charts` folder run
```console
helm install mta workflows/mta -n sonataflow-infra
```

The rest of the installation steps can be found [here](https://github.com/parodos-dev/serverless-workflows-config/blob/gh-pages/docs/mta/README.md#configuration)
The rest of the installation steps can be found [here](https://github.com/rhdhorchestrator/serverless-workflows-config/blob/gh-pages/docs/mta/README.md#configuration)

### Persistence configuration
For a different persistence configuration, edit the `sonataflow` resource to set the correct value for the `persistence` `spec`.
Expand Down
2 changes: 1 addition & 1 deletion charts/mta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following table lists the configurable parameters of the Mta chart and their

| Parameter | Description | Default |
| ------------------------ | ----------------------- | -------------- |
| `mta.endpoint` | | `"https://mta-openshift-mta.apps.parodos-dev.projects.ecosystem.sysdeseng.com:443/"` |
| `mta.endpoint` | | `"https://mta-openshift-mta.apps.rhdhorchestrator.projects.ecosystem.sysdeseng.com:443/"` |



Expand Down
6 changes: 3 additions & 3 deletions charts/mta/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"default": "",
"title": "The endpoint Schema",
"examples": [
"https://mta-openshift-mta.apps.parodos-dev.projects.ecosystem.sysdeseng.com:443/hub/"
"https://mta-openshift-mta.apps.rhdhorchestrator.projects.ecosystem.sysdeseng.com:443/hub/"
]
}
},
"examples": [{
"endpoint": "https://mta-openshift-mta.apps.parodos-dev.projects.ecosystem.sysdeseng.com:443/hub/"
"endpoint": "https://mta-openshift-mta.apps.rhdhorchestrator.projects.ecosystem.sysdeseng.com:443/hub/"
}]
}
},
"examples": [{
"mta": {
"endpoint": "https://mta-openshift-mta.apps.parodos-dev.projects.ecosystem.sysdeseng.com:443/hub/"
"endpoint": "https://mta-openshift-mta.apps.rhdhorchestrator.projects.ecosystem.sysdeseng.com:443/hub/"
}
}]
}
2 changes: 1 addition & 1 deletion charts/mta/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mta:
# specify the port because of rest client bug in sonata (TODO check when is this solved)
endpoint: https://mta-openshift-mta.apps.parodos-dev.projects.ecosystem.sysdeseng.com:443/hub/
endpoint: https://mta-openshift-mta.apps.rhdhorchestrator.projects.ecosystem.sysdeseng.com:443/hub/
2 changes: 1 addition & 1 deletion charts/mtv-migration/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ version: 1.3.0-rc8
# It is recommended to use it with quotes.
appVersion: "1.16.0"

icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
icon: https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/main/assets/images/WO_black.svg
2 changes: 1 addition & 1 deletion charts/mtv-plan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ version: 1.3.0-rc6
# It is recommended to use it with quotes.
appVersion: "1.16.0"

icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
icon: https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/main/assets/images/WO_black.svg
2 changes: 1 addition & 1 deletion charts/request-vm-cnv/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ version: 1.3.0-rc8
# It is recommended to use it with quotes.
appVersion: "1.16.0"

icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
icon: https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/main/assets/images/WO_black.svg
2 changes: 1 addition & 1 deletion charts/rpj/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ version: 1.3.0-rc5
# It is recommended to use it with quotes.
appVersion: "1.16.0"

icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
icon: https://raw.githubusercontent.com/rhdhorchestrator/rhdhorchestrator.github.io/main/assets/images/WO_black.svg
6 changes: 3 additions & 3 deletions docs/main/create-ocp-project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ The following table lists the configurable parameters of the Create OCP project

## Workflow application configuration

Please refer to [the workflow README](https://github.com/parodos-dev/serverless-workflows/blob/main/workflows/create-ocp-project/README.md#workflow-application-configuration)
Please refer to [the workflow README](https://github.com/rhdhorchestrator/serverless-workflows/blob/main/workflows/create-ocp-project/README.md#workflow-application-configuration)

## Pre-requisites

If persistence is enabled, you must have a PostgreSQL instance running in the same `namespace` as the workflows. Typically this is the `sonataflow-infra` namespace.

A Secret containing the PostgreSQL credentials must exist as well. See https://www.parodos.dev/orchestrator-helm-chart/postgresql on how to install a PostgreSQL instance. Please follow the section detailing how to install it using Helm - this will create the necessary secret and credentials.
A Secret containing the PostgreSQL credentials must exist as well. See https://www.rhdhorchestrator.io/orchestrator-helm-chart/postgresql on how to install a PostgreSQL instance. Please follow the section detailing how to install it using Helm - this will create the necessary secret and credentials.

## Installation Steps

Expand All @@ -42,7 +42,7 @@ Gather the following values for environment variables before moving on to the ne
| Environment variable | Description | Mandatory | Default value |
|-----------------------|-------------|-----------|---------------|
| `BACKSTAGE_NOTIFICATIONS_URL` | The Backstage server URL for notifications, e.g `https://backstage.myhost.com` || |
| `NOTIFICATIONS_BEARER_TOKEN` | The authorization bearer token to use to send notifications. This can be found in the Backstage configuration under `app.backend.auth.externalAccess` ([example](https://github.com/parodos-dev/orchestrator-helm-operator/blob/main/docs/release-1.2/existing-rhdh.md#app-config-configmap)) || |
| `NOTIFICATIONS_BEARER_TOKEN` | The authorization bearer token to use to send notifications. This can be found in the Backstage configuration under `app.backend.auth.externalAccess` ([example](https://github.com/rhdhorchestrator/orchestrator-helm-operator/blob/main/docs/release-1.2/existing-rhdh.md#app-config-configmap)) || |
| `JIRA_URL` | The Jira server URL, e.g `https://your-instance.atlassian.net` || |
| `JIRA_USERNAME` | The Jira username, e.g `[email protected]` || |
| `JIRA_API_TOKEN` | The Jira API token associated with the username. If you're using Jira cloud, you can obtain a token [at this link](https://id.atlassian.com/manage-profile/security/api-tokens). || |
Expand Down
6 changes: 3 additions & 3 deletions docs/main/extendable-workflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A Helm chart for the extendable-workflow serverless workflow

The **Extendable Workflow** is a simple, dependency-free workflow designed to showcase the customization capabilities of the orchestrator's workflow execution form. Its input schema includes two custom properties: `CountryWidget` and `LanguageWidget`, which require custom plugins to load.

This workflow is intended to be used alongside the [Custom Form Example Plugin](https://github.com/parodos-dev/custom-form-example-plugin/tree/main), which contains these custom widgets and additional validation features.
This workflow is intended to be used alongside the [Custom Form Example Plugin](https://github.com/rhdhorchestrator/custom-form-example-plugin/tree/main), which contains these custom widgets and additional validation features.

# Helm Configuration

Expand All @@ -23,7 +23,7 @@ If persistence is enabled, you must have a PostgreSQL instance running in the cl

A `secret` containing the instance credentials must exists as well.

See https://www.parodos.dev/orchestrator-helm-chart/postgresql on how to install a PostgreSQL instance. Please follow the section detailing how to install using helm. In this document, a `secret` holding the credentials is created.
See https://www.rhdhorchestrator.io/orchestrator-helm-chart/postgresql on how to install a PostgreSQL instance. Please follow the section detailing how to install using helm. In this document, a `secret` holding the credentials is created.

## Prerequisites
* Set `TARGET_NS` to the target namespace:
Expand All @@ -34,7 +34,7 @@ TARGET_NS=sonataflow-infra
## Installing helm chart

```console
helm repo add orchestrator-workflows https://parodos.dev/serverless-workflows-config
helm repo add orchestrator-workflows https://rhdhorchestrator.io/serverless-workflows-config
helm install extendable-workflow orchestrator-workflows/extendable-workflow -n ${TARGET_NS}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/main/greeting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If persistence is enabled, you must have a PostgreSQL instance running in the cl

A `secret` containing the instance credentials must exists as well.

See https://www.parodos.dev/orchestrator-helm-chart/postgresql on how to install a PostgreSQL instance. Please follow the section detailing how to install using helm. In this document, a `secret` holding the credentials is created.
See https://www.rhdhorchestrator.io/orchestrator-helm-chart/postgresql on how to install a PostgreSQL instance. Please follow the section detailing how to install using helm. In this document, a `secret` holding the credentials is created.

## Prerequisites
Set `TARGET_NS` to the target namespace:
Expand All @@ -32,7 +32,7 @@ TARGET_NS=sonataflow-infra
## Installing helm chart

```console
helm repo add orchestrator-workflows https://parodos.dev/serverless-workflows-config
helm repo add orchestrator-workflows https://rhdhorchestrator.io/serverless-workflows-config
helm install greeting orchestrator-workflows/greeting -n ${TARGET_NS}
```

Expand Down
Loading

0 comments on commit 6270a1e

Please sign in to comment.