2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-08-04 08:27:01 +00:00

Add valid_values to hardwaremanagement.method

This commit is contained in:
Markus Hilger
2026-06-30 04:24:59 +02:00
parent ecaa75d967
commit aed0bf0bea
@@ -417,7 +417,11 @@ node = {
'hardwaremanagement.method': {
'description': 'The method used to perform operations such as power '
'control, get sensor data, get inventory, and so on. '
'ipmi is used if not specified.'
'ipmi is used if not specified.',
'validvalues': ('affluent', 'cnos', 'cooltera', 'deltapdu',
'eatonpdu', 'enclosure', 'enlogic', 'enos', 'geist',
'ipmi', 'null', 'nxos', 'pdu', 'proxmox', 'raritan',
'redfish', 'srlinux', 'vcenter'),
},
'hardwaremanagement.port': {
'description': 'The port the BMC should be configured to connect to '