1. 31 Mar, 2021 8 commits
    • Jérome Perrin's avatar
      software/erp5: include timestamp in haproxy error log · edc71fe8
      Jérome Perrin authored
      Haproxy log errors for events like when all backends from a family fail the
      health check, it is helpful for investigations to have a timestamp in this log.
      
      We were using ActionFileDefaultTemplate so that access logs use standard
      "combined"-like format, we change so that this apply only to the access log,
      so that error log have the default "timestamp hostname process[pid] message"
      format.
      edc71fe8
    • Jérome Perrin's avatar
      component/cloudooo: update to be6c35c0156e028f31da3ccb205afc6f95728d97 · bebc9f52
      Jérome Perrin authored
      be6c35c (manager/getAllowedExtensionList: use explicit extensions in ERP5 legacy mode, 2021-03-29)
      fixes issues with compatibility with ERP5
      bebc9f52
    • Jérome Perrin's avatar
      software/cloudooo: use slapos.cookbook:switch-softwaretype · d234ab8a
      Jérome Perrin authored
      Porting to switch-softwaretype involves:
       - use recipe slapos.cookbook:switch-softwaretype instead of slapos.cookbook:softwaretype
       - don't render software type profiles, only use cloudooo-dynamic-template:rendered
        instead of ${cloudooo-dynamic-template:rendered}, the profile will be rendered
        later.
       - have a RootSoftwareInstance default alias
       - have a part reading parameters using slapos.cookbook:slapconfiguration
        named slap-configuration. This is what slapos.cookbook:switch-softwaretype
        expects. Here we renamed the existing part.
      
      At the same time, remove slap-connection that was added as backward compatibility,
      slapos.core supports this since commit 0fbed0d1 (Migrate slap_connection to
       slap-connection, and use variables names separated with '-'., 2012-09-18) that
      was part of release 0.29
      d234ab8a
    • Jérome Perrin's avatar
      *: add missing bzip2 in path · 028daccb
      Jérome Perrin authored
      These profiles assumed that bzip is in PATH but it's no longer the case with
      default slapos install on debian 10.8
      028daccb
    • Xavier Thompson's avatar
      e59122fc
    • Xavier Thompson's avatar
      02928d7f
    • Jérome Perrin's avatar
      software/erp5testnode: deploy-test use latest kvm · 1bfd0963
      Jérome Perrin authored
      previous version is no longer installable causing all tests to fail
      in a loop installing setuptools_scm for jsonschema, a problem which
      was fixed in f1e7230e (cookbook: ensure working version of setuptools_scm, 2020-05-26)
      1bfd0963
    • Jérome Perrin's avatar
      recipe/postgres: use C.UTF-8 locale · a660bde6
      Jérome Perrin authored
      en_US.UTF-8 might not be installed and in such case postgres refuses to start.
      a660bde6
  2. 30 Mar, 2021 4 commits
  3. 29 Mar, 2021 6 commits
  4. 26 Mar, 2021 3 commits
  5. 25 Mar, 2021 11 commits
  6. 24 Mar, 2021 8 commits