2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-21 17:11:58 +00:00

Expand type for GUI usage

This commit is contained in:
Jarrod Johnson 2024-11-15 09:24:04 -05:00
parent 9c589e8352
commit a0ffc11d6f

View File

@ -94,8 +94,8 @@ node = {
'considered a member'),
},
'type': {
'description': ('Classification of node as server or switch. By default a node is presumed to be a server.'),
'validvalues': ('switch', 'server'),
'description': ('The type of node. This may be switch, server, rackmount, dense, enclosure or not set to be generic.'),
'validvalues': ('switch', 'server', 'rackmount', 'dense', 'enclosure', ''),
},
'crypted.rootpassword': {
'description': 'The password of the local root password. '