-
Notifications
You must be signed in to change notification settings - Fork 474
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
[OCPCLOUD-1377] Add "Azure Ultra Disks support in Machine API" enhancement #1021
[OCPCLOUD-1377] Add "Azure Ultra Disks support in Machine API" enhancement #1021
Conversation
ac275ad
to
89d33ad
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.
Got a couple of suggestions about kubebuilder tags on the API definitions, but other LGTM
850ea37
to
044f4e9
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.
Changes look good to me and I'm happy to add my approve, this will need an API review before we do though
Any of the @openshift/api-reviewers folks available for an api review? Thanks. |
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, couple of suggestions on the API and a question about the upgrade/downgrade section, otherwise I'm happy for this to merge
b262bbd
to
aee2916
Compare
Ok, I'm happy with this now, will need an api approver to give it a once over before we can merge though |
Just spoken with @deads2k on slack, he's happy to defer the API review for now given I've already given it a thorough review. I'd like a second pair of eyes on this from my team before we merge though |
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.
this is looking great @damdo , i found one minor spelling error but otherwise i'm
/lgtm
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.
@damdo If you get the typo and metadata fixed up, I'll add the labels to merge
c1aee55
to
c70bc7e
Compare
/lgtm |
c70bc7e
to
760081e
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@damdo: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/lgtm |
implements the API changes described in openshift/enhancements#1021
implements the API changes described in openshift/enhancements#1021
implements the API changes described in openshift/enhancements#1021
implements the API changes described in openshift/enhancements#1021
implements the API changes described in openshift/enhancements#1021
…1119) * machine-api: azureprovider: add ultra disk support implements the API changes described in openshift/enhancements#1021 * machine: split managed disk parameters * machine: ultra disks: split ManagedDiskParameters and DataDiskManagedDiskParameters * machine: ultra disks: specify default values in godoc * machine: ultra disks: improve UltraSSDCapability godoc * machine: ultra disks: drop LUN * machine: ultra disks: rename ManagedDiskParameters to OSDiskManagedDiskParameters * machine: ultra disks: add Enum and validation for DataDisk StorageAccountType * Revert "machine: ultra disks: drop LUN" This reverts commit 0f64a58. * machine: ultra disks: update LUN api * machine: ultra disks: Data Disk godoc
This PR introduces an enhancement for describing how we will introduce the Azure Ultra Disks feature into Machine API.