From 1a8aaeea875fa3cd0ea6ac29c91341a2331625b1 Mon Sep 17 00:00:00 2001 From: KAROL CZARNECKI Date: Wed, 28 Jan 2026 12:13:27 +0000 Subject: [PATCH 1/2] [patch] Support RHOAI for new install update python-devops --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 982d879b..523c153e 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -839,6 +839,11 @@ spec: - name: aiservice_odh_model_deployment_type value: "{{ aiservice_odh_model_deployment_type }}" + # AI Service - Red Hat Openshift AI + # ------------------------------------------------------------------------- + - name: aiservice_rhoai_model_deployment_type + value: "{{ aiservice_rhoai_model_deployment_type }}" + # AI Service - watsonX # ------------------------------------------------------------------------- - name: aiservice_watsonxai_apikey From d1f2aa250b458b56efaaf65c5eea7db8805ffc72 Mon Sep 17 00:00:00 2001 From: KAROL CZARNECKI Date: Wed, 28 Jan 2026 13:30:33 +0000 Subject: [PATCH 2/2] [patch] add temporary flag for install RHOAI --- src/mas/devops/templates/pipelinerun-install.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mas/devops/templates/pipelinerun-install.yml.j2 b/src/mas/devops/templates/pipelinerun-install.yml.j2 index 523c153e..29e6981a 100644 --- a/src/mas/devops/templates/pipelinerun-install.yml.j2 +++ b/src/mas/devops/templates/pipelinerun-install.yml.j2 @@ -843,6 +843,8 @@ spec: # ------------------------------------------------------------------------- - name: aiservice_rhoai_model_deployment_type value: "{{ aiservice_rhoai_model_deployment_type }}" + - name: rhoai + value: "{{ rhoai }}" # AI Service - watsonX # -------------------------------------------------------------------------