From: Thierry Parmentelat Date: Wed, 3 Apr 2013 13:01:37 +0000 (+0200) Subject: trash sfa_config.php X-Git-Tag: nodeconfig-5.2-2~2 X-Git-Url: http://git.onelab.eu/?p=nodeconfig.git;a=commitdiff_plain;h=d64588dfd5d2e1204a10bd67112f64d00ad42dbc trash sfa_config.php first the CM not functional on nodes on top this now gets PHP to whine like this : [03-Apr-2013 12:47:30] PHP Warning: file_exists(): open_basedir restriction in effect. File(/etc/sfa/sfa_component_config) is not within the allowed path(s): (/var/www/html:/etc/planetlab/php:/usr/share/plc_api/php:/var/log/myslice:/var/tmp/bootmedium:/var/log/bm:/tmp) in /var/www/html/PlanetLabConf/sfa_config.php on line 9 --- diff --git a/PlanetLabConf/sfa_config.php b/PlanetLabConf/sfa_config.php deleted file mode 100755 index e3e563d..0000000 --- a/PlanetLabConf/sfa_config.php +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/db-config.d/030-conf_files_sfa b/db-config.d/030-conf_files_sfa deleted file mode 100644 index de8d33b..0000000 --- a/db-config.d/030-conf_files_sfa +++ /dev/null @@ -1,23 +0,0 @@ -# -*-python-*- -#################### conf files - -conf_files = [ - -# sfa config files for the SFA Component Manager (sfa-cm) - # /etc/sfa/sfa_config - # component config file - {'enabled': True, - 'source': u'PlanetLabConf/sfa_config.php', - 'dest': u'/etc/sfa/sfa_config.py', - 'file_permissions': u'644', - 'file_owner': u'root', - 'file_group': u'root', - 'preinstall_cmd': u'mkdir /etc/sfa', - 'postinstall_cmd': '', - 'error_cmd': '', - 'ignore_cmd_errors': False, - 'always_update': False} - ] - -for conf_file in conf_files: - SetConfFile(conf_file)