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

Prepare ground for Operation refactor #583

Draft
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

PaulFarault
Copy link
Contributor

Which issue(s) this PR fixes

Fixes None

Additional comments

Preparation work to handle the move from LegacyOperation to the new Operation class in another PR.

Agreements

noop flag is not used anymore by tdp-lib from a previous commit
Collection is not specified for each operation so this partial does not make sense anymore.
@PaulFarault PaulFarault self-assigned this Apr 17, 2024
f"Operation '{operation.name}' is an install action, depends on '{dependency}' which is "
f"not an install action and should only depends on other install action"
f"Operation '{operation.name}' depends on '{dependency}' which is "
f"not an install action. Install operations should only depends on "
Copy link
Contributor

Choose a reason for hiding this comment

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

typo: "Install operations should only depend on" instead of "depends on"

@SteBaum
Copy link
Contributor

SteBaum commented Apr 17, 2024

When I modify the variables and do atdp plan reconfigure followed by tdp deploy --mock-deploy

tdp status show shows me a lot of components to restart.

Capture d’écran du 2024-04-17 12-37-38

@PaulFarault PaulFarault marked this pull request as draft June 6, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants