Kris Amundson
f9dfb78d3c
Netbox Inventory: Group By Platforms ( #52780 )
...
Fixes the functionality to group_by 'platforms'. Adds the call to self.refresh_platforms_lookup
back and fixes square brackets to return a list instead of a string.
2019-04-04 00:09:00 +05:30
Heath Brown
53b5dff23e
Fix netbox url with string concat ( #49943 )
...
* Fix netbox url with string concat
* Add logic to trim extra / at the end of api_endpoint
See PR#49943
* Add in strip of any trailing '/'
* Update logic to look at the self.get_option of api_endpoint
* Update to move to remove if logic and just strip the api_endpoint
2019-03-14 17:05:47 -04:00
Karsten Jakobsen
e6ae688e47
netbox: inventory: Fix VMs do not have device_roles, but instead use roles ( #50761 )
...
This makes sure that roles show up as device_role when using VMs
2019-02-11 06:40:24 +01:00
nikkytub
7dcacc1ce8
Added config-context as an opt-in ( #50343 )
...
* Added config-context as opt-in
* Added config-context description in the documentation
2019-01-31 22:01:16 +00:00
nikkytub
f3583cebd6
Added config-context in hostvars ( #47394 )
...
* Added config-contexts in hostvars
* Changed config-contexts to config-context in hostvars
2018-11-12 15:57:29 -05:00
Rémy Léone
7837497b0b
Fix netbox url with urljoin ( #47655 )
2018-10-29 13:17:06 +00:00
FragmentedPacket
f83fa2ac93
Netbox inventory: Fix NoneType issue if query_filters is not in netbox_inventory.yml ( #46793 )
...
* Added if state to refresh_url to avoid failure at NoneType when guesry_filters is undefined in netbox_inventory.yml
2018-10-24 16:52:20 +01:00
nikkytub
539f0fee09
Fixed the ssl-certs in netbox plugin ( #46543 )
...
* Fixed the ssl-certs in netbox plugin
* Added validate_certs parameter and updated the example
2018-10-17 21:30:47 +01:00
Rémy Léone
8a7a819040
Add support for platform grouping ( #45733 )
2018-10-17 21:28:20 +01:00
Rémy Léone
faf262977e
Add virtualization devices in the inventory ( #45728 )
2018-10-11 18:09:01 +01:00
Rémy Léone
a8925484c9
Use constructable with NetBox dynamic inventory ( #45913 )
2018-10-11 18:01:29 +01:00
Rémy Léone
9ff25c1383
Add tags grouping ( #45741 )
2018-10-06 11:06:39 -04:00
Anthony Ruhier
5803d73400
Bugfixes in Netbox inventory ( #45731 )
...
* Fix headers and params in netbox queries
Fix token authentication
Remove unused variables regarding api params and headers
* Fix python 3 incompatibility in netbox inventory
* Cleaning BOTMETA entry
2018-09-26 11:52:24 +01:00
Rémy Léone
f6154bb2e3
Refactor attribute lookup to make it multithreaded ( #45786 )
2018-09-24 10:23:23 -04:00
Rémy Léone
574ed8dc7f
Add documentation about the query filters ( #45835 )
2018-09-21 12:09:35 -04:00
Rémy Léone
66f03827d6
Add a netbox dynamic inventory plugin ( #45347 )
2018-09-16 15:13:56 +01:00