Skip to content

Support VRF and Networks using custom templates #111

@jgomezve

Description

@jgomezve

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

Support the creation of VRF/Networks using customized templates. As of now the providers only manages VRF/Networks using the NDFC/DCNM default templates

New or Affected Resource(s):

  • dcnm_vrf_custom
  • dcnm_network_custom

DCNM version

  • V 12.1.1e

Potential Terraform Configuration

resource "dcnm_vrf_custom" "my_vrf" {
  fabric             = "MyFabric"
  name               = "MyVRF"
  vlan_id            = 123
  segment_id         = 50016
  template           = "MyVRFTemplate"
  extension_template = "MyVRFExtensionTemplate"
  template_props = {
    "advertiseDefaultRouteFlag" : "true",
    "vrfVlanId" : 123,
    "isRPExternal" : "false",
    "borderMaxBgpPaths" : "6"
  }
  attachments {
    serial_number = "9EQ00OGQYV6"
    attach        = true
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions