2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-16 18:49:04 +00:00

Add serial and model number to the id attributes

Lay groundwork for pulling this sort of data in on discovery.  The plan is that *if* serial numbers will
be used as a cue for discovery, it would be in the context of a nodediscover command.
This commit is contained in:
Jarrod Johnson 2017-08-08 15:51:27 -04:00
parent 7c1bbe1618
commit 5f1f41b975

View File

@ -293,9 +293,15 @@ node = {
#IBM Flex)''',
# 'appliesto': ['system'],
# },
# 'id.serial': {
# 'description': 'The manufacturer serial number of node',
# },
'id.model': {
'description': 'The model number of a node. In scenarios where there '
'is both a name and a model number, it is generally '
'expected that this would be the generally more '
'specific model number.'
},
'id.serial': {
'description': 'The manufacturer serial number of node',
},
'id.uuid': {
'description': 'The UUID of the node as presented in DMI.',
},