-
Notifications
You must be signed in to change notification settings - Fork 33
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
Adding modules for IGMP interface policy object. (DCNE-128) #577
base: master
Are you sure you want to change the base?
Conversation
4d246b8
to
fb7a54f
Compare
eeb7c0f
to
81f2537
Compare
81f2537
to
5fc8984
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
5fc8984
to
a038ff4
Compare
…ve and changed update task to support the changes.
a038ff4
to
26f07e9
Compare
tests/integration/targets/ndo_tenant_igmp_interface_policy/tasks/main.yml
Outdated
Show resolved
Hide resolved
26f07e9
to
b6b2ae6
Compare
- Defaults to C(disabled) when unset during creation. | ||
type: str | ||
choices: [ enabled, disabled ] | ||
aliases: [ allow_version3_asm ] |
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 this alias?
- The maximum multicast entries value. | ||
- Defaults to C(4294967295) when unset during creation. | ||
- The valid range is from C(1) to C(4294967295). | ||
- This parameter is only applicable when the O(state_limit_route_map_uuid) is not empty. |
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.
or state_limit_route_map right?
notes: | ||
- The O(template) must exist before using this module in your playbook. | ||
Use M(cisco.mso.ndo_template) to create the Tenant template. | ||
- The O(state_limit_route_map_uuid), O(report_policy_route_map_uuid), O(static_report_route_map_uuid) must exist before using this module in your playbook. |
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.
Rephrase that the route map object need to exist but not the uuid and that is also for the name.
Use M(cisco.mso.ndo_tenant_route_map_policy_for_multicast) to create the Route Map Policy for Multicast. | ||
seealso: | ||
- module: cisco.mso.ndo_template | ||
- module: cisco.mso.ndo_tenant_route_map_policy_for_multicast |
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.
ndo_tenant_route_map_policy_for_multicast is the wrong name. It think it's ndo_route_map_policy_multicast
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.
I would actually remove this
- The O(template) must exist before using this module in your playbook. | ||
Use M(cisco.mso.ndo_template) to create the Tenant template. | ||
- The O(state_limit_route_map_uuid), O(report_policy_route_map_uuid), O(static_report_route_map_uuid) must exist before using this module in your playbook. | ||
Use M(cisco.mso.ndo_tenant_route_map_policy_for_multicast) to create the Route Map Policy for Multicast. |
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.
I think it should be M(cisco.mso.ndo_route_map_policy_multicast).
Please confirm..
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.
I would actually remove this
notes: | ||
- The O(template) must exist before using this module in your playbook. | ||
Use M(cisco.mso.ndo_template) to create the Tenant template. | ||
- The O(state_limit_route_map_uuid), O(report_policy_route_map_uuid), O(static_report_route_map_uuid) must exist before using this module in your playbook. |
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.
I don't think this note is accurate. I would rephrase it or actually remove it..
No description provided.