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

mso_schema_site_external_epg should allow l3out created in different template (DCNE-161) #290

Closed
juchowan opened this issue Aug 20, 2024 · 0 comments · Fixed by #291
Closed
Labels
enhancement New feature or request jira-sync Sync this issue to Jira

Comments

@juchowan
Copy link
Contributor

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

mso_schema_site_external_epg resource currently has an optional attribute l3out_name, which can assign l3out in a site specific setting of external EPG. That l3out has to be created in the same template as external EPG.
It should be possible to configure also l3outs:

  • created in different template
  • created locally on APIC only.

New or Affected Resource(s) + MSO Class(es):

mso_schema_site_external_epg

MSO version

  • V 4.2, 4.3

APIC version and APIC Platform for Site level Resources

  • V 5.2.x, 6.x

Potential Terraform Configuration

resource "mso_schema_site_external_epg" "external_epg_1" {
  schema_id         = data.mso_schema.schema1.id
  template_name     = "Template1"
  site_id           = data.mso_site.site1.id
  external_epg_name = "external_epg_1"
  l3out_name        = "l3out1"
  l3out_template    = "Template2"
}

References

  • #0000
@juchowan juchowan added the enhancement New feature or request label Aug 20, 2024
@lhercot lhercot added the jira-sync Sync this issue to Jira label Aug 21, 2024
@github-actions github-actions bot changed the title mso_schema_site_external_epg should allow l3out created in different template mso_schema_site_external_epg should allow l3out created in different template (DCNE-161) Aug 21, 2024
@akinross akinross linked a pull request Aug 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jira-sync Sync this issue to Jira
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants