Skip to content
Snippets Groups Projects
  1. Nov 21, 2019
  2. Nov 20, 2019
  3. Nov 19, 2019
  4. Nov 18, 2019
  5. Nov 16, 2019
  6. Nov 15, 2019
  7. Nov 14, 2019
    • Mark Goddard's avatar
      Attempt to pull image before stopping and removing container · 64d07c0b
      Mark Goddard authored
      * Deploy services using kolla-ansible deploy
      * Reconfigure the image for one or more services to use an invalid
      * config
      * Deploy/reconfigure services using kolla-ansible reconfigure
      
      The invalid config could be a wrong docker registry, wrong image name,
      wrong tag, etc.
      
      The restart handler for the service fails, and the old container is
      left running.
      
      The restart handler for the service fails, and the old container is
      stopped and removed. This leaves the service in a broken state.
      
      This change fixes the issue by pulling the image if necessary prior to
      stopping and removing the container.
      
      Change-Id: I85b2a1b224d4c4d85c32c4922a2cd2c41171a1dc
      Closes-Bug: #1852572
      64d07c0b
    • Zuul's avatar
      Merge "Remove enable_xtrabackup variable" · a52808c5
      Zuul authored
      a52808c5
    • Mark Goddard's avatar
      CI: Remove Stein upgrade support from CI · 6f876254
      Mark Goddard authored
      Resolves a number of TODOs in the CI configuration that provide support
      for upgrading from the Stein release.
      
      Change-Id: I9bac5c230b82ac7c097fe6ca2556e428abda31a1
      Depends-On: https://review.opendev.org/694254
      6f876254
    • Mark Goddard's avatar
      Remove precheck for nova_enable_rolling_upgrade · d98be11e
      Mark Goddard authored
      This variable was removed in the Train cycle, and a precheck added for
      its use. This precheck can now be removed.
      
      Change-Id: I6d9f0b577631ff9443deecf8ef9d94ca217674c5
      d98be11e
    • Mark Goddard's avatar
      Remove transitional support for neutron-lbaas removal · 0bd60388
      Mark Goddard authored
      Support for deploying neutron-lbaas was removed in the Train release. We
      no longer need the task to remove the container in the upgrade process.
      
      Change-Id: Ie336f68c710616de29f34dd4011e137ec056973b
      0bd60388
    • Mark Goddard's avatar
      Remove transitional support for influxdb in cloudkitty upgrade · e6c5aa4a
      Mark Goddard authored
      During the Stein release the default storage backend for cloudkitty was
      switched to influxdb. To aid this transition we added creation of the
      influxdb database during upgrade. Now that this transition is complete
      we can remove it.
      
      Change-Id: Ieb247f36af932d3a357504c7419ead44b10d1301
      e6c5aa4a
    • Mark Goddard's avatar
      Remove enable_xtrabackup variable · ad015569
      Mark Goddard authored
      This was deprecated in the Train release in favour of enable_mariadb.
      
      Change-Id: Iea0c6eb51ff26817eeb913c9aa241a9fe7553588
      ad015569
    • Mark Goddard's avatar
      Set previous release to Train · d4f719e9
      Mark Goddard authored
      Now that the stable/train branch has been cut, we can set the previous
      release to Train. This is done in kolla-ansible for rolling upgrades,
      and in CI configuration for upgrade tests.
      
      Change-Id: I9d903543936e59aeeee939b32afce3e63b8c4394
      d4f719e9
  8. Nov 11, 2019
Loading