-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added TaskImage for AWS and an ability to use asterisk in image plus …
…fixes (#74) The change adds an ability to request Aquarium to prepare Image just like Snapshot before. This should help with automated building of the images with embedded caches. Features: * Encryption (re-encryption) - so even if you using not encrypted images as a base - the produced one will be encrypted * Latest image by the name with asterisk - actually AWS feature, but now logic tries to find the latest image if there is multiple of them in the return. Other changes: * Fixed a couple of issues with openapi spec that failed the jenkins plugin build and added openapi spec yaml validation to CI. * Switched to the newest version of openapi-codegen. Also tried ogen and it could solve some issues with code generation, but needs a major rewrite to use it (#75). * Added new API call to get tasks by ID - that helps to wait and find out how the task completed and what's the image name/id we've got. * Added more logging to tasks to keep track of their execution. * Made sure NodeFilter field in Resources will not return null and just empty list as described in spec. * Small fix to not print timestamps in debug mode if we don't need timestamps.
- Loading branch information
Showing
19 changed files
with
607 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.