From 80152544361b74d88fbaa3cf9a0fa6c08c18f43a Mon Sep 17 00:00:00 2001 From: malingatembo Date: Tue, 9 Jun 2026 16:12:15 +0200 Subject: [PATCH] Update RAG content to OS_VERSION 2026.1 for all projects Changes: - Update OS_VERSION from 2025.2 to 2026.1 - Update INDEX_NAME to os-docs-2026.1 - Add cinder and placement to OS_PROJECTS This pr attempts to complete the prow migration for rag-content v.db. image build. Postsubmit job will build images ON MERGE ( like all other projecs do on OpenShift. Hourly sync exists ( already implemented ) for image-mirroring to quay.io. Note: the acceptance criteria for daily period image builds is imtentionally NOT implemented. Event-driven builds follow the standard OpenShift ci pattern. JIRA: OSPRH-25452 --- .../openstack-lightspeed-rag-content-main.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ci-operator/config/openstack-lightspeed/rag-content/openstack-lightspeed-rag-content-main.yaml b/ci-operator/config/openstack-lightspeed/rag-content/openstack-lightspeed-rag-content-main.yaml index d8dae80ab02d2..c328c524aa755 100644 --- a/ci-operator/config/openstack-lightspeed/rag-content/openstack-lightspeed-rag-content-main.yaml +++ b/ci-operator/config/openstack-lightspeed/rag-content/openstack-lightspeed-rag-content-main.yaml @@ -16,13 +16,13 @@ images: - name: NUM_WORKERS value: "4" - name: OS_VERSION - value: "2025.2" + value: "2026.1" - name: BUILD_UPSTREAM_DOCS value: "true" - name: BUILD_OPERATORS_DOCS value: "false" - name: INDEX_NAME - value: os-docs-2025.2 + value: os-docs-2026.1 - name: VECTOR_DB_TYPE value: faiss - name: BUILD_OCP_DOCS @@ -32,10 +32,10 @@ images: - name: HERMETIC value: "false" - name: OS_PROJECTS - value: nova horizon keystone neutron neutron-lib manila glance swift ceilometer - octavia designate heat ironic barbican aodh watcher adjutant blazar cyborg - magnum mistral skyline-apiserver skyline-console storlets venus vitrage zun - python-openstackclient tempest trove masakari zaqar + value: nova horizon keystone neutron neutron-lib cinder manila glance swift + ceilometer placement octavia designate heat ironic barbican aodh watcher adjutant + blazar cyborg magnum mistral skyline-apiserver skyline-console storlets venus + vitrage zun python-openstackclient tempest trove masakari zaqar - name: RHOSO_DOCS_GIT_URL - name: RHOSO_DOCS_GIT_BRANCH - name: RHOSO_CA_CERT_URL