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

Create ndo_sr_mpls_vrf_l3out_template module to support L3Out Template - SR-MPLS VRF L3Out Object (DCNE-58) #502

Open
sajagana opened this issue Jul 24, 2024 · 0 comments
Labels
enhancement New feature or request jira-sync Sync this issue to Jira

Comments

@sajagana
Copy link
Collaborator

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

Create ndo_sr_mpls_vrf_l3out_template module to support L3Out Template - SR-MPLS VRF L3Out Object. Part of #436

New or Affected Module(s):

  • ndo_sr_mpls_vrf_l3out_template

MSO version and MSO Platform

  • V 4.3.1 (NDO)

APIC version and APIC Platform for Site Level Resources

  • V x.x.x and on-prem/cloud-aws/cloud-azure/all.

Collection versions

  • cisco.mso x.x.x

References

Sample config with default values:

curl --location --request PATCH 'https://173.36.219.35/mso/api/v1/templates/66912b9795400f37592e62aa?validate=false' \
--header 'Content-Type: application/json' \
--data '[
    {
        "op": "add",
        "path": "/l3outTemplate/srl3outs/-",
        "value": {
            "name": "SRL3Out8",
            "description": "",
            "vrfRef": "701b9e03-3114-496b-a743-c656297e84cd",
            "srLocationProfiles": [
                {
                    "mplsLocationName": "infra_sr_mpls_l3out",
                    "routeMapPolicyProfiles": [
                        {
                            "inEditing": false,
                            "routeMapPolicyRef": "66f0019d-ab70-44b6-b466-e48773cfbd1d",
                            "routeMapType": "import"
                        },
                        {
                            "inEditing": false,
                            "routeMapPolicyRef": "66f0019d-ab70-44b6-b466-e48773cfbd1d",
                            "routeMapType": "export"
                        }
                    ]
                }
            ]
        }
    }
]'
@sajagana sajagana added the enhancement New feature or request label Jul 24, 2024
@sajagana sajagana self-assigned this Jul 24, 2024
@samiib samiib added the jira-sync Sync this issue to Jira label Aug 12, 2024
@github-actions github-actions bot changed the title Create ndo_sr_mpls_vrf_l3out_template module to support L3Out Template - SR-MPLS VRF L3Out Object Create ndo_sr_mpls_vrf_l3out_template module to support L3Out Template - SR-MPLS VRF L3Out Object (DCNE-58) Aug 12, 2024
@sajagana sajagana removed their assignment Aug 22, 2024
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

No branches or pull requests

2 participants