Skip to content

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
redhat-ai-dev:developmentfrom
gabemontero:upd-boost-app-cfg-ogx-url
Closed

feat: add BOOST_OGX_URL and BOOST_MODEL to llama-stack-secrets; document BOOST_OGX_URL and BOOST_MODEL in testing guide#359
gabemontero wants to merge 3 commits into
redhat-ai-dev:developmentfrom
gabemontero:upd-boost-app-cfg-ogx-url

Conversation

@gabemontero

Copy link
Copy Markdown
Contributor

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.1 works

gabemontero and others added 2 commits September 3, 2026 10:10
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>
@qodo-code-review

Copy link
Copy Markdown

ⓘ Qodo reviews are paused because the subscription is no longer active. Ask your workspace admin to reactivate the subscription to resume reviews. Manage billing

Comment thread scripts/env Outdated
add default BOOST_MODEL
@gabemontero

Copy link
Copy Markdown
Contributor Author

forgot need to push upstream vs. origin

@gabemontero gabemontero closed this Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant