-
Notifications
You must be signed in to change notification settings - Fork 197
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
Patch EC2 Workflow #75
Conversation
@zjleblanc is this a duplicate of #74 ? |
@willtome yes, I went ahead and closed the other one. |
Thanks @zjleblanc. Lets try reusing the existing patch jobs in the workflow. See example starting here product-demos/satellite/setup.yml Line 196 in 81f35e8
|
@willtome updated this PR to use the existing linux patching job template. I added it to the cloud setup, not sure if there is a better way to reference the controller_config object while ensuring it's created without having to run the full linux setup. |
does this PR also resolve #83? Something additional to test |
Co-authored-by: zjleblanc <[email protected]> Co-authored-by: willtome <[email protected]>
General
Create a patching workflow that snapshots an EC2, applies patches, and restores from a snapshot if the patch fails.
Playbooks
Workflow