autocluster: Add tbuild node type
authorMartin Schwenke <martin@meltin.net>
Mon, 25 May 2020 08:17:37 +0000 (18:17 +1000)
committerMartin Schwenke <martin@meltin.net>
Thu, 13 Aug 2020 00:55:08 +0000 (10:55 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
autocluster.py

index 5ef830ad9599ade06cecd6a134f79f21d762b511..942700112a679ac92e0440f9e90c59da93c3d81c 100755 (executable)
@@ -49,7 +49,7 @@ except ImportError as err:
 
 INSTALL_DIR = '.'
 
-NODE_TYPES = ['nas', 'base', 'build', 'cbuild', 'ad', 'test']
+NODE_TYPES = ['nas', 'base', 'build', 'cbuild', 'tbuild', 'ad', 'test']
 GENERATED_KEYS = ['cluster', 'nodes', 'shares']