-
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
[minor_change] add support for configuration of system endpoint contr… #507
Conversation
…ols, ip aging, ep loop protection and roque endpoint control with aci_system_endpoint_controls module
f5655f2
to
083ee41
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #507 +/- ##
===========================================
- Coverage 96.56% 35.39% -61.18%
===========================================
Files 186 187 +1
Lines 8591 8631 +40
Branches 1276 1283 +7
===========================================
- Hits 8296 3055 -5241
- Misses 222 5576 +5354
+ Partials 73 0 -73
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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.
You should add a task without passing ep_loop_protection - action value.
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.
is this task not doing so already?
module: aci_system_endpoint_controls | ||
short_description: Manage System Enpoint Controls (ep:IpAgingP, ep:ControlP, and ep:LoopProtectP) | ||
description: | ||
- Manage System Enpoint Controls on Cisco ACI fabrics. |
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.
- Manage System Endpoint Controls on Cisco ACI fabrics.
DOCUMENTATION = r""" | ||
--- | ||
module: aci_system_endpoint_controls | ||
short_description: Manage System Enpoint Controls (ep:IpAgingP, ep:ControlP, and ep:LoopProtectP) |
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.
short_description: Manage System Endpoint Controls (ep:IpAgingP, ep:ControlP, and ep:LoopProtectP)
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!
suboptions: | ||
admin_state: | ||
description: | ||
- Whether to enable IP Aging Controls on the fabric. |
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.
- Whether to enable IP Aging Controls on the fabric. | |
- Whether to enable EP Loop Protection on the fabric. |
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
d79561d
to
fc19eb6
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.
LGTM
…ols, ip aging, ep loop protection and roque endpoint control with aci_system_endpoint_controls module
This is a single module (aci_system_endpoint_controls) from a larger PR of tim cragg #419
Splitting up the module for easier review