Skip to content

Addition of resource and data source for tenant_policies_igmp_interface_policy (DCNE-278)#403

Open
shrsr wants to merge 10 commits intoCiscoDevNet:masterfrom
shrsr:igmp
Open

Addition of resource and data source for tenant_policies_igmp_interface_policy (DCNE-278)#403
shrsr wants to merge 10 commits intoCiscoDevNet:masterfrom
shrsr:igmp

Conversation

@shrsr
Copy link
Copy Markdown
Collaborator

@shrsr shrsr commented Nov 27, 2025

No description provided.

@shrsr shrsr self-assigned this Nov 27, 2025
@github-actions github-actions bot changed the title Addition of resource and data source for tenant_policies_igmp_interface_policy Addition of resource and data source for tenant_policies_igmp_interface_policy (DCNE-278) Nov 27, 2025
@shrsr shrsr requested a review from akinross December 3, 2025 17:57
@shrsr shrsr requested a review from akinross December 4, 2025 16:39
samiib
samiib previously approved these changes Dec 5, 2025
Copy link
Copy Markdown
Collaborator

@samiib samiib left a comment

Choose a reason for hiding this comment

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

LGTM

akinross
akinross previously approved these changes Dec 10, 2025
Copy link
Copy Markdown
Collaborator

@akinross akinross left a comment

Choose a reason for hiding this comment

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

LGTM

gmicol
gmicol previously approved these changes Dec 10, 2025
Copy link
Copy Markdown
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

@shrsr shrsr requested a review from akinross December 18, 2025 16:05
akinross
akinross previously approved these changes Dec 18, 2025
Copy link
Copy Markdown
Collaborator

@akinross akinross left a comment

Choose a reason for hiding this comment

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

LGTM

samiib
samiib previously approved these changes Jan 6, 2026
Copy link
Copy Markdown
Collaborator

@samiib samiib left a comment

Choose a reason for hiding this comment

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

LGTM

gmicol
gmicol previously approved these changes Jan 6, 2026
Copy link
Copy Markdown
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

Copy link
Copy Markdown
Member

@lhercot lhercot left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Member

@lhercot lhercot left a comment

Choose a reason for hiding this comment

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

See issue in Go Release check: https://github.com/CiscoDevNet/terraform-provider-mso/actions/runs/20343107477/job/60651101226

Seems we need to reduce the test value to be under a int32

samiib
samiib previously approved these changes Mar 10, 2026
Copy link
Copy Markdown
Collaborator

@samiib samiib left a comment

Choose a reason for hiding this comment

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

LGTM

akinross
akinross previously approved these changes Mar 10, 2026
Copy link
Copy Markdown
Collaborator

@akinross akinross left a comment

Choose a reason for hiding this comment

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

LGTM

sajagana
sajagana previously approved these changes Mar 10, 2026
Copy link
Copy Markdown
Collaborator

@sajagana sajagana left a comment

Choose a reason for hiding this comment

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

LGTM!

@shrsr shrsr requested a review from samiib March 30, 2026 01:32
// is within the specified uint32 range. This approach avoids compile-time overflow
// errors on 32-bit systems by storing boundaries as uint32 and performing runtime
// validation using int64 comparisons.
func validateUint32Range(min, max uint32) schema.SchemaValidateFunc {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This function was more of a workaround for one case only to make the CI pass. I don't think this would require a unit test? I added a unit test for the other function in the route map PR.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Can you add that to the function explanation in that case?

@shrsr shrsr requested a review from akinross March 31, 2026 00:23
Copy link
Copy Markdown
Collaborator

@akinross akinross left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Collaborator

@samiib samiib left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Collaborator

@sajagana sajagana left a comment

Choose a reason for hiding this comment

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

LGTM!

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.

Create a resource and data source for "IGMP Interface Policy" object under Tenant Policies (DCNE-278)

7 participants