From 91dbdda36d6c00cccd773f096d5b2fc5c25702d8 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 2 Apr 2008 01:36:44 +0000 Subject: [PATCH] updated node configuration --- qaapi/qa/qa_config.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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', -- 2.47.0