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

[juju] Add plugin option for Juju state reporting #3803

Closed
wants to merge 9 commits into from

Commits on Nov 19, 2024

  1. [juju] Add plugin option for Juju state reporting

    Signed-off-by: Michael Thamm <[email protected]>
    MichaelThamm committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8ca5479 View commit details
    Browse the repository at this point in the history
  2. [pylint] Disable alert for too-many-positional-arguments

    Disable alert for too-many-positional-arguments
    
    Signed-off-by: Jose Castillo <[email protected]>
    jcastill authored and MichaelThamm committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ade105b View commit details
    Browse the repository at this point in the history
  3. [containerd] record deprecation warnings

    Starting with containerd 1.6.27 and 1.7.12, warnings are issued for the
    use of deprecated features.  The new `ctr deprecations list` command can
    be used to retrieve warnings.
    
    Closes: sosreport#3786
    Signed-off-by: Samuel Karp <[email protected]>
    samuelkarp authored and MichaelThamm committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2446efa View commit details
    Browse the repository at this point in the history
  4. [plugins] Obfuscate http URL credentials

    HTTP_PROXY or similar env.variables can contain credentials we must
    scrub. The variables or directly credentials of a http(s) URL can be
    specified in several places the commit deals with.
    
    Futher, update apt plugin to use the new do_paths_httpp_sub method.
    
    Resolves: sosreport#3789
    
    Signed-off-by: Pavel Moravec <[email protected]>
    pmoravec authored and MichaelThamm committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    b918777 View commit details
    Browse the repository at this point in the history
  5. Add ALL_PROXY and NO_PROXY to collected env_vars

    Resolves: sosreport#3788
    
    Signed-off-by: Pablo Fernández Rodríguez<[email protected]>
    Signed-off-by: Pablo Fernández Rodríguez <[email protected]>
    pafernanr authored and MichaelThamm committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    77fd8da View commit details
    Browse the repository at this point in the history
  6. [pulpcore] Don't collect args columns from tasks tables

    These columns are either empty, containing passwords or some encoded
    data.
    
    Get the *remaining* column names and query for them.
    
    If the query for column names fail, failover to current "SELECT *".
    
    Relevant: sosreport#3783
    Resolves: sosreport#3784
    
    Signed-off-by: Pavel Moravec <[email protected]>
    pmoravec authored and MichaelThamm committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    fb6007a View commit details
    Browse the repository at this point in the history
  7. [vmware] Enable vmware plugin support on Ubuntu

    Signed-off-by: Adam Vest <[email protected]>
    adam-vest authored and MichaelThamm committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    400e886 View commit details
    Browse the repository at this point in the history
  8. [nvidia] Capture more nvidia commands

    Capture commands related to nvidia container toolkit.
    
    Related: RHEL-58172
    
    Signed-off-by: Jose Castillo <[email protected]>
    jcastill authored and MichaelThamm committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8884c47 View commit details
    Browse the repository at this point in the history
  9. [ceph] update ceph commands collection

    Signed-off-by: Ponnuvel Palaniyappan <[email protected]>
    pponnuvel authored and MichaelThamm committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6310542 View commit details
    Browse the repository at this point in the history