Merge branch 'master' into patch-1
This commit is contained in:
commit
2f033f1bfc
3 changed files with 11 additions and 3 deletions
2
netbox_agent/vendors/hp.py
vendored
2
netbox_agent/vendors/hp.py
vendored
|
|
@ -12,8 +12,10 @@ class HPHost(ServerBase):
|
|||
|
||||
def is_blade(self):
|
||||
blade = self.product.startswith("ProLiant BL")
|
||||
|
||||
blade |= self.product.startswith("ProLiant m") and \
|
||||
self.product.endswith("Server Cartridge")
|
||||
|
||||
return blade
|
||||
|
||||
def _find_rack_locator(self):
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue