nautobot / nautobot-app-golden-config

Golden Configuration App for Nautobot.
https://docs.nautobot.com/projects/golden-config/en/latest/
Other
100 stars 57 forks source link

Allow multiple Platforms to be considered in Compliance Rule #651

Open itdependsnetworks opened 1 year ago

itdependsnetworks commented 1 year ago

Environment

Proposed Functionality

The ability for ComplianceRule objects to be based on what is set in network_driver and not based on the single platform that is applied. So, in theory I can have a platform called "Cisco IOS" and one called "Cisco IOSXE", that both have the network_driver of cisco_ios, which should be what we join on vs the platform/platform id.

Use Case

Currently you only have to set network_driver for all other relevant places in order for the feature to work, this use case is different.