Skip to content
Snippets Groups Projects
  1. Jun 09, 2016
  2. Jun 07, 2016
  3. Jun 06, 2016
  4. Jun 04, 2016
  5. Jun 03, 2016
  6. Jun 02, 2016
    • Ettore Simone's avatar
      Enable HAProxy consider MariaDB wsrep_local_state · b4759b28
      Ettore Simone authored
      This patch enable wsrep_notify_cmd to rename haproxy user in haproxy_blocked
      when the node is not ready to serve and restore it when ready.
      
      Change-Id: I4f49960d7ff2fa689d6ea730b2574f16f083edc1
      Closes-Bug: 1578752
      Closes-Bug: 1587752
      b4759b28
    • Benedikt Trefzer's avatar
      Use debian repos for debian base docker image · 30c80559
      Benedikt Trefzer authored
      Change-Id: Ic5c1d20fa9f7f1cd9fd20e658b4bd1abb235f3b6
      Partially-implements: blueprint build-debian
      30c80559
    • Joshua Harlow's avatar
      Use an image object, recorder object and status constants · 7c6990cc
      Joshua Harlow authored
      Instead of using raw dicts and passing data around via
      dictionaries (which makes it really hard to figure out
      what is in those dictionaries at any point) prefer to
      use objects. That way people can actually understand what
      the object is supposed to be, vs guessing and/or having to
      decipher its usage.
      
      The same goes for raw string constants, prefer using
      named constants instead.
      
      Closes-Bug: #1586475
      
      Change-Id: Ide179dc6593c50696d47a2d3d4cd000f343855d4
      7c6990cc
    • Joshua Harlow's avatar
      Use a task model and dumb workers · e78ae9bc
      Joshua Harlow authored
      Instead of having smart workers that need to know
      about the full logic of how they operate and what
      they will do which makes it hard to reuse parts of
      those workers switch the model so that workers are
      dumb and they just run tasks which themselves can
      request additional tasks to run when succesful.
      
      This makes it more consistent when tasks are to
      be retried and also makes it easier to know which
      task is running and when.
      
      Less specialized workers == good.
      
      Closes-Bug: #1586474
      
      Change-Id: Ie7b7303b8bf2a80b3e26b6d4ffc27787f8c794d6
      e78ae9bc
    • Benedikt Trefzer's avatar
      add curlrc file to base image · 80d2edbd
      Benedikt Trefzer authored
      The curlrc file for root allows better output control for
      curl downloads during build process.
      
      Closes-Bug: #1567926
      
      Change-Id: I19b526e4eab223d2456f4bbc2f4ba50192ec0901
      80d2edbd
    • Michal (inc0) Jastrzebski's avatar
      Add .vimrc to .gitignore · fca876cd
      Michal (inc0) Jastrzebski authored
      If somebody wants kolla-specific vimrc..
      
      TrivialFix
      
      Change-Id: I1c7b6f5ab841b9b292e2401b83c4ab1e038076c5
      fca876cd
  7. Jun 01, 2016
Loading