Add telemetry containers - #15
Open
elfiesmelfie wants to merge 5 commits into
Open
Conversation
Contributor
|
Some comments:
Special care:
|
Assisted-By: Cladue Opus 4.6
It is an optional dep that is not included by default.
pip's certifi package bundles its own Mozilla CA store and ignores the the combined-ca-bundle Secret is mounted at this system path but Python processes using pip's certifi never see it. Set SSL_CERT_FILE in each service Containerfile to redirect Python's ssl.create_default_context() to the system trust store, which includes both the standard Mozilla CAs and any operator-mounted internal CAs. This was observed as keystonemiddleware token validation failures in aodh containers — all API requests returned HTTP 503 because the [keystone_authtoken] config section lacked an explicit cafile option, and certifi's default bundle didn't contain the internal CA. Note: This env var could alternatively be set once in the base image (containers/base/Containerfile) to cover all services, including future ones. The per-service approach was chosen to limit the blast radius of the change and avoid altering the shared base layer, which affects cloudkitty, cyborg, and watcher as well. If validated, migrating the ENV to the base Containerfile is recommended as a follow-up. Assisted-By: Claude Opus 4.6
elfiesmelfie
force-pushed
the
add_telemetry_containers
branch
from
August 7, 2026 21:47
ea7a027 to
22b8a8f
Compare
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.
No description provided.