Bug 1758174 - (OSP-16) undercloud install fails with rsyslog not active
Summary: (OSP-16) undercloud install fails with rsyslog not active
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 16.0 (Train)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: beta
: 16.0 (Train on RHEL 8.1)
Assignee: Emilien Macchi
QA Contact: Sasha Smolyak
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-10-03 13:25 UTC by Bob Fournier
Modified: 2020-02-06 14:42 UTC (History)
5 users (show)

Fixed In Version: openstack-tripleo-heat-templates-11.3.1-0.20191121202536.333e4f5.el8ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-02-06 14:42:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1850562 0 None None None 2019-10-29 22:29:32 UTC
OpenStack gerrit 692195 0 'None' MERGED Install and start Rsyslog on the Undercloud & Standalone 2020-02-03 20:07:36 UTC
Red Hat Product Errata RHEA-2020:0283 0 None None None 2020-02-06 14:42:44 UTC

Description Bob Fournier 2019-10-03 13:25:54 UTC
Description of problem:

After a fresh install of RHEL 8.0, attempted an undercloud install.  It failed due to missing rsyslog:

[stack@hardprov-dl360-g9-01 undercloud-ansible-54348tim]$ cat ansible-errors.json 
{"hardprov-dl360-g9-01": [["Check if rsyslog exists", {"msg": "non-zero return code", "cmd": "systemctl is-active rsyslog", "stdout": "inactive", "stderr": "", "rc": 3, "start": "2019-10-02 01:52:11.855265", "end": "2019-10-02 01:52:11.862984", "delta": "0:00:00.007719", "changed": true, "invocation": {"module_args": {"_raw_params": "systemctl is-active rsyslog", "_uses_shell": true, "warn": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}, "stdout_lines": ["inactive"], "stderr_lines": [], "_ansible_no_log": false}]]}[stack@hardprov-dl360-g9-01 undercloud-ansible-54348tim]


Can workaround this by installing rsyslog manually:
$ sudo dnf install rsyslog
$ systemctl start rsyslog.service


Version-Release number of selected component (if applicable):

Using compose 
RHOS_TRUNK-16.0-RHEL-8-20190823.n.1 


Steps to Reproduce:

1. Install RHEL 8.0
2. Follow procedures to install undercloud - https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/15/html-single/director_installation_and_usage/index#installing-the-undercloud

Comment 1 Alex Schultz 2019-10-29 22:41:48 UTC
So the issue here is that both haproxy and swift look for rsyslog. I wonder if we should continue with the rsyslog requirement and explicitly ensure it's installed/running or look for an alternative.

Comment 6 errata-xmlrpc 2020-02-06 14:42:27 UTC
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/RHEA-2020:0283


Note You need to log in before you can comment on or make changes to this bug.