-
Notifications
You must be signed in to change notification settings - Fork 12
Replace old image deployer with new one #344
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with this playbook as-is, authentication and image download don't seem to be working.
I've added a few commits to the end to fix this.
Does this work now if you start with an empty |
Yeah it did work for me, at least on my dev-in-a-box setup. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes, looks good!
This PR removes the older image deployer + cleaner mechanism, and replaces it with our new one, which pulls from an object store more directly. The merged playbook will also clean up the systemd timers from the old deployer, if present. Note, the new mechanism does not currently have a "cleaner" tool, we will want to investigate that eventually for sites with less storage available. This is a commit cleanup of #344
No description provided.