An error occurred fetching the project authors.
  1. 11 Jun, 2015 2 commits
  2. 10 Jun, 2015 1 commit
    • Saurabh's avatar
      NEO: complete review of instanciation without backward compatibility · 61929809
      Saurabh authored
      - There's now a single software type 'neo' (in addition to the default)
        which contains:
        - 1 master
        - 1 admin
        - a configurable number of storage nodes, that share the same MySQL server
      - Review of parameters to configure MySQL server.
        (innodb_buffer_pool_size is important)
      - Check of meaningless values of 'replicas'.
      61929809
  3. 04 Feb, 2015 2 commits
    • Julien Muchembled's avatar
      NEO: fix permission of instance templates when downloading them · 680a1ba0
      Julien Muchembled authored
      This problem was not found during development because I used a local checkout
      of slapos cookbook and these files were not downloaded but directly copied
      from the disk.
      
      In zc.buildout, the Download class should be changed to use something that
      respects umask, instead of 'tempfile.mkstemp'.
      680a1ba0
    • Julien Muchembled's avatar
      NEO: fix instanciation issues · af64ee68
      Julien Muchembled authored
      - switch-softwaretype recipe is not merged to master yet so we must
        slapos-cookbook in develop mode, like for ERP5.
      - Recognize "RootSoftwareInstance" as default software type for compatibility.
      af64ee68
  4. 09 Dec, 2014 2 commits
  5. 08 Dec, 2014 1 commit
  6. 19 Nov, 2014 1 commit
  7. 18 Nov, 2014 3 commits
    • Julien Muchembled's avatar
      neoppod: stop using deprecated slapos.cookbook:generic.mysql · 67dbe6d0
      Julien Muchembled authored
      Contrary to ERP5, there's no mysql-update service:
      - this simplifies the SR
      - after reading the MySQL documentation, the automatic use of mysql_upgrade
        is quite frightening:
        « You should always back up your current MySQL installation before performing
        an upgrade. »
        « After running mysql_upgrade, stop the server and restart it so that any
        changes made to the system tables take effect. » (which is currently not done
        by the recipe)
      - the future of NEO is an embedded DB like libmysqld
      67dbe6d0
    • Julien Muchembled's avatar
      logging: refactoring of crond/logrotate for NEO & ERP5 · 61711abc
      Julien Muchembled authored
      New 'slapos-kill' from slapos.toolbox is used instead of 'killpidfromfile'
      This is required for NEO which does not write any pid file.
      61711abc
    • Julien Muchembled's avatar
      New recipe 'switch-softwaretype' deprecating 'softwaretype' · 7ece1a48
      Julien Muchembled authored
      The inline recipe for ERP5 has been improved and converted into recipe,
      which is reused for NEO.
      
      Templates are instanciated only if they're used, so no need anymore to
      wrap them with:
      
        {% if slap_software_type == software_type -%}
        ...
        {% endif %}
      7ece1a48
  8. 05 Mar, 2014 1 commit
  9. 09 Jul, 2013 5 commits
  10. 10 Oct, 2012 1 commit