1. 27 Jun, 2024 4 commits
    • Łukasz Nowak's avatar
      XXX rapid-cdn: Clean up instance-master.cfg.in · 39aaccab
      Łukasz Nowak authored
      Cleanups:
      
       * dropped needless definition of aibcc_enabled
       * renamed master_partition_monitor_monitor_httpd_port to
         MASTER_PARTITION_MONITOR_HTTPD_PORT
       * convert buildout comments to Jinja2 comments
       * strip whitespaces, so that generated file is readable
       * correctly indent on Jinja2 not on buildout
       * drop obvious comments
       * minimize amount of variables, by dropping used only once
       * pass all modules with _module suffix
       * avoid passing needless software_type
       * group definition of all globals into one place
       * name all globals with UPPERCASE
      
      XXX: Clean up until it will be possible to modify it a lot
      39aaccab
    • Łukasz Nowak's avatar
      software/rapid-cdn: Clean up in cluster parameters · c233dda5
      Łukasz Nowak authored
      Change how defaults are handled in the cluster:
      
       * master instance handles all defaults for all nodes
         * it is the one place with all defaults
         * depending on parameter style default is global for the cluster or can be
           specified per node with -frontend-config-<i>-parameter
       * kedifa and frontend nodes need everything to be passed, in order to
         simplify the request
       * configuration. defaults are dropped, as their scope is too large - they are
         not only defaulting the value on the master, but on each requested node
         which leads to extreme complexity of parameter passing
       * use extra_slave_instance_list only, as instance-slave-list is reserved
         parameter provided by slapos.cookbook:slapconfiguration, sent by SlapOS
         Master as slave_instance_list, to the master partition; enforce
         transmissions of slave list in extra_slave_instance_list and consider
         it's always present
       * useless replication_number return value is dropped
      c233dda5
    • Łukasz Nowak's avatar
      software/rapid-cdn: Drop slapparameter_dict · 434aa912
      Łukasz Nowak authored
      This is required simplification, as the cluster needs full control over
      defaults on each level.
      434aa912
    • Léo-Paul Géneau's avatar
      software/beremiz-runtime: move to python3 · a5b1024e
      Léo-Paul Géneau authored
      See !1601
      a5b1024e
  2. 26 Jun, 2024 1 commit
  3. 24 Jun, 2024 1 commit
  4. 19 Jun, 2024 1 commit
  5. 17 Jun, 2024 1 commit
  6. 14 Jun, 2024 3 commits
  7. 12 Jun, 2024 10 commits
  8. 11 Jun, 2024 10 commits
  9. 10 Jun, 2024 1 commit
  10. 09 Jun, 2024 1 commit
  11. 07 Jun, 2024 2 commits
  12. 05 Jun, 2024 2 commits
  13. 04 Jun, 2024 3 commits