Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sos] Add 'upload' component to upload existing reports and files #3746

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 13, 2024

  1. [sos] Add 'upload' component to upload existing reports and files

    This commit marks the beginning of the addition of a new 'upload'
    component for sos, which can be used to upload already created
    sos reports, collects, or other files like logs or vmcores to
    a policy defined location.
    
    The user needs to specify a file location, and can make use of any
    of the options that exist nowadays for the --upload option.
    
    This first commit includes:
    - The initial framework for the 'upload' component.
    - The new man page for 'sos upload'.
    - The code in the component 'help' to show information about
    the component.
    - The code in sos/__init__.py to deal with the component.
    - And modifications to setup.py to build the man pages.
    
    Related: RHEL-23032, SUPDEV-138, CLIOT-481
    
    Signed-off-by: Jose Castillo <[email protected]>
    jcastill committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9859412 View commit details
    Browse the repository at this point in the history
  2. [component] Move _fmt_msg() from collector,cleaner, upload to SosComp…

    …onent
    
    The function _fmt_msg() was in three different subsystems. This
    commit removes the code from collector, cleaner, and upload
    into SosComponent.
    
    Signed-off-by: Jose Castillo <[email protected]>
    jcastill committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    72dd27c View commit details
    Browse the repository at this point in the history