-
Notifications
You must be signed in to change notification settings - Fork 9
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
[New Resource]: SVM QoS Policy Activation #301
Comments
hmmmm we'll need to look at how we are going to do this. I don't think we need a specific resource for this and should be able to do it in SVM, but let me see how that would work. |
@carchi8py Thanks for looking into this! My understanding is that QoS policy activation is a multi-step process (taken from here):
Creating the policy group is only possible after the SVM / vserver exists. Hence, activating it is a separate step - it can't be activated upon initial creation... but I might be missing something here! That's why I've opted for a separate resource to model the association of SVM <-> policy. Again, this might be due to my limited understanding - let me know if there's a more elegant way to do it. Thanks again, and all the best! |
@carchi8py Did you already have a chance to think this true? If not, then I will go ahead and start working on a PR to implement a separate resource to model the association of SVM <-> policy... |
I've prepared a PR to address this change: #346. Please let me know if anything's missing. |
Description
Ability to activate (existing) QoS policy for (existing) SVM
Requested Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: