Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

anvitha-jain
Copy link
Collaborator

No description provided.

@github-actions github-actions bot changed the title Adding modules for IGMP interface and tenant route map policy object. Adding modules for IGMP interface and tenant route map policy object. (DCNE-128) Jan 10, 2025
@anvitha-jain anvitha-jain changed the title Adding modules for IGMP interface and tenant route map policy object. (DCNE-128) Adding modules for IGMP interface policy object. (DCNE-128) Jan 10, 2025
@anvitha-jain anvitha-jain self-assigned this Jan 10, 2025
@anvitha-jain anvitha-jain force-pushed the igmp_interface branch 3 times, most recently from eeb7c0f to 81f2537 Compare January 18, 2025 01:38
plugins/modules/ndo_tenant_igmp_interface_policy.py Outdated Show resolved Hide resolved
plugins/modules/ndo_tenant_igmp_interface_policy.py Outdated Show resolved Hide resolved
plugins/modules/ndo_tenant_igmp_interface_policy.py Outdated Show resolved Hide resolved
plugins/modules/ndo_tenant_igmp_interface_policy.py Outdated Show resolved Hide resolved
plugins/modules/ndo_tenant_igmp_interface_policy.py Outdated Show resolved Hide resolved
plugins/modules/ndo_tenant_igmp_interface_policy.py Outdated Show resolved Hide resolved
gmicol
gmicol previously approved these changes Jan 22, 2025
Copy link
Collaborator

@gmicol gmicol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

plugins/modules/ndo_tenant_igmp_interface_policy.py Outdated Show resolved Hide resolved
plugins/modules/ndo_tenant_igmp_interface_policy.py Outdated Show resolved Hide resolved
plugins/modules/ndo_tenant_igmp_interface_policy.py Outdated Show resolved Hide resolved
plugins/modules/ndo_tenant_igmp_interface_policy.py Outdated Show resolved Hide resolved
@anvitha-jain anvitha-jain requested a review from shrsr January 24, 2025 19:30
- Defaults to C(disabled) when unset during creation.
type: str
choices: [ enabled, disabled ]
aliases: [ allow_version3_asm ]
Copy link
Member

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.
Copy link
Member

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.
Copy link
Member

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
Copy link
Collaborator

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

Copy link
Collaborator

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.
Copy link
Collaborator

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..

Copy link
Collaborator

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.
Copy link
Collaborator

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement: New module for IGMP Interface Policy in Tenant Tenant Policies Template (DCNE-128)
5 participants