Skip to content
Snippets Groups Projects
  1. Jan 28, 2020
    • James Kirsch's avatar
      Copy CA into containers. · 511ba9f6
      James Kirsch authored
      When kolla_copy_ca_into_containers is set to "yes", the Certificate
      Authority in /etc/kolla/certificates will be copied into service
      containers to enable trust for that CA. This is especially useful when
      the CA is self signed, and would not be trusted by default.
      
      Partially-Implements: blueprint custom-cacerts
      
      Change-Id: I4368f8994147580460ebe7533850cf63a419d0b4
      511ba9f6
  2. Jan 27, 2020
  3. Jan 25, 2020
  4. Jan 24, 2020
  5. Jan 22, 2020
    • Michal Nasiadka's avatar
      External Ceph: keys as variables · 1f929336
      Michal Nasiadka authored
      Introduce user modifiable variables instead of fixed-names
      of Ceph keyring files for external Ceph functionality.
      
      Change-Id: I1a33b3f9d6eca5babf53b91187461e43aef865ce
      1f929336
  6. Jan 17, 2020
  7. Jan 16, 2020
  8. Jan 15, 2020
    • Radosław Piliszek's avatar
      Fix multiple issues with MariaDB handling · 9f14ad65
      Radosław Piliszek authored
      These affected both deploy (and reconfigure) and upgrade
      resulting in WSREP issues, failed deploys or need to
      recover the cluster.
      
      This patch makes sure k-a does not abruptly terminate
      nodes to break cluster.
      This is achieved by cleaner separation between stages
      (bootstrap, restart current, deploy new) and 3 phases
      for restarts (to keep the quorum).
      
      Upgrade actions, which operate on a healthy cluster,
      went to its section.
      
      Service restart was refactored.
      
      We no longer rely on the master/slave distinction as
      all nodes are masters in Galera.
      
      Closes-bug: #1857908
      Closes-bug: #1859145
      Change-Id: I83600c69141714fc412df0976f49019a857655f5
      9f14ad65
    • chenxing's avatar
      Enable Glance to use Cinder iSCSI backend · fa49b269
      chenxing authored
      
      To use an iSCSI Cinder backend as its store, glance_api must run
      privileged and have /dev and /etc/iscsi properly mounted
      
      Co-authored-by: default avatarRadosław Piliszek <radoslaw.piliszek@gmail.com>
      Change-Id: I988d3c9d0564483440ae17203ad88a8049abbea4
      Closes-Bug: #1855695
      fa49b269
  9. Jan 14, 2020
  10. Jan 13, 2020
  11. Jan 10, 2020
    • 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
  13. Jan 08, 2020
  14. Jan 06, 2020
  15. Jan 02, 2020
  16. Dec 30, 2019
  17. Dec 28, 2019
  18. Dec 21, 2019
  19. Dec 18, 2019
  20. Dec 16, 2019
  21. Dec 12, 2019
    • Mark Goddard's avatar
      Allow ironic_ipxe to serve instance images · 2b662cfb
      Mark Goddard authored
      Ironic provides a feature to allow instance images to be served from a
      local HTTP server [1]. This is the same server used for PXE images with
      iPXE. This does not work currently because the ironic_ipxe container
      does not have access to /var/lib/ironic/images (ironic docker volume),
      where the images are cached. Note that to make use of this feature, the
      following is required in ironic.conf:
      
      [agent]
      image_download_source = http
      
      This change fixes the issue by giving ironic_ipxe container access to
      the ironic volume.
      
      [1] https://docs.openstack.org/ironic/latest/admin/interfaces/deploy.html#deploy-with-custom-http-servers
      
      Change-Id: I501d02cfd40fbacea32d551c3912640c5661d821
      Closes-Bug: #1856194
      2b662cfb
  22. Dec 11, 2019
    • Mark Goddard's avatar
      Drop python 2 support from action plugins · 3f10f708
      Mark Goddard authored
      These are executed on the local host where we run ansible-playbook,
      and we have agreed to drop Python 2 support there.
      
      Partially Implements: blueprint drop-py2-support
      Change-Id: Id2190c3a22a56f4f048afbf0f7200daa8f41a292
      3f10f708
  23. Dec 10, 2019
    • Pierre Riteau's avatar
      Template custom HAProxy service configuration · 49f33428
      Pierre Riteau authored
      Change Id84e3b6e62e544582d6917047534e846e026798d added support for
      custom HAProxy service config using a plain copy of files in services.d.
      
      Use a template action instead of a copy so that we can use variables and
      iterate over group of hosts.
      
      Change-Id: I1f07785932de4e4540422bd18af95241f05a67bf
      49f33428
Loading