-
Notifications
You must be signed in to change notification settings - Fork 335
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
Added support for Windows 2022 nodes #1377
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.
small change request!
Co-authored-by: Fred-sun <[email protected]>
Co-authored-by: Fred-sun <[email protected]>
Co-authored-by: Fred-sun <[email protected]>
@xrow What is your version of azure-mgmt-containerservice? |
@Fred-sun I believe it was using latest, but i acutally do not know. I do not know how to test. |
@xrow I am currently using the version of "azure-mgmt-containerservice==20.0.0", I will upgrade to the latest version test, thank you! |
@Fred-sun Based on your feedback I added AzureLinux as a sku too. I tought that is the most reasonable todo. |
plugins/modules/azure_rm_subnet.py
Outdated
@@ -343,16 +343,6 @@ | |||
serviceName=dict( | |||
type='str', | |||
required=True, | |||
choices=['Microsoft.Web/serverFarms', 'Microsoft.ContainerInstance/containerGroups', 'Microsoft.Netapp/volumes', |
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.
Why delete the choices? Please keep!
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.
@Fred-sun I am sorry. That is actually part of a different pull request I am planning. Let me figure out on how to have multipole pulls at the same time. Can you mean comment of the remaining open topics? I will revert this part later. Sorry again, I am no so strong with pull requests and its management.
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.
@xrow Other os_sku options will only be supported in versions higher than azure-mgmt-containerservice=20.0.0. I will upgrade azure-mgmt-containerservice first, and then push forward the PR merge in testing. Thank you! |
Thank you too... |
@xrow This branch has conflicts, Please help to resolved. The relate package has been upgrade. when you resolved, I will review and push for merged as soon as possible! Thank you very much! |
@Fred-sun can you review again? |
@@ -615,6 +623,12 @@ | |||
type: str | |||
returned: always | |||
sample: Linux | |||
os_sku: |
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.
duplication of key "os_sku" in mapping ( line 717)
@@ -64,6 +64,14 @@ | |||
choices: | |||
- Linux | |||
- Windows | |||
os_sku: |
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.
duplication of key "os_sku" in mapping( line 127)
@@ -808,6 +822,10 @@ def __init__(self): | |||
type='str', | |||
choices=['Linux', 'Windows'] | |||
), | |||
os_sku=dict( |
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.
duplication of key "os_sku" in mapping(line 861)
kindly ping! |
@Fred-sun Hi, Fred I am sorry I am not allowed to dedicate time on this any more by the organisation I am working for. I guess you have to take it from here or close it. I am sorry for it. |
@xrow Thank you for your feedback, you can authorize me to maintain this PR together, thank you! |
@Fred-sun Please do so! Thank you. |
ty |
SUMMARY
The feature adds the capability to create Windows 2022 nodes via the os_sku property.
ISSUE TYPE
COMPONENT NAME
azure_rm_aks