Skip to content
Snippets Groups Projects
  1. Sep 12, 2019
    • Scott Solkhon's avatar
      Enable Swift Recon · d463d3f7
      Scott Solkhon authored
      
      This commit adds the necessary configuration to the Swift account,
      container and object configuration files to enable the Swift recon
      cli.
      
      In order to give the object server on each Swift host access to the
      recon files, a Docker volume is mounted into each container which
      generates them. The volume is then mounted read only into the object
      server container. Note that multiple containers append to the same
      file. This should not be a problem since Swift uses a lock when
      appending.
      
      Change-Id: I343d8f45a78ebc3c11ed0c68fe8bec24f9ea7929
      Co-authored-by: default avatarDoug Szumski <doug@stackhpc.com>
      d463d3f7
  2. Aug 14, 2019
  3. Aug 13, 2019
  4. Aug 12, 2019
  5. Aug 10, 2019
  6. Aug 09, 2019
  7. Aug 08, 2019
  8. Aug 07, 2019
    • Michal Nasiadka's avatar
      Add support for sha256 in ceph key distribution · ad9e8786
      Michal Nasiadka authored
      - add support for sha256 in bslurp module
      - change sha1 to sha256 in ceph-mon ansible role
      
      Depends-On: https://review.opendev.org/655623
      Change-Id: I25e28d150f2a8d4a7f87bb119d9fb1c46cfe926f
      Closes-Bug: #1826327
      ad9e8786
    • Marcin Juszkiewicz's avatar
      Stop using MountFlags=shared in Docker configuration · 35941738
      Marcin Juszkiewicz authored
      According to Docker upstream release notes [1] MountFlags should be
      empty.
      
      1. https://docs.docker.com/engine/release-notes/#18091
      
      "Important notes about this release
      
      In Docker versions prior to 18.09, containerd was managed by the Docker
      engine daemon. In Docker Engine 18.09, containerd is managed by systemd.
      Since containerd is managed by systemd, any custom configuration to the
      docker.service systemd configuration which changes mount settings (for
      example, MountFlags=slave) breaks interactions between the Docker Engine
      daemon and containerd, and you will not be able to start containers.
      
      Run the following command to get the current value of the MountFlags
      property for the docker.service:
      
      sudo systemctl show --property=MountFlags docker.service
      MountFlags=
      
      Update your configuration if this command prints a non-empty value for
      MountFlags, and restart the docker service."
      
      Closes-bug: #1833835
      
      Change-Id: I4f4cbb09df752d00073a606463c62f0a6ca6c067
      35941738
  9. Aug 06, 2019
  10. Aug 05, 2019
  11. Aug 03, 2019
  12. Aug 02, 2019
    • chenxing's avatar
      Remove unnecessary option from group_vars/all.yml · a1ab06d2
      chenxing authored
      We often specific the project name after "{{ node_config_directory }}",
      for example,
      ``{{ node_config_directory }}/cinder-api/:{{ container_config_directory }}/:ro``.
      As the  "{{ project }}" option is not configured, This line was
      generated with:
      ``/etc/kolla//cinder-api/:...``
      There would be double slash exists. It's OK, but confusing.
      
      Change-Id: I82e6a91b2c541e38cf8e97896842149b31244688
      Closes-Bug: #1838259
      a1ab06d2
  13. Aug 01, 2019
  14. Jul 30, 2019
  15. Jul 26, 2019
  16. Jul 25, 2019
Loading