From d64588dfd5d2e1204a10bd67112f64d00ad42dbc Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 3 Apr 2013 15:01:37 +0200 Subject: [PATCH] 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 --- PlanetLabConf/sfa_config.php | 14 -------------- db-config.d/030-conf_files_sfa | 23 ----------------------- 2 files changed, 37 deletions(-) delete mode 100755 PlanetLabConf/sfa_config.php delete mode 100644 db-config.d/030-conf_files_sfa 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) -- 2.43.0