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

Removing nuke #1915

Merged
merged 5 commits into from
May 17, 2024
Merged

Removing nuke #1915

merged 5 commits into from
May 17, 2024

Commits on Feb 2, 2024

  1. Remove nuke: deletions

    This commit contains only full file deletions, and the relocation of
    nuke.actions.clear_firewall() to nuke/__init__.py to retain compatibility with
    older ceph.git tasks.
    
    Signed-off-by: Zack Cerza <zack@redhat.com>
    zmc committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a16b0eb View commit details
    Browse the repository at this point in the history
  2. Remove nuke: Trivial changes

    This commit contains trivial changes like reference removals, docs changes, and
    removal of dead code.
    
    Signed-off-by: Zack Cerza <zack@redhat.com>
    zmc committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5d45d1c View commit details
    Browse the repository at this point in the history
  3. Remove nuke: Rework unlocking

    This commit re-implements functionality that was removed with the nuke system.
    
    Signed-off-by: Zack Cerza <zack@redhat.com>
    zmc committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0312246 View commit details
    Browse the repository at this point in the history
  4. Add teuthology-node-cleanup command

    This replaces teuthology-nuke --stale
    
    Signed-off-by: Zack Cerza <zack@redhat.com>
    zmc committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c031be4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. docs/docker-compose/testnode: Don't kill sshd

    docker-compose exits non-zero if a container goes down while it's running.
    
    Signed-off-by: Zack Cerza <zack@redhat.com>
    zmc committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3394a9a View commit details
    Browse the repository at this point in the history