-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature nautobot inventory #934
base: develop
Are you sure you want to change the base?
Feature nautobot inventory #934
Conversation
d476abf
to
e7aa786
Compare
if self._data.device_filters: | ||
devices = self._session.dcim.devices.filter(**self._data.device_filters) | ||
else: | ||
devices = self._session.dcim.devices.all() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In netbox, this function handles NSOT servers behind a proxy. Do you know if the pynautobot
automatically handles these kind of problems?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about that.
Signed-off-by: Anthony House <[email protected]>
Signed-off-by: Anthony House <[email protected]>
Signed-off-by: Anthony House <[email protected]>
Signed-off-by: Anthony House <[email protected]>
Signed-off-by: Anthony House <[email protected]>
Signed-off-by: Anthony House <[email protected]>
Signed-off-by: Anthony House <[email protected]>
Signed-off-by: Anthony House <[email protected]>
Signed-off-by: Anthony House <[email protected]>
Signed-off-by: Anthony House <[email protected]>
Signed-off-by: Anthony House <[email protected]>
Co-authored-by: Luca Nicosia <[email protected]> Signed-off-by: Anthony House <[email protected]>
Signed-off-by: Anthony House <[email protected]>
Signed-off-by: Anthony House <[email protected]>
Signed-off-by: Anthony House <[email protected]>
fb00461
to
0bcf819
Compare
Signed-off-by: Anthony House <[email protected]>
Related Issue
Fixes #921
Description
Nautobot has been added as a dynamic inventory source for SuzieQ.
Type of change
New Behavior
Users can now specify
nautobot
as an inventory source for SuzieQ. The feature uses Pynautobot and allows for Nautobot 2.x support. Filtering is possible using pynautobot's filters:Contrast to Current Behavior
Nautobot is not currently supported.
Discussion: Benefits and Drawbacks
develop
branch.develop
branch.--signoff
applied (Only my last commit has this, how can I remediate?)