Skip to content
Snippets Groups Projects
  1. Dec 16, 2020
  2. Dec 15, 2020
  3. Dec 14, 2020
  4. Dec 11, 2020
  5. Dec 10, 2020
    • Radosław Piliszek's avatar
      [CI] Drop periodics · 90d0900e
      Radosław Piliszek authored
      We agreed that, due to DockerHub pull limits, it is more
      appropriate to spend pull credits on real reviews than these
      extra periodic runs.
      This also makes us more lightweight on CI in general.
      
      Change-Id: I5c2ee0042e9e07108a8177983fbf5fc6bb8163f0
      90d0900e
    • Mark Goddard's avatar
      Fix mariadb_recovery when mariadb container is missing · f903d774
      Mark Goddard authored
      Mariadb recovery fails if a cluster has previously been deployed, but any of
      the mariadb containers do not exist.
      
      Steps to reproduce
      ==================
      
      * Deploy a mariadb galera cluster
      * Remove the mariadb container from at least one host (docker rm -f mariadb)
      * Run kolla-ansible mariadb_recovery
      
      Expected results
      ================
      
      The cluster is recovered, and a new container deployed where necessary.
      
      Actual results
      ==============
      
      The task 'Stop MariaDB containers' fails on any host where the container does
      not exist.
      
      Solution
      ========
      
      This change fixes the issue by using the 'ignore_missing' flag for kolla_docker
      with the stop_container action. This means the task does not fail when the
      container does not exist. It is also necessary to swap some 'docker cp'
      commands for 'cp' on the host, using the path to the volume.
      
      Closes-Bug: #1907658
      
      Change-Id: Ibd4a6adeb8443e12c45cbab65f501392ffb16fc7
      f903d774
  6. Dec 09, 2020
    • Mark Goddard's avatar
      Fix prechecks with Docker 20.10.0 · b60b0d58
      Mark Goddard authored
      The 'prechecks : Checking Docker version' task previously failed with
      Docker 20.10.0. The regex used to parse the version was returning
      0.10.0, which is not above the minimum. The previous version of 19.x
      would have been parsed as 9.x, which is above the minimum.
      
      This change fixes the issue by matching the beginning and end of the
      version using \b.
      
      Depends-On: https://review.opendev.org/766183
      
      Change-Id: I2a23eea7effb5b9a5e73361bcd48bd2e16d1569c
      Closes-Bug: 1907436
      b60b0d58
  7. Dec 08, 2020
  8. Dec 06, 2020
  9. Dec 04, 2020
  10. Dec 01, 2020
  11. Nov 24, 2020
  12. Nov 23, 2020
  13. Nov 20, 2020
  14. Nov 19, 2020
Loading