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
Cyrinux
683e6cacb1
Fix HP raid controller parsing ( #131 )
...
* Some messages about the cache for example, with indentation level 0 break the parsing.
I ignore line indentation if indentation level and line dont match REGEXP_CONTROLLER_HP.
```bash
DC1|server-01:~# hpacucli ctrl all show detail
Smart Array P244br in Slot 0 (Embedded)
A cache backup failure has occurred. Please execute the "reenablecache" command
to enable the cache. Your controller may require a reboot after the operation
to complete the cache recovery process.
Bus Interface: PCI
Slot: 0
Serial Number: PDZVU0WLM241FP
Cache Serial Number: PDZVU0WLM241FP
RAID 6 (ADG) Status: Enabled
Controller Status: OK
Hardware Revision: B
Firmware Version: 7.00-0
...
```
* Remove whitespace
2020-06-10 15:24:43 +02:00
Cyrinux
41f0b04d00
Add missing N/A fallback on DIMM memory ( #129 )
2020-06-09 09:05:35 +02:00
Cyrinux
9dedbea47a
Some fixes that prevent crash on register and update ( #128 )
2020-06-08 14:16:50 +02:00
Solvik
28fc87c9e2
handle netbox 2.8 deprecation of _choices method ( #127 )
2020-05-23 13:23:51 +02:00
Solvik Blum
29d2bff805
fix flake8 errors
2020-05-22 13:23:28 +02:00
Solvik Blum
bd5b45fc6d
bump version
2020-05-04 13:23:33 +02:00
renovate[bot]
26413fe0e8
Update dependency jsonargparse to v2.27.0 ( #124 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-01 19:39:26 +02:00
Solvik
f06da32fc3
Virtual Machine feature ( #122 )
...
Add ability to create Virtual Machine in netbox with an auto-detecting feature (currently VirtualBox, Xen, Hyper-V, VMWare, GCP)
One caveat, I made the choice not to report the disk as Netbox model allow only one size but VM often have multiples.
Also, lot of code refactoring to be able to use create_or_update function style, fixing a lot of corner case
2020-04-19 12:28:49 +02:00
renovate[bot]
996c10d95b
Update dependency jsonargparse to v2.25.3 ( #109 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-19 12:20:11 +02:00
renovate[bot]
ace8f69eab
Update dependency pynetbox to v4.3.1 ( #113 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-19 12:19:43 +02:00
Solvik
312f472e9c
fix ethtool class in case ethtool works but returns nothing ( #123 )
2020-04-19 12:19:28 +02:00
renovate[bot]
a42cf2eb48
Update dependency pyyaml to v5.3.1 ( #121 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-08 14:23:43 +02:00
ThomasADavis
dc4f90d490
handle sockets with no cpu installed. should fix #117 ( #118 )
2020-02-21 09:13:02 +01:00
Solvik
5590f39131
Fix agent, wasn't working anymore ( #115 )
...
Bad rebase made dmidecode calls fail
2020-02-16 20:24:40 +01:00
Solvik
bb7c8c8f94
Update README.md
2020-02-04 19:27:40 +01:00
ThomasADavis
a5bc16d3b1
Adds a generic vendor for unrecognizable systems ( #105 )
...
Co-authored-by: Solvik <solvik@solvik.fr>
2020-02-03 00:38:23 +01:00
ramnes
bab2d26ad0
Setup tests
2020-02-02 20:24:01 +01:00
Solvik
bdc2cbeb8f
Update setup.py for new release ( #108 )
2020-01-28 11:29:25 +01:00
ThomasADavis
2280169cd9
Use choices api ( #107 )
...
* Ask netbox for choices using the API
2020-01-28 11:18:56 +01:00
renovate[bot]
b36d61e610
Update dependency pynetbox to v4.2.4 ( #96 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-28 11:18:38 +01:00
renovate[bot]
3aa851413e
Update dependency jsonargparse to v2.22.2 ( #98 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-28 11:18:30 +01:00
ThomasADavis
405cce3995
Gets the right chassis serial number ( #104 )
2020-01-25 12:03:30 +01:00
renovate[bot]
86a8d73873
Update dependency pyyaml to v5.3 ( #100 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-21 19:25:55 +01:00
Solvik
957e5f4fb9
Update README.md
2019-12-03 00:31:32 +01:00
renovate[bot]
5f66d31ef0
Update dependency pyyaml to v5.2 ( #97 )
2019-12-03 00:30:45 +01:00
renovate[bot]
46af158d49
Update dependency pep8-naming to v0.9.1 ( #94 )
2019-11-27 11:39:04 +01:00
renovate[bot]
60f6e16cf7
Update dependency flake8-quotes to v2.1.1 ( #93 )
2019-11-27 11:38:02 +01:00
renovate[bot]
357ddc07f2
Update dependency flake8 to v3.7.9 ( #92 )
2019-11-27 11:37:48 +01:00
renovate[bot]
6c3466cb55
Update dependency jsonargparse to v2.9.0 ( #87 )
2019-10-23 13:44:45 +02:00
Solvik
6497261708
better error handling when DeviceRole or DeviceType don't exist ( #91 )
2019-10-23 12:14:50 +02:00
renovate[bot]
c458e88b57
Update dependency pynetbox to v4.0.8 ( #88 )
2019-10-23 11:32:17 +02:00
gardar
8ef94272a1
Update inventory.py ( #89 )
...
Replace all special characters in slug with a dash rather than just spaces and dots
2019-10-21 14:32:22 +02:00
renovate[bot]
1c5b0f4fe9
Update dependency pynetbox to v4.0.7 ( #86 )
2019-09-15 13:48:46 +02:00
renovate[bot]
dc3035f873
Update dependency jsonargparse to v2.6.0 ( #85 )
2019-09-15 13:48:36 +02:00
Solvik
a1297813ef
fix rack comparison while updating location ( #84 )
2019-09-12 17:47:41 +02:00
Solvik
06328e745c
Revert "fix rack comparison while updating location ( #82 )" ( #83 )
...
This reverts commit e9ec69bc3b
.
2019-09-12 17:43:39 +02:00
Solvik
e9ec69bc3b
fix rack comparison while updating location ( #82 )
2019-09-12 12:03:13 +02:00
Solvik
5f851ec619
add config to set hostname command ( #81 )
2019-09-12 11:15:12 +02:00
Solvik
93af39e780
do not initialize RAID class when scanning for binary raid (to be reworked obviously) ( #80 )
2019-09-12 11:12:32 +02:00
Solvik
9f7f29c190
fix rack association ( #79 )
2019-09-11 17:35:27 +02:00