Skip to content
Snippets Groups Projects
  1. Jan 24, 2020
  2. Jan 23, 2020
  3. Jan 22, 2020
  4. Jan 21, 2020
  5. Jan 18, 2020
  6. Jan 17, 2020
  7. Jan 16, 2020
  8. Jan 15, 2020
  9. Jan 14, 2020
  10. Jan 13, 2020
  11. Jan 10, 2020
    • Zuul's avatar
      Merge "Use kolla_logs volume for Elasticsearch" · 1a3bf978
      Zuul authored
      1a3bf978
    • Radosław Piliszek's avatar
      Fix Zun Docker runtime selection · 5e8431e0
      Radosław Piliszek authored
      Per [1] Docker uses API version 1.26 since daemon version 1.13.1.
      Kolla Ansible forced a limit on the Docker API version reported
      to Zun of 1.24 which was surprising users and preventing
      usage of Docker runtime selection via Zun.
      The default of Zun is 1.26 [2] which enables runtime selection.
      Zun does not use this parameter for anything else atm.
      
      [1] https://docs.docker.com/engine/api/v1.26/#section/Versioning
      [2] https://review.opendev.org/490794
      
      Change-Id: Ide6eb4c2b079cf35e633ad6a04db1587e40e7633
      Closes-bug: #1859176
      5e8431e0
    • Michal Nasiadka's avatar
      Use distro_python_version in fernet-node-sync · 4072a3eb
      Michal Nasiadka authored
      Since Debian and Ubuntu are already on Python3 only and don't have unversioned
      Python binaries (no /usr/bin/python) - we need to call the fetch-fernet-tokens
      script using distro_python_version
      
      Backport: train
      Related-Bug: #1859047
      Change-Id: I42378af9b25f14079fc57b4068ab25d5d4877362
      4072a3eb
    • Doug Szumski's avatar
      Use kolla_logs volume for Elasticsearch · 1917d1a9
      Doug Szumski authored
      This patch mounts the kolla_logs volume into the Elasticsearch
      container so that logs are no longer written to the container
      filesystem. It is up to the user to migrate any existing logs
      into the kolla_logs volume, if they so desire.
      
      Closes-Bug: #1859162
      Change-Id: Ia1743e202e310fc88a61476c80eadf3855256c20
      1917d1a9
    • Mark Goddard's avatar
      CentOS 8: Support variable image tag suffix · 9755c924
      Mark Goddard authored
      For the CentOS 7 to 8 transition, we will have a period where both
      CentOS 7 and 8 images are available. We differentiate these images via a
      tag - the CentOS 8 images will have a tag of train-centos8 (or
      master-centos8 temporarily).
      
      To achieve this, and maintain backwards compatibility for the
      openstack_release variable, we introduce a new 'openstack_tag' variable.
      This variable is based on openstack_release, but has a suffix of
      'openstack_tag_suffix', which is empty except on CentOS 8 where it has a
      value of '-centos8'.
      
      Change-Id: I12ce4661afb3c255136cdc1aabe7cbd25560d625
      Partially-Implements: blueprint centos-rhel-8
      9755c924
  12. Jan 09, 2020
Loading