[release-announce] [openstackansible] openstack-ansible-rsyslog_server 16.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Sep 14 17:23:52 UTC 2017


We are delighted to announce the release of:

openstack-ansible-rsyslog_server 16.0.0: rsyslog_server for OpenStack
Ansible

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

Changes in openstack-ansible-rsyslog_server 15.0.0.0rc1..16.0.0
---------------------------------------------------------------

0645a90 Updated from OpenStack Ansible Tests
6f108c2 Updated from OpenStack Ansible Tests
b5b3131 Update vars and test tooling for Pike
f532e87 Update UPPER_CONSTRAINTS_FILE for stable/pike
a113719 Update .gitreview for stable/pike
b797bcb Updated from OpenStack Ansible Tests
84b935c Updated from OpenStack Ansible Tests
f1edc83 Updated from OpenStack Ansible Tests
b8c6cec Updated from OpenStack Ansible Tests
ec99b01 Updated from global requirements
e309e76 Update URLs in documents according to document migration
b8a3625 Consolidate package install tasks
baf3152 Updated from OpenStack Ansible Tests
0c40c57 Updated from OpenStack Ansible Tests
7895d12 Fix openstackdocstheme settings
0f4b5ac Updated from global requirements
7823765 Switch from oslosphinx to openstackdocstheme
7e76ed4 Updated from OpenStack Ansible Tests
e2b94d9 Updated from global requirements
8022112 Updated from global requirements
5461d33 Ensure that role tests pin pip/setuptools/wheel
a55018f Updated from global requirements
0b914b6 Updated from global requirements
5b9a0bd Use zuul-cloner for tests repo in OpenStack-CI
bb05f9c Fix role gate tests for Ansible 2.3
a1fbb19 Add SUSE support
efd7b21 Add storage policy
4e13393 Update default rsyslog.conf
b933c87 Install python2-pyOpenSSL package on CentOS
021e2e4 Updated from global requirements
c1d9713 Fix inconsistency for tag
9b71c88 Updated from global requirements
1d25b22 Updated from global requirements
9083b17 Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant
57abc11 Use https instead of http for git.openstack.org
226589e Update reno for stable/ocata
7de2ac4 Add Vagrantfile to allow for easier testing
a09e5ea Ensure rsyslog restarts after configuration file changes


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

.gitignore                                         |  8 +-
.gitreview                                         |  1 +
README.rst                                         |  2 +-
Vagrantfile                                        | 47 ++++++++++
bindep.txt                                         | 46 +++++++---
defaults/main.yml                                  |  2 +
files/50-default.conf                              |  2 +-
handlers/main.yml                                  |  7 ++
meta/main.yml                                      |  3 +
...log_server_storage_policy-1dcdd5630acdeb79.yaml |  5 ++
releasenotes/source/conf.py                        | 11 ++-
releasenotes/source/index.rst                      |  3 +-
releasenotes/source/ocata.rst                      |  6 ++
setup.py                                           |  2 +-
tasks/install-apt.yml                              | 28 ------
tasks/install-yum.yml                              | 36 --------
tasks/main.yml                                     |  4 +-
tasks/rsyslog_server_install.yml                   | 19 +++--
tasks/rsyslog_server_post_install.yml              | 20 ++---
tasks/rsyslog_server_pre_install.yml               |  5 ++
templates/os_aggregate_storage.j2                  |  5 ++
templates/rsyslog.conf.j2                          |  5 ++
test-requirements.txt                              | 11 ++-
tox.ini                                            | 22 ++---
vars/debian.yml                                    |  1 +
vars/redhat.yml                                    |  1 +
vars/suse.yml                                      | 23 +++++
33 files changed, 371 insertions(+), 193 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index a5433f9..ae8c323 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ flake8<2.6.0,>=2.5.4 # MIT
-pyasn1 # BSD
+pyasn1!=0.2.3 # BSD
@@ -8 +8 @@ pyOpenSSL>=0.14 # Apache-2.0
-requests!=2.12.2,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
@@ -12,3 +12,2 @@ ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
-openstackdocstheme>=1.5.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.16.0 # Apache-2.0
@@ -16 +15 @@ doc8 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0






More information about the Release-announce mailing list