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

quincy: cephadm: Fix repo_gpgkey should return 2 vars #47374

Merged
merged 2 commits into from
Aug 3, 2022

Commits on Jul 31, 2022

  1. cephadm: Fix repo_gpgkey should return 2 vars

    when option --gpg-url is specified, the name used for the gpg filename is missing and throws an exception
    this adds the string "manual" to the gpg key : /etc/apt/trusted.gpg.d/ceph.manual.gpg
    
    Fixes: https://tracker.ceph.com/issues/56950
    
    Signed-off-by: Laurent Barbe <laurent@ksperis.com>
    (cherry picked from commit 79c8055)
    ksperis authored and adk3798 committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    5797d7b View commit details
    Browse the repository at this point in the history
  2. cephadm: ceph.manual.gpg cleanup

    Cleanup file /etc/apt/trusted.gpg.d/ceph.manual.gpg when repo is removed
    
    Signed-off-by: Laurent Barbe <laurent@ksperis.com>
    (cherry picked from commit bf09513)
    ksperis authored and adk3798 committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    960983b View commit details
    Browse the repository at this point in the history