[Erp5-report] r45851 priscila.manhaes - /erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 12 23:45:35 CEST 2011


Author: priscila.manhaes
Date: Thu May 12 23:45:35 2011
New Revision: 45851

URL: http://svn.erp5.org?rev=45851&view=rev
Log:
Removed some erp5 dependencies

Removed:
    erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/haproxy.cfg.in
    erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/logrotate_entry.in
    erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/my.cnf.in
    erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/tidstorage.py.in
    erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope-zeo-snippet.conf.in
    erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope-zodb-snippet.conf.in
    erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope.conf.in
    erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope.conf.timerservice.in

Removed: erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/haproxy.cfg.in
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/haproxy.cfg.in?rev=45850&view=auto
==============================================================================
--- erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/haproxy.cfg.in [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/haproxy.cfg.in (removed)
@@ -1,26 +0,0 @@
-global
-  maxconn 4096
-
-defaults
-  log global
-  mode  http
-  option  httplog
-  option  dontlognull
-  retries 1
-  option redispatch
-  maxconn 2000
-  timeout server 3000s
-  timeout queue 5s
-  timeout connect 10s
-  timeout client 3600s
-
-listen %(name)s %(ip)s:%(port)s
-  cookie  SERVERID insert
-  balance roundrobin
-
-%(server_text)s
-
-  option httpchk GET %(server_check_path)s
-
-  stats uri /haproxy
-  stats realm Global\ statistics

Removed: erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/logrotate_entry.in
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/logrotate_entry.in?rev=45850&view=auto
==============================================================================
--- erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/logrotate_entry.in [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/logrotate_entry.in (removed)
@@ -1,12 +0,0 @@
-%(file_list)s {
-  daily
-  dateext
-  rotate 30
-  compress
-  notifempty
-  sharedscripts
-  create
-  postrotate
-    %(postrotate)s
-  endscript
-}

Removed: erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/my.cnf.in
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/my.cnf.in?rev=45850&view=auto
==============================================================================
--- erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/my.cnf.in [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/my.cnf.in (removed)
@@ -1,52 +0,0 @@
-# ERP5 buildout my.cnf template based on my-huge.cnf shipped with mysql
-# The MySQL server
-[mysqld]
-# ERP5 by default requires InnoDB storage. MySQL by default fallbacks to using
-# different engine, like MyISAM. Such behaviour generates problems only, when
-# tables requested as InnoDB are silently created with MyISAM engine.
-#
-# Loud fail is really required in such case.
-sql-mode="NO_ENGINE_SUBSTITUTION"
-
-skip-show-database
-port = %(tcp_port)s
-bind-address = %(ip)s
-socket = %(socket)s
-datadir = %(data_directory)s
-pid-file = %(pid_file)s
-log-error = %(error_log)s
-log-slow-file = %(slow_query_log)s
-long_query_time = 5
-max_allowed_packet = 128M
-query_cache_size = 32M
-
-plugin-load = ha_innodb_plugin.so
-
-# The following are important to configure and depend a lot on to the size of
-# your database and the available resources.
-#innodb_buffer_pool_size = 4G
-#innodb_log_file_size = 256M
-#innodb_log_buffer_size = 8M
-
-# Some dangerous settings you may want to uncomment if you only want
-# performance or less disk access. Useful for unit tests.
-#innodb_flush_log_at_trx_commit = 0
-#innodb_flush_method = nosync
-#innodb_doublewrite = 0
-#sync_frm = 0
-
-# Uncomment the following if you need binary logging, which is recommended
-# on production instances (either for replication or incremental backups).
-#log-bin=mysql-bin
-
-# Force utf8 usage
-collation_server = utf8_unicode_ci
-character_set_server = utf8
-skip-character-set-client-handshake
-
-[mysql]
-no-auto-rehash
-socket = %(socket)s
-
-[mysqlhotcopy]
-interactive-timeout

Removed: erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/tidstorage.py.in
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/tidstorage.py.in?rev=45850&view=auto
==============================================================================
--- erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/tidstorage.py.in [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/tidstorage.py.in (removed)
@@ -1,15 +0,0 @@
-known_tid_storage_identifier_dict = %(known_tid_storage_identifier_dict)s
-base_url = '%(base_url)s'
-host = '%(host)s'
-port = %(port)s
-
-#logfile_name = 'tidstorage.log'
-#pidfile_name = 'tidstorage.pid'
-#fork = False
-#setuid = None
-#setgid = None
-#status_file = 'tidstorage.tid'
-burst_period = 30
-full_dump_period = 300
-
-timestamp_file_path = '%(timestamp_file_path)s'

Removed: erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope-zeo-snippet.conf.in
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope-zeo-snippet.conf.in?rev=45850&view=auto
==============================================================================
--- erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope-zeo-snippet.conf.in [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope-zeo-snippet.conf.in (removed)
@@ -1,8 +0,0 @@
-<zodb_db %(storage_name)s>
-  mount-point %(mount_point)s
-  <zeoclient>
-    server %(address)s
-    storage %(storage_name)s
-    name %(storage_name)s
-  </zeoclient>
-</zodb_db>

Removed: erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope-zodb-snippet.conf.in
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope-zodb-snippet.conf.in?rev=45850&view=auto
==============================================================================
--- erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope-zodb-snippet.conf.in [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope-zodb-snippet.conf.in (removed)
@@ -1,6 +0,0 @@
-<zodb_db root>
-    <filestorage>
-      path %(zodb_root_path)s
-    </filestorage>
-    mount-point /
-</zodb_db>

Removed: erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope.conf.in
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope.conf.in?rev=45850&view=auto
==============================================================================
--- erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope.conf.in [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope.conf.in (removed)
@@ -1,49 +0,0 @@
-## Zope 2 configuration file generated by SlapOS
-
-# Some defines
-%%define INSTANCE %(instance)s
-instancehome $INSTANCE
-
-# Used products
-%(products)s
-
-# Environment override
-<environment>
-  TMP %(tmp_directory)s
-  TMPDIR %(tmp_directory)s
-  HOME %(tmp_directory)s
-  PATH %(path)s
-</environment>
-
-# No need to debug
-debug-mode off
-
-# One thread is safe enough
-zserver-threads 1
-
-# File location
-pid-filename %(pid-filename)s
-lock-filename %(lock-filename)s
-
-# Logging configuration
-<eventlog>
-  <logfile>
-    path %(event_log)s
-  </logfile>
-</eventlog>
-<logger access>
-  <logfile>
-    path %(z2_log)s
-  </logfile>
-</logger>
-
-# Serving configuration
-<http-server>
-  address %(address)s
-</http-server>
-
-# ZODB configuration
-%(zodb_configuration_string)s
-<zoperunner>
-    program $INSTANCE/bin/runzope
-</zoperunner>

Removed: erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope.conf.timerservice.in
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope.conf.timerservice.in?rev=45850&view=auto
==============================================================================
--- erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope.conf.timerservice.in [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.cloudooo/src/slapos/recipe/cloudooo/template/zope.conf.timerservice.in (removed)
@@ -1,6 +0,0 @@
-
-# ERP5 Timer Service
-%%import timerserver
-<timer-server>
-  interval 5
-</timer-server>



More information about the Erp5-report mailing list