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

AP routed domain input validation needs to be updated to make vlan_pool an optional value #76

Merged
merged 11 commits into from
May 25, 2024
Merged

AP routed domain input validation needs to be updated to make vlan_pool an optional value #76

merged 11 commits into from
May 25, 2024

Conversation

mthurstocisco
Copy link
Contributor

update to documentation based on changes here
https://wwwin-github.cisco.com/netascode/aac/pull/337

@moskrive moskrive self-requested a review April 25, 2024 16:31
@moskrive moskrive self-assigned this Apr 25, 2024
Copy link

@moskrive moskrive left a comment

Choose a reason for hiding this comment

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

Additional code changes in the Terraform module to enable routed domains without a VLAN pool associate.

These ares includes:

  • aci_access_policies.tf script to make the VLAN pool attribute optional and only provided it if defined
  • terraform-aci-routed-domain sub module to the VLAN pool optional in the terraform code and configure the VLAN pool reference object when defined

@danischm danischm changed the title Update README.md AP routed domain input validation needs to be updated to make vlan_pool an optional value May 22, 2024
@mthurstocisco
Copy link
Contributor Author

Additional code changes in the Terraform module to enable routed domains without a VLAN pool associate.

These ares includes:

* aci_access_policies.tf script to make the VLAN pool attribute optional and only provided it if defined

* terraform-aci-routed-domain sub module to the VLAN pool optional in the terraform code and configure the VLAN pool reference object when defined

Hi morten, I updated the first file requested, please check and confirm it is what you expected. could you provide more information on the 2nd request please as i dont understand what is required?

@mthurstocisco
Copy link
Contributor Author

@danischm @moskrive think this is what was requested, please let me know if anything else is required

@danischm danischm merged commit 9eaae69 into netascode:main May 25, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

question: How can I create a routed domain without associating it with a vlan pool
3 participants