-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reminder to remove custom blackbox endpoints #1515
base: stackhpc/master
Are you sure you want to change the base?
Conversation
76a896f
to
800dfe6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is coming in Epoxy, not Caracal, and I don't think we need the warning anyway. prometheus_blackbox_exporter_endpoints
has been removed from the master branch already, so when we merge stackhpc/2025.1 to do the upgrades, it'll get removed automatically
Though it won't be removed from a |
@technowhizz can you update this to target |
800dfe6
to
5a3e0b5
Compare
Endpoints for the blackbox exporter are now templated in the kolla-ansible | ||
group vars for the cloud. This means that the | ||
``prometheus_blackbox_exporter_endpoints`` variable can be removed from the | ||
environment's ``kolla/globals.yml`` file (if applicable) and the endpoints will | ||
fallback to the ones templated in the group vars. Additional endpoints may be | ||
added through the ``prometheus_blackbox_exporter_endpoints_kayobe`` variable. | ||
For example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Endpoints for the blackbox exporter are now templated in the kolla-ansible
group vars for the cloud.
Not all endpoints are templated e.g. backend endpoints. They're still done here in SKC.
Additional endpoints may be
added through theprometheus_blackbox_exporter_endpoints_kayobe
variable.
That varies depending on what you want to template. This is all correct if you want it to be templated by kayobe, but you can also use stackhpc_prometheus_blackbox_exporter_endpoints_custom
if you want it templated by Kolla Ansible
No description provided.