From 0ede2564bf0162f2bffdc18fe67acec489e8d82d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Tue, 11 Nov 2025 13:45:36 +0100 Subject: [PATCH 1/2] Add Konflux documentation for ODH-io and RHDS Added documentation for Konflux projects including ODH-io and RHDS with links to their respective UIs and OpenShift consoles. --- docs/konflux.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/konflux.md diff --git a/docs/konflux.md b/docs/konflux.md new file mode 100644 index 0000000000..f26bcd6bd5 --- /dev/null +++ b/docs/konflux.md @@ -0,0 +1,15 @@ +# Konflux + +## ODH-io + +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) + +## RHDS + +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) From e3e351b2f0654f803b0ef6605009689467a12be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Tue, 11 Nov 2025 21:36:40 +0100 Subject: [PATCH 2/2] Update konflux.md with configs and automation links Added links to configurations and automation workflows for ODH and RHDS projects. --- docs/konflux.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/konflux.md b/docs/konflux.md index f26bcd6bd5..452b6589c9 100644 --- a/docs/konflux.md +++ b/docs/konflux.md @@ -6,6 +6,9 @@ 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 @@ -13,3 +16,10 @@ 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 + +* [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)