-
Notifications
You must be signed in to change notification settings - Fork 98
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
[bug_fix]: Add subclass to aci_domain_to_vlan_pool
to fix deletion of binding (DCNE-207)
#695
Conversation
When state is absent, only the subclass for the domain should be deleted (infraRsVlanNs) not the whole domain config.
aci_domain_to_vlan_pool
to fix deletion of bindingaci_domain_to_vlan_pool
to fix deletion of binding (DCNE-207)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #695 +/- ##
===========================================
- Coverage 94.65% 35.76% -58.90%
===========================================
Files 260 267 +7
Lines 12051 12205 +154
Branches 1826 1840 +14
===========================================
- Hits 11407 4365 -7042
- Misses 275 7840 +7565
+ Partials 369 0 -369
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Akini Ross <[email protected]>
Have updated the module with your proposal @akinross , thank you very much :) learning how these modules/filters work. |
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.
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.
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.
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.
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.
LGTM
Thanks for the contribution! |
When state is absent, only the subclass for the domain should be deleted (infraRsVlanNs) not the whole domain config.