Bug 2165803
| Summary: | [DDF] Delete users of disabled telemetry services after upgrade | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Yadnesh Kulkarni <ykulkarn> |
| Component: | documentation | Assignee: | mgeary <mgeary> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Leonid Natapov <lnatapov> |
| Severity: | medium | Docs Contact: | mgeary <mgeary> |
| Priority: | medium | ||
| Version: | 16.2 (Train) | CC: | jbadiapa, lmadsen, mrunge |
| Target Milestone: | z2 | Keywords: | Documentation, Triaged |
| Target Release: | 17.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-08-31 12:47:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2158159 | ||
| Bug Blocks: | |||
|
Description
Yadnesh Kulkarni
2023-01-31 06:02:16 UTC
25.2 Deleting users of disabled telemetry services <blurb about telemetry services being disabled by default, this cleans up left over endpoints> .Procedure . Login to your undercloud and source the overcloud authentication file <NOTE: I think there is a template for this in the common/global/ director> source ~/overcloudrc . Find which telemetry endpoints exist after upgrade: openstack endpoint list | grep -i -e aodh -e gnocchi -e panko . Delete the users of the missing endpoints: openstack user delete aodh gnocchi panko This BZ is also related to BZ#2158159 This has been published and is available in the RHOSP 16.2 framework for upgrades guide. |