Leo Kirchner
Leo Kirchner
Have a page in the docs that says which versions of the SoR's we tested with/are known to work.
### Environment * Python version: 3.8.17 * Nautobot version: 1.5.24 * nautobot-ssot version: 1.1.2 ### Expected Behavior An SSoT job to report errors during model validation (i.e. `validated_save()`) when I...
### Proposed Functionality Similar to [this](https://github.com/nautobot/nautobot-plugin-ssot/blob/develop/nautobot_ssot/integrations/servicenow/data/mappings.yaml), but generalized - i.e. having a YAML (or similar) defined way of mapping fields from the external system into the Nautobot models. ### Use...
### Environment * Nautobot version: latest * nautobot-ssot version: latest ### Proposed Functionality Using the dry-run functionality, we can generate a diff. It would be nice if we could then...
In the 'Developing Jobs' section of the docs, think more about the example that is given for the remote adapter and how it can be improved. ```python # sot_file.py DictionaryAsAnAPIClient...
### Proposed Functionality Provide a basic test framework for SSoT implementations that works as follows: 1. The user provides - a basic data set - the expected amount of objects...
### Environment * Nautobot version: latest * nautobot-ssot version: latest ### Proposed Functionality Have the framework expose something like `get_from_cache(content_type, **kwargs)` with a cache scoped to the execution of a...
### Environment * Nautobot version: 1.5.4 * nautobot-plugin-firewall-model version: 1.1.3 ### Proposed Functionality A way to validate that there is no duplication/shadowing going on in a given policy. ### Use...
### Environment * Nautobot version: 1.4.4 * nautobot-plugin-firewall-model version: 1.1.0 ### Proposed Functionality Allow `AddressObjectGroup` to source its members from a dynamic group. This could for example be a new...
### Environment * Nautobot version: 1.4.7 * nautobot-plugin-firewall-model version: 1.1.0 ### Proposed Functionality Add a field/bit of information on the `PolicyRule` (and possibly `NATPolicyRule`) model so we can specify IPv4...