You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.
This proposal describe the implementation of a new resource role for managing VRF definitions in network device active configurations. This role would replace the current net_vrf agnostic module that currently resides in Ansible core.
Problems
The current platform agnostic module is difficult to maintain and even more challenging to extend. By moving the module functionality to a role, platform specific implementations will be greatly simplified.
Solution proposal
Functions
main.yaml
noop by default
configure.yaml
Perform all configuration activities
Proposal: vrf_definitions role
Author: Peter Sprygada <@privateip>
Date: 2018-10-10
Motivation
This proposal describe the implementation of a new resource role for managing VRF definitions in network device active configurations. This role would replace the current
net_vrf
agnostic module that currently resides in Ansible core.Problems
The current platform agnostic module is difficult to maintain and even more challenging to extend. By moving the module functionality to a role, platform specific implementations will be greatly simplified.
Solution proposal
Functions
noop by default
Perform all configuration activities
Model
The text was updated successfully, but these errors were encountered: