[release-announce] [openstackansible] openstack-ansible-os_gnocchi 17.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 14 11:23:14 UTC 2018


We are overjoyed to announce the release of:

openstack-ansible-os_gnocchi 17.0.0: os_gnocchi for OpenStack Ansible

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

Changes in openstack-ansible-os_gnocchi 16.0.0.0rc1..17.0.0
-----------------------------------------------------------

5beb9ca Change default gnocchi ceph pool name to metrics
c66aadf Zuul: Remove project name
88761d2 Updated from OpenStack Ansible Tests
f9e2942 Point to Queens instead of master
9c80fac Update UPPER_CONSTRAINTS_FILE for stable/queens
6952e49 Update .gitreview for stable/queens
4891d9b Updated from global requirements
dd25cfc Updated from OpenStack Ansible Tests
deffb07 Reinitialize the virtualenv
de88431 Updated from global requirements
81c4f0f Replace virtualenv-tools by a script
554a6df Add MySQL connection SSL support
be909c7 Remove pip_install dependency
31f5460 Updated from OpenStack Ansible Tests
d5060e8 Add librados2-dev to distro package list
8a831d4 Allow the experimental trigger of the integrated repo
c319195 Use group_names to check a host belongs to group
b1f7574 Remove setting of version/release from releasenotes
ca85388 Updated from OpenStack Ansible Tests
3b8cf82 Remove unified queue from gate pipeline
561642a Add openstack-ansible-linters test
beaf7cd Initial OSA zuul v3 role jobs
ed61813 Updated from OpenStack Ansible Tests
10eed40 Add OpenStack-Ansible metadata
1ffc89b Updated from OpenStack Ansible Tests
d9ef733 Updated from global requirements
9cb387d Update gnocchi wsgi function
3722668 Updated from OpenStack Ansible Tests
8436e1e Update reno for stable/pike
c00bce4 Updated from global requirements
d51d3c7 tasks: gnocchi_install: Fix virtualenv-tools issue on openSUSE


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

.gitreview                          |  1 +
Vagrantfile                         |  2 ++
ansible-role-requirements.yml       |  2 +-
bindep.txt                          | 25 ++++++-------------------
defaults/main.yml                   | 13 +++++++------
handlers/main.yml                   |  4 ++--
meta/main.yml                       |  1 -
meta/openstack-ansible.yml          | 20 ++++++++++++++++++++
releasenotes/source/conf.py         | 18 +++++++-----------
releasenotes/source/index.rst       |  3 ++-
releasenotes/source/pike.rst        |  6 ++++++
tasks/gnocchi_init_systemd.yml      |  8 ++++----
tasks/gnocchi_install.yml           | 12 ++++++++----
templates/gnocchi-wsgi.py.j2        |  3 ++-
templates/gnocchi.conf.j2           |  2 +-
test-requirements.txt               | 14 +++++++-------
tox.ini                             | 17 ++++++++++++++---
vars/redhat-7.yml                   |  5 +++--
vars/suse-42.yml                    | 11 ++++++-----
vars/ubuntu-16.04.yml               |  7 ++++---
zuul.d/jobs.yaml                    | 21 +++++++++++++++++++++
zuul.d/project.yaml                 | 32 ++++++++++++++++++++++++++++++++
28 files changed, 206 insertions(+), 108 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index ae8c323..09d54c4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-bashate>=0.2 # Apache-2.0
+bashate>=0.5.1 # Apache-2.0
@@ -6,2 +6,2 @@ flake8<2.6.0,>=2.5.4 # MIT
-pyasn1!=0.2.3 # BSD
-pyOpenSSL>=0.14 # Apache-2.0
+pyasn1!=0.2.3,>=0.1.8 # BSD
+pyOpenSSL>=16.2.0 # Apache-2.0
@@ -12,4 +12,4 @@ ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
-doc8 # Apache-2.0
-reno!=2.3.1,>=1.8.0 # Apache-2.0
+sphinx!=1.6.6,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+doc8>=0.6.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list