Bug 1672940
| Summary: | haproxy log should not be written in /var/log/messages | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Damien Ciabrini <dciabrin> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Damien Ciabrini <dciabrin> |
| Status: | CLOSED ERRATA | QA Contact: | pkomarov |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 14.0 (Rocky) | CC: | aherr, bperkins, mburns, pkomarov |
| Target Milestone: | zstream | Keywords: | Triaged, ZStream |
| Target Release: | 14.0 (Rocky) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | puppet-tripleo-9.3.1-0.20190119004939.e8adf4b.el7ost openstack-tripleo-heat-templates-9.2.1-0.20190119154861.fe11ade.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1600865 | Environment: | |
| Last Closed: | 2019-03-18 13:03:37 UTC | Type: | --- |
| 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: | 1600865, 1669146 | ||
| Bug Blocks: | |||
|
Comment 4
Damien Ciabrini
2019-02-25 13:04:22 UTC
Verified, [stack@undercloud-0 ~]$ ansible controller-0 -b -mshell -a'rpm -qa |grep puppet-tripleo' [WARNING]: Found both group and host with same name: undercloud [WARNING]: Consider using the yum, dnf or zypper module rather than running rpm. If you need to use command because yum, dnf or zypper is insufficient you can add warn=False to this command task or set command_warnings=False in ansible.cfg to get rid of this message. controller-0 | SUCCESS | rc=0 >> puppet-tripleo-9.3.1-0.20190119004939.e8adf4b.el7ost.noarch [stack@undercloud-0 ~]$ ansible controller-0 -b -mshell -a'head /var/log/containers/haproxy/haproxy.log' [WARNING]: Found both group and host with same name: undercloud controller-0 | SUCCESS | rc=0 >> Feb 28 09:50:16 controller-2 haproxy[11]: Proxy aodh started. Feb 28 09:50:16 controller-2 haproxy[11]: Proxy cinder started. Feb 28 09:50:16 controller-2 haproxy[11]: Proxy glance_api started. Feb 28 09:50:16 controller-2 haproxy[11]: Proxy gnocchi started. Feb 28 09:50:16 controller-2 haproxy[11]: Proxy haproxy.stats started. Feb 28 09:50:16 controller-2 haproxy[11]: Proxy heat_api started. Feb 28 09:50:16 controller-2 haproxy[11]: Proxy heat_cfn started. Feb 28 09:50:16 controller-2 haproxy[11]: Proxy horizon started. Feb 28 09:50:16 controller-2 haproxy[11]: Proxy keystone_admin started. Feb 28 09:50:16 controller-2 haproxy[11]: Proxy keystone_public started. [stack@undercloud-0 ~]$ ansible controller-0 -b -mshell -a'grep haproxy /var/log/secure' [WARNING]: Found both group and host with same name: undercloud controller-0 | FAILED | rc=1 >> non-zero return code Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0446 |