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
As a network automation engineer, I want to be able to configure remediation settings using a Git datasource in the same way that I can configure other golden configuration properties—such as compliance rules, compliance features, config replace, and config remove.
Proposed Functionality
In the same Git repository that contains my other golden configuration properties, I want the ability to add a remediation_settings folder. Inside that folder, I would add a YAML file named for the platform to which the remediation applies. The file should contain the following data structure:
Whenever the Git data source is synchronized with Nautobot, I want the remediation settings to match those defined in the Git data source.
Use Case
This approach enables configuring the Golden Config application in the same way as its other features, streamlining the promotion of functionality across different lanes and supporting the software development lifecycle.
The text was updated successfully, but these errors were encountered:
Environment
As a network automation engineer, I want to be able to configure remediation settings using a Git datasource in the same way that I can configure other golden configuration properties—such as compliance rules, compliance features, config replace, and config remove.
Proposed Functionality
In the same Git repository that contains my other golden configuration properties, I want the ability to add a
remediation_settings
folder. Inside that folder, I would add a YAML file named for the platform to which the remediation applies. The file should contain the following data structure:cisco_xr.yaml:
Whenever the Git data source is synchronized with Nautobot, I want the remediation settings to match those defined in the Git data source.
Use Case
This approach enables configuring the Golden Config application in the same way as its other features, streamlining the promotion of functionality across different lanes and supporting the software development lifecycle.
The text was updated successfully, but these errors were encountered: