[release-announce] [openstackansible] openstack-ansible-os_glance 16.0.10 (pike)

no-reply at openstack.org no-reply at openstack.org
Fri Apr 6 15:24:37 UTC 2018


We joyfully announce the release of:

openstack-ansible-os_glance 16.0.10: os_glance for OpenStack Ansible

This release is part of the pike release series.

Download the package from:

    https://tarballs.openstack.org/openstack-ansible-os_glance/

For more details, please see below.

16.0.10
^^^^^^^

New Features

* When using Glance and NFS the NFS mount point will now be managed
  using a systemd mount unit file. This change ensures the deployment
  of glance is not making potentially system impacting changes to the
  "/etc/fstab" and modernizes how we deploy glance when using shared
  storage.

* New variables have been added to the glance role allowing a
  deployer to set the UID and GID of the glance user. The new options
  are, "glance_system_user_uid" and "glance_system_group_uid". These
  options are useful when deploying glance with shared storage as the
  back-end for images and will only set the UID and GID of the glance
  user when defined.

Changes in openstack-ansible-os_glance 16.0.8..16.0.10
------------------------------------------------------

8885125 Update glance NFS for systemd
dacf45c Zuul: Remove project name
129a243 tests: test-glance-upgrades.sh: Remove the exit trap
f407d7a Fix upgrade test


Diffstat (except docs and test files)
-------------------------------------

defaults/main.yml                                  | 13 ++++
handlers/main.yml                                  |  8 +++
.../notes/systemd-nfs-setup-5c35c23eda4443be.yaml  | 11 +++
tasks/glance_post_install.yml                      | 26 +++++--
tasks/glance_pre_install.yml                       | 26 ++++++-
templates/glance-systemd-mount.j2                  | 12 ++++
tox.ini                                            | 12 ++++
zuul.d/jobs.yaml                                   |  7 ++
zuul.d/project.yaml                                |  5 +-
16 files changed, 247 insertions(+), 25 deletions(-)







More information about the Release-announce mailing list