From ea12841062b1e37f119f7b14bc307f8df68d64d8 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 23 Jun 2008 17:20:42 +0000 Subject: [PATCH 1/1] nodegroups in development. Dont use untill this is done --- qaapi/qa/qa_config.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/qaapi/qa/qa_config.py b/qaapi/qa/qa_config.py index c26face..5baa50e 100644 --- a/qaapi/qa/qa_config.py +++ b/qaapi/qa/qa_config.py @@ -32,12 +32,12 @@ sites = [ } ] -nodegroups = [ - {'plcs': ['TestPLC', 'ParisPLC'], - 'name': '41', - 'nodes': ['vm41.test.org'], - } - ] +#nodegroups = [ +# {'plcs': ['TestPLC', 'ParisPLC'], +# 'name': '41', +# 'nodes': ['vm41.test.org'], +# } +# ] nodes = [ {'plcs': ['TestPLC', 'ParisPLC'], @@ -64,9 +64,10 @@ nodes = [ 'hostname': 'vm41.test.org', 'host': 'localhost', 'redir_ssh_port': '51122', - 'type': 'qemu/minhw', + 'type': 'vm', + 'model': 'qemu/minhw', 'boot_state': 'rins', - 'nodegroups': ['41'], + #'nodegroups': ['41'], 'nodenetworks': [{'type': 'ipv4', 'method': 'static', 'ip': '10.0.2.17', -- 2.43.0