From: Thierry Parmentelat Date: Mon, 22 Jan 2007 13:20:29 +0000 (+0000) Subject: mentions all hostnames in usual vars X-Git-Tag: planetlab-4_0-rc1~32 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=0826fc4b06c57c0c8f6cab30c39a3faad2e5d1e2 mentions all hostnames in usual vars --- diff --git a/plc-config-tty b/plc-config-tty index 55e6600..79f7233 100755 --- a/plc-config-tty +++ b/plc-config-tty @@ -20,8 +20,8 @@ import getopt from plc_config import PLCConfiguration #################### -release_id = "$Id: plc-config-tty,v 1.9 2006/12/08 08:42:14 thierry Exp $" -release_rev = "$Revision: 1.9 $" +release_id = "$Id: plc-config-tty,v 1.10 2006/12/12 10:14:44 thierry Exp $" +release_rev = "$Revision: 1.10 $" def init_flavour (flavour): global service @@ -34,18 +34,18 @@ def init_flavour (flavour): else: service="plc" usual_variables=("PLC_NAME", - "PLC_SLICE_PREFIX", - "PLC_ROOT_USER", - "PLC_ROOT_PASSWORD", - "PLC_MAIL_ENABLED", - "PLC_MAIL_SUPPORT_ADDRESS", -# "PLC_DB_HOST", -# "PLC_API_HOST", -# "PLC_WWW_HOST", - "PLC_BOOT_HOST", - "PLC_NET_DNS1", - "PLC_NET_DNS2", - ) + "PLC_SLICE_PREFIX", + "PLC_ROOT_USER", + "PLC_ROOT_PASSWORD", + "PLC_MAIL_ENABLED", + "PLC_MAIL_SUPPORT_ADDRESS", + "PLC_DB_HOST", + "PLC_API_HOST", + "PLC_WWW_HOST", + "PLC_BOOT_HOST", + "PLC_NET_DNS1", + "PLC_NET_DNS2", + ) config_dir = "/etc/planetlab" global def_default_config def_default_config= "%s/default_config.xml" % config_dir