| Summary: | [RFE] get haproxy stats from the local IPs on the instances | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | David Juran <djuran> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Emilien Macchi <emacchi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ofer Blaut <oblaut> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 13.0 (Queens) | CC: | bfournie, bperkins, derekh, djuran, dsneddon, dtantsur, jcoufal, kbasil, lmiccini, mburns, mcornea, oblaut, rhel-osp-director-maint |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-02-12 08:41:20 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: | |
|
Description
David Juran
2016-01-29 11:08:23 UTC
This bug did not make the OSP 8.0 release. It is being deferred to OSP 10. This is still happening with OSP9, the haproxy.stats service is listening to a VIP From puppet-tripleo/manifests/haproxy.pp, this is where it is added:
$haproxy_stats_bind_opts = {
"${controller_virtual_ip}:1993" => $haproxy_listen_bind_param,
This seems to be logical IP to use to count packets haproxy stats, but following up
on this.
Yes, using the controller VIP is the implemented and expected IP to use for haproxy stats. The recommendation is to close this as NOTABUG and open an separate RFE to get stats from the local IPs on the instances. Thanks Bob! Converting to an RFE and stopping targeting Newton. Please check if the updated title is right. as far as I can see it is fixed in both osp13 and osp16, I hope it is OK for you/your customer. |