RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1709906 - [RFE] add FRR sos plugin
Summary: [RFE] add FRR sos plugin
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: sos
Version: 8.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: 8.0
Assignee: Pavel Moravec
QA Contact: Miroslav Hradílek
URL:
Whiteboard:
Depends On: 1680691
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-05-14 14:11 UTC by Filip Krska
Modified: 2020-11-14 08:41 UTC (History)
8 users (show)

Fixed In Version: sos-3.7-2.el8
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-11-05 22:32:24 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github sosreport sos pull 1666 0 None None None 2019-05-14 14:11:51 UTC
Red Hat Bugzilla 1657029 1 None None None 2022-08-08 01:46:25 UTC
Red Hat Product Errata RHEA-2019:3640 0 None None None 2019-11-05 22:32:39 UTC

Internal Links: 1657029

Description Filip Krska 2019-05-14 14:11:51 UTC
Description of problem:

Add sos plugin collecting FRR configuration.

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


How reproducible:

Always

Steps to Reproduce:
1. sosreport
2.
3.

Actual results:

/etc/frr is not collected if frr installed

Expected results:

/etc/frr is collected if frr installed

Additional info:

Upstream PR: https://github.com/sosreport/sos/pull/1666

Comment 1 Pavel Moravec 2019-05-17 10:08:18 UTC
devel_ack+ to 8.1

Comment 3 Pavel Moravec 2019-07-09 11:11:38 UTC
OtherQA granted by fkrska++

Comment 6 Pavel Moravec 2019-07-09 13:27:37 UTC
Hi,
could you pls. verify the bug against below build? Thanks in advance.


A yum repository for the build of sos-3.7-2.el8 (task 22574870) is available at:

http://brew-task-repos.usersys.redhat.com/repos/official/sos/3.7/2.el8/

You can install the rpms locally by putting this .repo file in your /etc/yum.repos.d/ directory:

http://brew-task-repos.usersys.redhat.com/repos/official/sos/3.7/2.el8/sos-3.7-2.el8.repo

RPMs and build logs can be found in the following locations:
http://brew-task-repos.usersys.redhat.com/repos/official/sos/3.7/2.el8/noarch/

The full list of available rpms is:
http://brew-task-repos.usersys.redhat.com/repos/official/sos/3.7/2.el8/noarch/sos-3.7-2.el8.src.rpm
http://brew-task-repos.usersys.redhat.com/repos/official/sos/3.7/2.el8/noarch/sos-3.7-2.el8.noarch.rpm
http://brew-task-repos.usersys.redhat.com/repos/official/sos/3.7/2.el8/noarch/sos-audit-3.7-2.el8.noarch.rpm

Build output will be available for the next 21 days.

Comment 7 Filip Krska 2019-07-09 14:00:20 UTC
Before update:

on `1minutetip 1MT-RHEL-8.1.0-20190701.0`

# yum install frr -y
# yum install sos -y
...
Installed:
  sos-3.7-1.el8.noarch
...
# sosreport --batch --build
...
  Starting 19/83 firewalld       [Running: boot dnf dracut firewalld]
  Starting 20/83 grub2           [Running: dnf dracut firewalld grub2]
...
# ll /var/tmp/sosreport-ci-vm-10-0-138-20-2019-07-09-xxyrjqw/etc/frr
ls: cannot access '/var/tmp/sosreport-ci-vm-10-0-138-20-2019-07-09-xxyrjqw/etc/frr': No such file or directory

=> FRR plugin not available

After fix:

# yum update http://brew-task-repos.usersys.redhat.com/repos/official/sos/3.7/2.el8/noarch/sos-3.7-2.el8.noarch.rpm -y
...
Upgraded:
  sos-3.7-2.el8.noarch
...
# sosreport --batch --build
...
  Starting 19/84 firewalld       [Running: boot dnf dracut firewalld]
  Starting 20/84 frr             [Running: dnf dracut firewalld frr]
  Starting 21/84 grub2           [Running: dnf dracut firewalld grub2]
...
# ll /var/tmp/sosreport-ci-vm-10-0-138-20-2019-07-09-sosvhii/etc/frr/
total 8
-rw-r--r--. 1 root root   2463 Jun 19 11:09 daemons
-rw-r-----. 1 frr  frrvty    0 Jul  9 09:39 vtysh.conf
-rw-r-----. 1 frr  frr      58 Jul  9 09:39 zebra.conf

=> FRR plugin works as expected i.e. VERIFIED

Mirku, will you formally flip the Errata status or is there st I can help with? Thanks

Comment 10 errata-xmlrpc 2019-11-05 22:32:24 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-2019:3640


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