Snippets Groups Projects
  1. Nov 12, 2021
  2. Nov 04, 2021
  3. Oct 29, 2021
  4. Oct 28, 2021
  5. Oct 19, 2021
  6. Oct 13, 2021
  7. Oct 12, 2021
  8. Oct 11, 2021
  9. Oct 07, 2021
  10. Oct 05, 2021
  11. Oct 04, 2021
  12. Sep 27, 2021
  13. Sep 21, 2021
  14. Sep 08, 2021
  15. Sep 07, 2021
  16. Aug 27, 2021
  17. Aug 24, 2021
  18. Aug 23, 2021
    • Radosław Piliszek's avatar
      Add ability to retry image pulling · dd8fad8b
      Radosław Piliszek authored
      Sometimes, the registries may intermittently fail to deliver the
      images. This is often seen in the CI, though it also happens with
      production deployments, even those with internal registries and/or
      registry mirrors - due to sheer load when trying to pull the
      images from many hosts.
      
      This patchs adds two new vars to control retry behaviour.
      The default has been set to make users happier by default. :-)
      
      Change-Id: I81ad7d8642654f8474f11084c6934aab40243d35
      (cherry picked from commit cbb567cb)
      dd8fad8b
    • Radosław Piliszek's avatar
      Fix regression in image pull action v2 · 313a6580
      Radosław Piliszek authored
      This time to fix roles other than common. :-)
      
      Ussuri-only
      Victoria+ not affected because Victoria dropped the reliance on
      importing the common role via meta.
      
      This regression was introduced by 16fe223b
      "Fix regression in image pull action"
      so the previous attempt to fix the original regression.
      
      That caused the kolla_role_name to leak everywhere.
      This patch fixes this in fullest by wrapping the import in block.
      
      Renamed "role" to "name" to unbreak ansible-lint.
      
      Change-Id: Iadcbde2f3d127c1294b78798304bdfe707539ba1
      313a6580
    • Zuul's avatar
  19. Aug 20, 2021
  20. Aug 19, 2021
    • Radosław Piliszek's avatar
      Use more RMQ flags for less busy wait · 3279637a
      Radosław Piliszek authored
      As mentioned in the Iced014acee7e590c10848e73feca166f48b622dc
      commit message, in Ussuri+ we can use ``+sbwtdcpu none
      +sbwtdio none`` as well. This is due to relying on RMQ-provided
      erlang in version 23.x.
      
      This change adds the extra arguments by default.
      It should be backported down to Ussuri before we do a release with
      Iced014acee7e590c10848e73feca166f48b622dc.
      
      Change-Id: I32e247a6cb34d7f6763b544f247fd408dce2b3a2
      (cherry picked from commit d7cdad53)
      3279637a
    • Radosław Piliszek's avatar
      Fix regression in image pull action · 16fe223b
      Radosław Piliszek authored
      ... for the common role.
      
      Ussuri-only
      Victoria+ not affected because Victoria dropped the reliance on
      importing the common role via meta.
      
      More details inline.
      
      Regression introduced by ec4afcaf
      "Refactor and optimise image pulling"
      
      Change-Id: I7b58cb84295726e0edc1b38fc5f2437a5196c20a
      16fe223b
    • Michal Arbet's avatar
      Set changed_when to false for group_by tasks · 3f440ab1
      Michal Arbet authored
      This trivial patch is just turning off ansible
      changed report for group_by tasks as it could
      be confusing for user.
      
      Change-Id: I7512af573782359a6f01290a55291ac7eb0de867
      (cherry picked from commit 209dc1e9)
      3f440ab1
  21. Aug 17, 2021
  22. Aug 16, 2021