Bug 1943801
| Summary: | Provide both OSP13 and OSP16.1 configuration | ||
|---|---|---|---|
| Product: | Service Telemetry Framework | Reporter: | Leif Madsen <lmadsen> |
| Component: | Documentation | Assignee: | Leif Madsen <lmadsen> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Leonid Natapov <lnatapov> |
| Severity: | medium | Docs Contact: | Joanne O'Flynn <joflynn> |
| Priority: | unspecified | ||
| Version: | 1.2 | CC: | pleimer |
| Target Milestone: | z1 | Keywords: | Triaged |
| Target Release: | 1.3 (STF) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-06-24 14:36:27 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: | |||
| Bug Blocks: | 1845014, 1954722 | ||
|
Description
Leif Madsen
2021-03-27 15:07:40 UTC
We should also provide the configuration option for memcached so that we can the appropriate hostname rather than the IP addresses. We can do this with:
ExtraConfig:
collectd::plugin::memcached::instances:
local:
host: "%{hiera('fqdn_canonical')}
port: 11211
Talking with Paul, it would be ideal that we don't scatter OSP configuration across the entire STF documentation. Instead we should create sub-sections in the OSP configuration area that says something like, "If you plan to enable dashboarding in STF, add <this_configuration> to your stf-connectors.yaml. For more information about dashboarding, see xref:...dashboarding..." I consider this task complete for the expected scope. Both OSP13 and 16.1 documentation additions have been added for STF 1.3 and are now available. Some additional tweaks are required to synchronize everything, but that will be dealt with shortly. Documentation refactoring is now complete and a full test suite was run across OSP13 and 16.1. Documentation is now available on access.redhat.com. |