-
Notifications
You must be signed in to change notification settings - Fork 448
Oci-metadata-volumefix #1897
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
Merged
Merged
Oci-metadata-volumefix #1897
+163
−27
Conversation
This file contains hidden or 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
Author: michael.butler@progress.com
Signed-off-by: Michael Butler <michael.butler@progress.com>
Modernized Ruby syntax. Signed-off-by: Michael Butler <michael.butler@progress.com>
Modernized Ruby syntax to pass cookstyle --chefstyle. Signed-off-by: Michael Butler <michael.butler@progress.com>
Modernized Ruby syntax to pass cookstyle --chefstyle. Signed-off-by: Michael Butler <michael.butler@progress.com>
Signed-off-by: Michael Butler <michael.butler@progress.com>
|
jaymzh
approved these changes
Oct 21, 2025
11 tasks
tpowell-progress
pushed a commit
that referenced
this pull request
Oct 29, 2025
* Added support for Windows Platform for oci metadata capturing. * Updating allAttachedVolumes metadata for OCI instances --------- Signed-off-by: Michael Butler <michael.butler@progress.com>
tpowell-progress
added a commit
that referenced
this pull request
Oct 29, 2025
* Oci-metadata-volumefix (#1897) * Added support for Windows Platform for oci metadata capturing. * Updating allAttachedVolumes metadata for OCI instances --------- Signed-off-by: Michael Butler <michael.butler@progress.com> * Style corrections Signed-off-by: Thomas Powell <thomas.powell@progress.com> * Appease Sonarqube Signed-off-by: Thomas Powell <thomas.powell@progress.com> * fix nesting Signed-off-by: Thomas Powell <thomas.powell@progress.com> * const not working Signed-off-by: Thomas Powell <thomas.powell@progress.com> * Now it's complaining about a different string Signed-off-by: Thomas Powell <thomas.powell@progress.com> --------- Signed-off-by: Michael Butler <michael.butler@progress.com> Signed-off-by: Thomas Powell <thomas.powell@progress.com> Co-authored-by: Mike Butler <24615387+snohio@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Signed-off-by: Michael Butler michael.butler@progress.com
Oracle updated their endpoint for attached volumes to include all attached volumes and not just multipath. This update moves from collecting volume information from attachedVolumes to the allAttachedVolumes API endpoint.
Description
Changes collecting OCI volume information from
attachedVolumesAPI endpoint to a new one that they created calledallAttachedVolumesfor a specfic shared customer.This also fixed the output of the information as it was improperly formatted prior to this change.
Related Issue
Fixes #1896
Types of changes
Checklist:
Gemfile.lockhas changed, I have used--conservativeto do it and included the full output in the Description above.