-
Notifications
You must be signed in to change notification settings - Fork 137
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
Fake metrics endpoint to make ODF happy #2391
Fake metrics endpoint to make ODF happy #2391
Conversation
While the "monitoring-endpoint" configuration in OCS 4.8 was optional, it appears to be required in 4.10, and ODF refuses to deploy if it can't reach the endpoint. This commit provides a fake metrics endpoint to make the ODF operator happy.
Signed-off-by: Tomas Coufal <[email protected]>
thats funny. @redhat-et/storage any thoughts on this approach? lets |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: durandom The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@durandom @LarsK @tumido |
@yehudasa the problem here is that the external Ceph solution we use doesn't provide a metrics endpoint to users so we don't have access to it. Is there a settings for Lines 9 to 11 in e9bf61f
ODF refuses to create the storage cluster unless it can contact metrics endpoint in the external mode. |
@yehudasa Which project in Jira should I use for the ticket? |
pinged @yehudasa via chat |
@yehudasa I think it's not optional, however the docs are a bit confusing about this: Anyways, opened a BZ here: https://bugzilla.redhat.com/show_bug.cgi?id=2129117 |
Related to: operate-first/support#652
Cherrypicking from @larsks OCP-on-NERC/nerc-ocp-config#18