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

CLOUDP-305570: Add --watch to Outage simulation #3717

Merged
merged 1 commit into from
Mar 10, 2025
Merged

Conversation

jeroenvervaeke
Copy link
Collaborator

Proposed changes

  • added --watch to cluster outage simulation commands start/end

Jira ticket: CLOUDP-305570

Testing

Ran these commands:

Start outage simulation

outage_simulation.json

{
    "outageFilters": [
      {
        "cloudProvider": "AWS",
        "regionName": "EU_WEST_3",
        "type": "REGION"
      }
    ]
  }
atlas api clusterOutageSimulation startOutageSimulation --version 2023-01-01 --clusterName Cluster0 --file outage_simulation.json --watch

Stop outage simulation

atlas api clusterOutageSimulation endOutageSimulation --version 2023-01-01 --clusterName Cluster0 --watch

@jeroenvervaeke jeroenvervaeke requested review from a team as code owners March 10, 2025 15:14
@github-actions github-actions bot added need-doc-review Improvements or additions to documentation, will be reviewed by the docs team atlascli labels Mar 10, 2025
@mongodb mongodb deleted a comment from github-actions bot Mar 10, 2025
@mongodb mongodb deleted a comment from github-actions bot Mar 10, 2025
@jeroenvervaeke
Copy link
Collaborator Author

Copy link
Contributor

@lmkerbey-mdb lmkerbey-mdb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@jeroenvervaeke jeroenvervaeke merged commit 415526a into master Mar 10, 2025
20 of 23 checks passed
@jeroenvervaeke jeroenvervaeke deleted the CLOUDP-305570 branch March 10, 2025 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
atlascli need-doc-review Improvements or additions to documentation, will be reviewed by the docs team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants