rsyslog_client deployment broken after rocky release

Bug #1835632 reported by Satish Patel
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
New
Undecided
Unassigned

Bug Description

My deployment using stein on CentOS 7.5 and having issue to deploy rsyslog_server and client ( we don't want systemd style logging because of some specific requirement)

Found following notes in Rocky release notes

======
With the implementation of systemd-journal-remote the rsyslog_client role is no longer run by default. To enable the legacy functionality, the variable rsyslog_client_enabled and rsyslog_server_enabled can be set to true.
======

Based on above configuration i have added two lines in user_variables.yml

rsyslog_server_enabled: true
rsyslog_client_enabled: true

Now running playbook

openstack-ansible setup-openstack.yml --tags 'rsyslog_client-install'

After completion of above playbook still /etc/rsyslog.d/ directory is empty.

[root@ostack-infra-2-1-neutron-server-container-c6ae5318 ~]# ls -l /etc/rsyslog.d/
total 4
-rw-r--r-- 1 root root 49 Apr 25 13:19 listen.conf
[root@ostack-infra-2-1-neutron-server-container-c6ae5318 ~]#

what i am missing here?

Revision history for this message
Satish Patel (satish-txt) wrote :

Solution:

remove bond0.27 from br-lbaas which causing issue in netns namespace to not get reply back of ARP.

Here is the steps:

1. Create br-lbaas bridge (don't attach to any one)
2. Deploy your software using OSA
3. once OSA create lb-mgmt neutron network run following veth peer
4. run this veth pair from this document - https://github.com/rcbops/rpc-octavia/blob/master/INSTALLATION.md

description: updated
Revision history for this message
Satish Patel (satish-txt) wrote :

Ignore above comments by mistake i comment here, it was for octavia. not sure how to delete comments.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.