From 2301e37599405f32fb2431c04ccc3d95ca15a920 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 23 Jan 2008 08:48:47 +0000 Subject: [PATCH] move to another test box --- system/config_wifilab.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/system/config_wifilab.py b/system/config_wifilab.py index f118a6f..28101c6 100644 --- a/system/config_wifilab.py +++ b/system/config_wifilab.py @@ -154,22 +154,22 @@ def slices (): def plc () : return { - 'name' : 'onelab', + 'name' : 'wifilab', # as of yet, not sure we can handle foreign hosts, but this is required though 'hostname' : 'localhost', # set these two items to run within a vserver # 'vservername': '138.96.250.131' # 'vserverip': '138.96.250.131' 'role' : 'root', - 'PLC_ROOT_USER' : 'root@test.one-lab.org', + 'PLC_ROOT_USER' : 'root@bellami.inria.fr', 'PLC_ROOT_PASSWORD' : 'test++', 'PLC_NAME' : 'TestLab', 'PLC_MAIL_ENABLED':'true', - 'PLC_MAIL_SUPPORT_ADDRESS' : 'mohamed-amine.chaoui@sophia.inria.fr', - 'PLC_DB_HOST' : 'test.one-lab.org', - 'PLC_API_HOST' : 'test.one-lab.org', - 'PLC_WWW_HOST' : 'test.one-lab.org', - 'PLC_BOOT_HOST' : 'test.one-lab.org', + 'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@sophia.inria.fr', + 'PLC_DB_HOST' : 'bellami.inria.fr', + 'PLC_API_HOST' : 'bellami.inria.fr', + 'PLC_WWW_HOST' : 'bellami.inria.fr', + 'PLC_BOOT_HOST' : 'bellami.inria.fr', 'PLC_NET_DNS1' : '138.96.0.10', 'PLC_NET_DNS2' : '138.96.0.11', 'sites' : sites(), -- 2.45.2