feat: add BOOST_OGX_URL and BOOST_MODEL to llama-stack-secrets; document BOOST_OGX_URL and BOOST_MODEL in testing guide - #359
Closed
gabemontero wants to merge 3 commits into
Conversation
Adds Boost OGX configuration to the llama-stack-secrets K8s secret so the RHDH Boost plugin can connect to the OGX (LlamaStack) deployment. Changes: - setup-secrets.sh: Add BOOST_OGX_URL and BOOST_MODEL to llama-stack-secrets - scripts/env: Set dev cluster default URL for BOOST_OGX_URL The dev cluster OGX route is: https://llamastack-llamastack.apps.rosa.redhat-ai-dev.m6no.p3.openshiftapps.com These environment variables are referenced in charts/rhdh/values.yaml: - boost.entityProviders.ogx.baseUrl: ${BOOST_OGX_URL:-...} - boost.providers.ogx.baseUrl: ${BOOST_OGX_URL:-...} - Agent model config: ${BOOST_MODEL:-} Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Added missing documentation for Boost OGX configuration: - Added BOOST_OGX_URL and BOOST_MODEL to GitHub secrets table - Added explanatory comments in private-env section - Referenced dev cluster default URL Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
gabemontero
requested review from
JslYoon,
johnmcollier,
michael-valdron and
thepetk
as code owners
September 3, 2026 14:35
|
ⓘ Qodo reviews are paused because the subscription is no longer active. Ask your workspace admin to reactivate the subscription to resume reviews. Manage billing |
gabemontero
commented
Sep 3, 2026
add default BOOST_MODEL
Contributor
Author
|
forgot need to push upstream vs. origin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds Boost OGX configuration to the llama-stack-secrets K8s secret
so the RHDH Boost plugin can connect to the OGX (LlamaStack) deployment
Which issue(s) does this PR fix
How to test changes / Special notes to the reviewer
dev cluster has an OGX instance up with route URL https://llamastack-llamastack.apps.rosa.redhat-ai-dev.m6no.p3.openshiftapps.com
a default model of
openai/vllm-inference/gpt-4.1works