Update RAG content to OS_VERSION 2026.1 for all projects#80293
Update RAG content to OS_VERSION 2026.1 for all projects#80293malingatembo wants to merge 1 commit into
Conversation
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
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe PR updates the OpenStack Lightspeed RAG content build configuration to target version 2026.1 and expands the set of OpenStack projects from which content is extracted, replacing the previous version 2025.2 configuration with a significantly broader project list. ChangesOpenStack Lightspeed RAG Content Build Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: malingatembo The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@malingatembo: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Changes:
This PR attempts to complete the prow migration for rag-content vector db image build.
Postsubmit job will build images ON MERGE ( like all other projecs do on OpenShift.
Hourly sync for image-mirroring to quay.io, already implemented ) .
Note: the acceptance criteria for daily period image builds is intentionally NOT implemented. Event-driven builds follow the standard OpenShift ci pattern.
JIRA: OSPRH-25452
Summary by CodeRabbit
This PR updates the OpenStack Lightspeed RAG (Retrieval-Augmented Generation) content build configuration in the OpenShift CI infrastructure to version 2026.1. The changes affect the CI pipeline that builds and manages the vector database image used for RAG functionality in OpenStack documentation.
Key Changes
Version and Index Updates:
OS_VERSIONfrom 2025.2 to 2026.1INDEX_NAMEtoos-docs-2026.1Expanded OpenStack Project Coverage:
The
OS_PROJECTSvariable now includes a significantly expanded list of OpenStack components beyond the previous set. New projects added include: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, andzaqar.Infrastructure Impact
The modified CI configuration (
ci-operator/config/openstack-lightspeed/rag-content/openstack-lightspeed-rag-content-main.yaml) is part of the Prow migration for the rag-content vector database image build. Upon merge, the postsubmit job will automatically build the image, with hourly synchronization to quay.io already in place for image mirroring. This aligns the RAG content build pipeline with standard OpenShift CI patterns.Related Issue: OSPRH-25452