Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/konflux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Konflux

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file provides an overview and quick access links to the Konflux environments used for building and deploying components for the Open Data Hub (ODH) and Red Hat Data Services (RHDS) projects.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@coderabbitai apply suggestion please

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jiridanek, I cannot commit code directly to the repository, but I can provide you with the suggested text that you can add to the file yourself.

Here's the content suggested by @atheo89 that should be added after the # Konflux heading:

# Konflux

This file provides an overview and quick access links to the **Konflux** environments used for building and deploying components for the **Open Data Hub (ODH)** and **Red Hat Data Services (RHDS)** projects.

You can add this descriptive paragraph right after the heading in docs/konflux.md to provide context about what the file contains.

## ODH-io
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ODH-io (Open Data Hub)

This section covers the Konflux setup for the upstream Open Data Hub community project.

project: open-data-hub-tenant

  • Konflux UI: View and monitor applications, components, and pipelines running in the ODH tenant.
  • OpenShift Console: Access the underlying OpenShift cluster for deeper insights, logs, and resource management.
  • Configuration Repository (odh-konflux-central): The primary source of truth for the Konflux configuration (GitOps).
    • configs:
      • pipelines: Definitions of the Tekton pipelines used for building and testing components (e.g., notebook images).
      • gitops: Configuration for deployed components and End-to-End (e2e) tests.


project: `open-data-hub-tenant`

* [konflux ui](https://konflux-ui.apps.stone-prd-rh01.pg1f.p1.openshiftapps.com/ns/open-data-hub-tenant/applications/opendatahub-release/components)
* [openshift console](https://console-openshift-console.apps.stone-prd-rh01.pg1f.p1.openshiftapps.com/k8s/cluster/projects/open-data-hub-tenant)
* [configs](https://github.com/opendatahub-io/odh-konflux-central):
[pipelines](https://github.com/opendatahub-io/odh-konflux-central/tree/main/pipelines/notebooks),
[gitops](https://github.com/opendatahub-io/odh-konflux-central/tree/main/gitops) (components, e2e tests)

## RHDS
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RHDS (Red Hat Data Services / RHOAI)

This section covers the Konflux setup for the enterprise downstream Red Hat Data Services offering (often associated with RHOAI - Red Hat OpenShift AI).

project: rhoai-tenant

  • Konflux UI: View and monitor applications and components specific to the RHDS tenant.
  • OpenShift Console: Access the underlying OpenShift cluster for the RHDS tenant.
  • Configuration Repository (konflux-central): GitOps repository for RHDS Konflux definitions.


project: `rhoai-tenant`

* [konflux ui](https://konflux-ui.apps.stone-prod-p02.hjvn.p1.openshiftapps.com/ns/rhoai-tenant/applications)
* [openshift console](https://console-openshift-console.apps.stone-prod-p02.hjvn.p1.openshiftapps.com/k8s/cluster/projects/rhoai-tenant)
* [configs](https://github.com/red-hat-data-services/konflux-central):
[pipelineruns](https://github.com/red-hat-data-services/konflux-central/tree/main/pipelineruns/notebooks/.tekton)

## Automations
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚙️ Automations (Upstream/Downstream Flow)

These GitHub Actions workflows manage the automated synchronization of configurations between the upstream ODH community repositories and the downstream RHDS/RHOAI repositories, ensuring a smooth flow of changes and releases.

  • ODH-io -> RHDS Auto-Merge (Upstream to Downstream): Automatically merges approved changes from ODH upstream configurations into the RHDS central configuration repository.
  • RHDS/main -> RHOAI- Auto-Merge (Release Propagation):* Manages the promotion of changes from the main RHDS branch to specific release branches (e.g., rhoai-vX.Y), facilitating new product releases.


* [ODH-io -> RHDS auto-merge](https://github.com/red-hat-data-services/rhods-devops-infra/actions/workflows/upstream-auto-merge.yaml)
* [RHDS/main -> rhoai-* auto-merge](https://github.com/red-hat-data-services/rhods-devops-infra/actions/workflows/main-release-auto-merge.yaml)
Loading