netascode / ansible-dc-vxlan

Ansible Collection for configuring a VXLAN Fabric using Direct to Controller (DTC) or Direct To Device (DTD) workflows.
https://galaxy.ansible.com/ui/repo/published/cisco/nac_dc_vxlan/
MIT License
7 stars 9 forks source link

Policy: Freeform (to be worked first) #67

Closed mikewiebe closed 2 weeks ago

mikewiebe commented 7 months ago

Recursive processing and discovery of freeform directory under host_vars/[fabric_name]

mikewiebe commented 7 months ago

Need the following work to complete this role

This task needs to make use of the dcnm_policy module to create the policy on NDFC

juburnet commented 7 months ago

Requires updates from @dsx1123 for dcnm_policy module for description.

juburnet commented 6 months ago

Still pending https://github.com/CiscoDevNet/ansible-dcnm/pull/285

juburnet commented 4 months ago

This was merged June 18th - mikewiebe merged commit 35e926b into CiscoDevNet:develop on Jun 18

mtarking commented 2 months ago

The initial policy framework was completed in #178. Remove capabilities need to be completed still.

juburnet commented 1 month ago

Update role: remove to remove the policy from NDFC/Device when it gets removed from the data model

Query what NDFC has as state vs what we have in data model. Delete those in diff.
Matt will continue to implement and we will test.