Skip to content

Commit

Permalink
Change Dell iDrac from Server to Appliance (#8642)
Browse files Browse the repository at this point in the history
* Change HPE iLO from Appliance to Server

* reverted ilo to appliance, set idrac to appliance

* Added OS test data
  • Loading branch information
theherodied authored and murrant committed May 8, 2018
1 parent 622b1d0 commit d204a1b
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/definitions/drac.yaml
@@ -1,7 +1,7 @@
os: drac
text: 'Dell DRAC'
icon: dell
type: server
type: appliance
mib_dir:
- dell
discovery:
Expand Down
38 changes: 38 additions & 0 deletions tests/data/drac.json
Expand Up @@ -2066,5 +2066,43 @@
]
},
"poller": "matches discovery"
},
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.674.10892.5",
"sysDescr": "Dell Out-of-band SNMP Agent for Remote Access Controller",
"sysContact": null,
"version": null,
"hardware": "",
"features": null,
"location": null,
"os": "drac",
"type": "appliance",
"serial": null,
"icon": "dell.svg"
}
]
},
"poller": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.674.10892.5",
"sysDescr": "Dell Out-of-band SNMP Agent for Remote Access Controller",
"sysContact": "<private>",
"version": null,
"hardware": "",
"features": null,
"location": "<private>",
"os": "drac",
"type": "appliance",
"serial": null,
"icon": "dell.svg"
}
]
}
}
}

0 comments on commit d204a1b

Please sign in to comment.