From a0ffc11d6fb6c9d672f2ffa6bdf2ca7b1338d259 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 15 Nov 2024 09:24:04 -0500 Subject: [PATCH] Expand type for GUI usage --- confluent_server/confluent/config/attributes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index f926c962..ff2aa90a 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -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. '