-
Notifications
You must be signed in to change notification settings - Fork 23
Generalise host image playbooks #1390
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.
Could we actually generalise this further? I think it would be quite easy to remove references to "image" and make the playbook usable for all file/artifact/object uploads
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.
Once you've made these changes, could you give it a test? I think we can them merge
0e5f742
to
664241a
Compare
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.
Nice work @assumptionsandg
* Generalise image upload playbook * Replace occurences to host-image * Variable for file extension * Revert changes to overcloud image build * Update file extension variable * Use image name * s/image/artifact/g * Remove image_repository creds * Fix artifact references in host-image-build * Generalise promotion workflow
Generalise image upload playbook so it can be used with Octavia and IPA image uploads.