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

Move Activation Copy to Separate Module-AAP-42215 #416

Merged
merged 7 commits into from
Mar 31, 2025

Conversation

B-Whitt
Copy link
Contributor

@B-Whitt B-Whitt commented Mar 25, 2025

A new module is created for the copy action to copy the activation.

It has been discussed and decided that we shall move the existing copy action from the activation module to a separate module. The copy action shall take only one parameter which is the name of the copied activation. The resulting activation should be in disabled state. [https://issues.redhat.com/browse/AAP-42215]

kaiokmo and others added 2 commits March 26, 2025 21:48
After we introduced the usage of the proxy profile in ansible#414, we
didn't include the same profile in the `down` command. This leaves
behind the squid service as well as its container, when they should
all be removed when `docker compose down` is issued.
bzwei
bzwei previously approved these changes Mar 27, 2025
@B-Whitt B-Whitt requested a review from a team March 27, 2025 20:25
zkayyali812
zkayyali812 previously approved these changes Mar 27, 2025
@kaiokmo
Copy link
Member

kaiokmo commented Mar 28, 2025

@B-Whitt are we planning to remove the existing copy functionality from the rulebook_activation module in a different PR, and also change the integration tests accordingly?

@B-Whitt
Copy link
Contributor Author

B-Whitt commented Mar 28, 2025

@B-Whitt are we planning to remove the existing copy functionality from the rulebook_activation module in a different PR, and also change the integration tests accordingly?

@kaiokmo copy_from was removed from rulebook_activation in this PR. rulebook_activation_copy integration tests are still with the rulebook_activation integration tests as they are with other modules. We can break out integration tests for each module in a later PR.

@B-Whitt B-Whitt merged commit a52d72d into ansible:main Mar 31, 2025
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants