Skip to content

Commit

Permalink
Add [vrf_interfaces] resource module (#523)
Browse files Browse the repository at this point in the history
* WIP iosxr vrf_interfaces resouce module

* chore: auto fixes from pre-commit.com hooks

* The formalities for the module

* chore: auto fixes from pre-commit.com hooks

* add docs - mark complete

* Use command module

* chore: auto fixes from pre-commit.com hooks

* add a runtime.yml entry

* chore: auto fixes from pre-commit.com hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ruchi Pakhle <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2024
1 parent be99285 commit b6ac704
Show file tree
Hide file tree
Showing 28 changed files with 2,172 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Name | Description
[cisco.iosxr.iosxr_user](https://github.com/ansible-collections/cisco.iosxr/blob/main/docs/cisco.iosxr.iosxr_user_module.rst)|Module to manage the aggregates of local users.
[cisco.iosxr.iosxr_vrf_address_family](https://github.com/ansible-collections/cisco.iosxr/blob/main/docs/cisco.iosxr.iosxr_vrf_address_family_module.rst)|Resource module to configure VRF Address family.
[cisco.iosxr.iosxr_vrf_global](https://github.com/ansible-collections/cisco.iosxr/blob/main/docs/cisco.iosxr.iosxr_vrf_global_module.rst)|Manages global VRF configuration.
[cisco.iosxr.iosxr_vrf_interfaces](https://github.com/ansible-collections/cisco.iosxr/blob/main/docs/cisco.iosxr.iosxr_vrf_interfaces_module.rst)|Resource module to configure VRF interfaces.

<!--end collection content-->

Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/rm_vrf_interfaces.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- Added iosxr_vrf_interfaces resource module, that helps with configuration of vrfs within interface.
Loading

0 comments on commit b6ac704

Please sign in to comment.