1. 23 Apr, 2014 2 commits
    • Vincent Pelletier's avatar
      erp5.mariadb: Make user and password optional. · 09b44b96
      Vincent Pelletier authored
      Allow creating databases without associated user account.
      Do not document this, as it is part of a yet-incomplete feature.
      09b44b96
    • Vincent Pelletier's avatar
      erp5.mariadb: Explicitly disable innodb_file_per_table . · e5325b93
      Vincent Pelletier authored
      MySQL changed the default value 3 times since 5.1, causing a waste of disk
      space when recreating schemas (tables move out of an already large system
      tablespace, which cannot be easily reclaimed).
      Also, per-table option fragments free space: if a table shrinks, freed
      space cannot be used by another table without recreating shrunk table
      (which induces at least a write-lock during data copy, which may not be
      trivial).
      e5325b93
  2. 22 Apr, 2014 5 commits
  3. 17 Apr, 2014 1 commit
  4. 14 Apr, 2014 7 commits
  5. 10 Apr, 2014 4 commits
  6. 09 Apr, 2014 11 commits
  7. 08 Apr, 2014 6 commits
  8. 07 Apr, 2014 2 commits
  9. 05 Apr, 2014 2 commits
    • Vincent Pelletier's avatar
      26fe60f9
    • Vincent Pelletier's avatar
      erp5: Add webdav support. · f2183d38
      Vincent Pelletier authored
      Move haproxy httpchk configuration per-listen as zope's webdav returns 401
      on (at least) GET / . TCP-level checks are still active, which should be
      sufficient.
      Also, change zope_family_address_list check to getitem as it's more natural
      than concatenating.
      Also, stop using apache.zope.backend recipe to add support for per-port
      scheme so automatic ERP5Site creation knows which URL is really HTTP.
      Also, stop using certificate_authority recipe and call openssl directly
      when generating self-signed cert for https/webdavs support.
      Also, rework balancer parameters a bit (still undocumented).
      Also, make instance-balancer always publish ipv6 value (empty when no ipv6
      available), so instance-erp5 always succeeds.
      f2183d38