Solvik
77a84b365f
fix ugly supermicro blade support ( #178 )
2020-12-15 11:32:11 +01:00
Cyrinux
0f2cb531ae
Fix inventory crash on nvme binary too old or absent ( #170 )
...
* When nvme binary absent or too old and no json output, this crash the inventory, i prefer just pass nvme inventory and continue
* log if nvme-cli is not installed
2020-10-14 12:40:19 +02:00
Cyrinux
00653628c6
Truncate GPU product name to 50 characteres. ( #169 )
...
Example: Hi1710 [iBMC Intelligent Management system chip w/VGA support]
This product is too long, the api want max_length = 50 ...
2020-10-14 12:39:57 +02:00
Cyrinux
7999244096
Check if lldpctl present, and log debug if no lldpctl output. ( #171 )
2020-10-14 12:39:40 +02:00
Cyrinux
137728be1f
Add "ProLiant BL460c Gen10 Graphics Exp" support and GPU expansion bay ( #165 )
...
* Add "ProLiant BL460c Gen10 Graphics Exp"
* Add GPU expansion support for HP_ProLiant_BL460c_Gen10_Graphics_Exp
* Add ProLiant BL460c Graphics Expansion Blade support in README
* Dont crash if vendor other than HP
* Typo
2020-09-18 12:29:17 +02:00
Cyrinux
0fe17c9687
Add GPU inventory support ( #164 )
...
* Add GPU support
* Some update in the doc
2020-09-18 12:29:05 +02:00
Anton A. Grishin
28955612be
fix allocated_draw for inactive PSU ( #168 )
...
Co-authored-by: Anton Grishyn <grishin@maxpay.com>
2020-09-07 14:20:32 +02:00
Solvik Blum
fc930b9ef4
bump version
2020-08-24 13:45:18 +02:00
Cyrinux
e20e6a7dee
Fix travis ( #162 )
2020-08-24 12:52:25 +02:00
Cyrinux
e95a66d93a
Add HP Moonshot 1500 support ( #161 )
...
* Add HP Moonshot 1500 support
2020-08-20 18:03:36 +02:00
Solvik
feab0f1a58
Merge pull request #158 from Solvik/157
...
fix agent crash on server creation if not blade
2020-08-05 15:16:45 +02:00
Solvik
0a903596dc
Merge pull request #148 from Solvik/renovate/pynetbox-5.x
...
Update dependency pynetbox to v5.0.5
2020-07-29 00:54:36 +02:00
Renovate Bot
3aea4fbc3b
Update dependency pynetbox to v5.0.5
2020-07-28 22:50:26 +00:00
Solvik
54526d3d0b
Merge pull request #146 from Solvik/renovate/netaddr-0.x
...
Update dependency netaddr to v0.8.0
2020-07-29 00:49:54 +02:00
Solvik
a866e20548
Merge pull request #156 from Solvik/renovate/jsonargparse-2.x
...
Update dependency jsonargparse to v2.32.2
2020-07-29 00:48:33 +02:00
Solvik Blum
f8c0732c2b
fix agent crash on server creation if not blade
2020-07-29 00:45:24 +02:00
Solvik
a59690469b
Merge pull request #155 from Solvik/supermicro
...
Fix Supermicro vendor class
2020-07-29 00:26:52 +02:00
Solvik
da5e8ad2e7
Update server.py
2020-07-29 00:21:08 +02:00
Renovate Bot
df18f6ea00
Update dependency netaddr to v0.8.0
2020-07-28 16:54:48 +00:00
Renovate Bot
4f0db3478f
Update dependency jsonargparse to v2.32.2
2020-07-28 16:54:34 +00:00
Solvik Blum
d1a0ec2324
fix unused import and add QCT test
2020-07-28 18:51:15 +02:00
Solvik Blum
e6472c623d
update README.md to change the datacenter example to use a lowercase slug
2020-07-28 18:46:38 +02:00
Solvik
1685ecab16
Update issue templates
2020-07-19 11:32:32 +02:00
Solvik Blum
18e3480574
fix supermicro dmidecode parsing
2020-07-13 21:04:45 +02:00
Solvik Blum
839d9a908c
better handling supermicro products (blade or not blade)
2020-07-11 15:56:10 +02:00
Solvik
875ad5c92e
Merge pull request #153 from Solvik/renovate/jsonargparse-2.x
...
Update dependency jsonargparse to v2.31.2
2020-07-11 15:53:49 +02:00
Solvik
ebee42bb48
Update README.md
2020-07-11 15:51:26 +02:00
Solvik Blum
70146b8614
fix not passing tenant when tenants exist in Netbox
2020-07-11 15:33:34 +02:00
Solvik
f936aeb717
Adding the --netbox.ssl_verify option ( #152 )
2020-07-11 15:32:00 +02:00
Solvik Blum
9611400b22
move ssl_verify under 'netbox' config
2020-07-11 15:28:04 +02:00
Solvik Blum
53cb29a6d4
fix import order
2020-07-11 15:14:33 +02:00
strus38
70e5d407f5
Fix indentation
2020-07-08 22:19:39 +02:00
Renovate Bot
67a564855b
Update dependency jsonargparse to v2.31.2
2020-07-08 16:06:09 +00:00
strus38
0894e645a8
Fix indentation
2020-07-08 10:02:45 +02:00
strus38
95d2ae420e
Fix indentation
2020-07-08 09:47:48 +02:00
strus38
275e1850c6
Adding the --no_ssl_verify option to support Netbox connection with https and untrusted certificates
2020-07-08 09:36:13 +02:00
Ryan Jones
9aedb46530
small fix to add recognition of RHEV- Virtual machines ( #150 )
2020-07-07 20:08:35 +02:00
ThomasADavis
a60c0cd70c
Add tags,device roles,tenants.. ( #110 )
...
* Adds support for:
* sets the tenant for IP addresses and Devices.
* setting device tags
* setting the blade, chassis, and server roles.
Co-authored-by: Thomas Davis <tdavis@nersc.gov>
Co-authored-by: Solvik <solvik@solvik.fr>
2020-07-01 18:54:58 +02:00
Solvik
bd5037996b
make the agent work if only a datacenter is specified ( #143 )
2020-07-01 18:51:57 +02:00
renovate[bot]
665531cb87
Update dependency jsonargparse to v2.31.1 ( #137 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-01 18:50:34 +02:00
renovate[bot]
21ddf3f312
Update dependency pynetbox to v5 ( #140 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-01 18:50:13 +02:00
renovate[bot]
f654187074
Update dependency netaddr to v0.7.20 ( #136 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-29 09:18:00 +02:00
Cyrinux
a896d118d7
* Loop on nvme disk ( #138 )
...
* Remove vendor and product (not present, make crash)
* Use firmware version for version
2020-06-23 21:01:32 +02:00
Solvik Blum
a71d992a51
prepare for release
2020-06-17 17:58:18 +02:00
renovate[bot]
c6a1e48956
Update dependency jsonargparse to v2.31.0 ( #125 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-17 17:57:41 +02:00
Solvik
b331bcb934
Better usage infos ( #134 )
2020-06-17 17:54:10 +02:00
Solvik
feec16c4fe
fix latest flake8 error ( #135 )
2020-06-15 15:46:09 +02:00
Solvik Blum
d227f35964
add long_description_content_type to setup.py to make twine works
2020-06-14 18:46:27 +02:00
Solvik Blum
b94f246196
some power fixes
2020-06-14 18:29:28 +02:00
Cyrinux
754a284fd1
Add openvpn TUN and TAP interfaces support, change type to Virtual and remove mac address ( #132 )
...
* Add Tun and Tap support, change type to Virtual and remove mac address
* Simplify
* Resimplify
2020-06-14 18:18:13 +02:00