Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Merak Compute and Agent Clean Operation Type #130

Closed
wants to merge 3 commits into from
Closed

Merak Compute and Agent Clean Operation Type #130

wants to merge 3 commits into from

Conversation

phudtran
Copy link
Contributor

This PR adds the following:

  • Adds a new CLEAN operation type to common.proto
  • This new operation type will do the following
    • Merak Compute will cancel existing VMCreate Workflows and Flush it's database
    • Merak Compute will send a CLEAN operation type to each agent
    • Each agent will delete and clean up all devices on its host

@phudtran phudtran requested a review from cj-chung as a code owner September 29, 2022 23:51
@phudtran phudtran self-assigned this Oct 6, 2022
@phudtran phudtran added the enhancement New feature or request label Oct 6, 2022
Comment on lines +22 to 23
CLEAN = 4;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

@phudtran Does this operation require Scenario Manager sending down the operation type to Compute?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes it does.

@cj-chung
Copy link
Contributor

@phudtran please revolve the conflicts.

@phudtran phudtran closed this Dec 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merak Compute Workflow Cancellation Merak-Compute: Add new delete type "Clean"
2 participants