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

Add ebs loss scenario #692

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

Commits on Nov 15, 2024

  1. Add ebs loss scenario

    - Added scenario config
    - Added new folder containing scenarion scripts
    - Added scenario in run_kraken.py and kraken config
    
    Resolves krkn-chaos#678
    
    Signed-off-by: jtydlack <[email protected]>
    
    # Conflicts:
    #	run_kraken.py
    jtydlack committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    bd6a811 View commit details
    Browse the repository at this point in the history
  2. Update ebs loss scenario

    - Added excetions
    - Supporting multiple regions
    - Volume selection by volume id or node/instance id
    - Aws access key id and aws secret access key not needed if system
    wide credentials configured
    
    Signed-off-by: jtydlack <[email protected]>
    jtydlack committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f9e3c1f View commit details
    Browse the repository at this point in the history
  3. Delete detach_ebs_volumes scenario

    Signed-off-by: jtydlack <[email protected]>
    jtydlack committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    21d81e0 View commit details
    Browse the repository at this point in the history
  4. Add functions for aws detach disk scenario

    Signed-off-by: jtydlack <[email protected]>
    jtydlack committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    973ad51 View commit details
    Browse the repository at this point in the history
  5. Add detach disk scenario in node scenario

    Signed-off-by: jtydlack <[email protected]>
    jtydlack committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    34de052 View commit details
    Browse the repository at this point in the history
  6. Remove detach_ebs_volume from options

    Signed-off-by: jtydlack <[email protected]>
    jtydlack committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    76e5d76 View commit details
    Browse the repository at this point in the history