From: Tony Mack Date: Wed, 2 Apr 2008 01:36:44 +0000 (+0000) Subject: updated node configuration X-Git-Tag: tests-4.2-4~107 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=91dbdda36d6c00cccd773f096d5b2fc5c25702d8;p=tests.git updated node configuration --- diff --git a/qaapi/qa/qa_config.py b/qaapi/qa/qa_config.py index e94af55..149fabc 100644 --- a/qaapi/qa/qa_config.py +++ b/qaapi/qa/qa_config.py @@ -12,9 +12,9 @@ plcs = [ 'port': '443' }, {'name': 'ParisPLC', - 'host': 'localhost', - 'ip': '127.0.0.1', - 'url': 'https://localhost.localdomain/', + 'host': 'paris.cs.princeton.edu', + 'ip': '128.112.95.151', + 'url': 'https://paris.cs.princeton.edu/', 'port': '443', 'chroot': '/plc/root/' } @@ -37,7 +37,8 @@ nodes = [ 'site': 'ts', 'hostname': 'vm1.paris.cs.princeton.edu', 'host': 'localhost', - 'type': 'virtual', + 'redir_port': '51101', + 'type': 'vm', 'nodenetworks' : [{'type': 'ipv4', 'method': 'static', 'ip': '10.0.2.16',