Skip to content

add support for fvSubnet for mgmtInB #265 - #266

Merged
juchowan merged 2 commits into
netascode:mainfrom
robvand:issue-265
Aug 26, 2025
Merged

add support for fvSubnet for mgmtInB #265#266
juchowan merged 2 commits into
netascode:mainfrom
robvand:issue-265

Conversation

@robvand

@robvand robvand commented Jul 14, 2025

Copy link
Copy Markdown
Contributor

Fix for #265

Changes needed to schema:

apic:
  tenants:
    - name: mgmt
      inb_endpoint_groups:
        - name: default
          vlan: 11
          bridge_domain: inb
          contracts:
            providers:
              - permit-to-10.1.11.0-24
          subnets:
            - ip: 10.1.11.1/24
              public: true
              shared: true

Comment thread aci_tenants.tf Outdated
ip = subnet.ip
public = try(subnet.public, local.defaults.apic.tenants.application_profiles.endpoint_groups.subnets.public)
shared = try(subnet.shared, local.defaults.apic.tenants.application_profiles.endpoint_groups.subnets.shared)
ip_dataplane_learning = try(subnet.ip_dataplane_learning, null)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

where is this coming from? i dont see that in the APIC for subnet configuration under inb epg ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@juchowan
juchowan merged commit abcf3e8 into netascode:main Aug 26, 2025
1 check passed
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.

2 participants