[release-announce] [tripleo] tripleo-validations 5.1.1 (newton)

no-reply at openstack.org no-reply at openstack.org
Tue Jan 3 00:20:27 UTC 2017


We are delighted to announce the release of:

tripleo-validations 5.1.1: A collection of Ansible playbooks to detect
and report potential issues during TripleO deployments

This release is part of the newton stable release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/tripleo-validations

Download the package from:

    https://tarballs.openstack.org/tripleo-validations/

Please report issues through launchpad:

    https://bugs.launchpad.net/tripleo/+bugs?field.tag=validations

For more details, please see below.

Changes in tripleo-validations 5.1.0..5.1.1
-------------------------------------------

ff7d26c Fix typo in the group for check-network-gateway
e4ef273 Fix the DHCP validations
127ede2 Fix the pacemaker-status validation
2fcb7e6 Fix the rabbitmq-limits validations
071b46f Fix the check-network-gateway validation
92e62c4 Fix the mysql-open-files-limit validation
96d7b9e Fix the ctlplane-ip-range validation
ce28598 Use custom CA cert with tripleo-ansible-inventory
5eec732 Validate the IP range for the control plane
fb5ad01 Validation to detect if undercloud disks use 512e
25854c1 Validation to verify connectivity to overcloud
bda4455 Validate haproxy configuration values
961312d Add the NoopFirewallDriver validation
caa1c40 Add a validation-specific Ansible output callback
24c6c96 Validate rogue DHCP servers
2b0bb8d Add network gateway validation
cced3d3 Make the ini-based validations more robust
f6ca689 Generate documentation for validations
a8dfafd Remove `become: true` from the inventory script
fa8105e Validate rabbitmq limits
cdbad02 Validate the open-files-limit value in mysql
ebb284a Validate pacemaker status
2a0dd93 Validate ntp is running and synchronised
f528741 Validation to check ulimits on controller
0fe273a Validation to check the undercloud processes
edb9c33 Update UPPER_CONSTRAINTS_FILE for stable/newton
3652f12 Update .gitreview for stable/newton


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

.gitreview                                        |   1 +
ansible.cfg                                       |   4 +
generate_validation_list.py                       |  45 -------
scripts/tripleo-ansible-inventory                 |   9 +-
tox.ini                                           |   2 +-
validations/512e.yaml                             |  19 +++
validations/callback_plugins/validation_output.py | 152 ++++++++++++++++++++++
validations/ceilometerdb-size.yaml                |   4 +-
validations/check-network-gateway.yaml            |  23 ++++
validations/controller-ulimits.yaml               |  38 ++++++
validations/ctlplane-ip-range.yaml                |  23 ++++
validations/dhcp-introspection.yaml               |  27 ++++
validations/dhcp-provisioning.yaml                |  26 ++++
validations/files/rogue_dhcp.py                   |  62 +++++++++
validations/haproxy.yaml                          |  36 +++++
validations/library/advanced_format.py            |  74 +++++++++++
validations/library/haproxy_conf.py               |  66 ++++++++++
validations/library/hiera.py                      |  41 ++++++
validations/library/icmp_ping.py                  |  61 +++++++++
validations/library/ini.py                        |  32 +++--
validations/library/ip_range.py                   |  47 +++++++
validations/library/overcloudrc.py                |  54 ++++++++
validations/library/pacemaker.py                  |  58 +++++++++
validations/library/undercloud_conf.py            |  46 +++++++
validations/mysql-open-files-limit.yaml           |  23 ++++
validations/no-op-firewall-nova-driver.yaml       |  22 ++++
validations/ntpstat.yaml                          |  16 +++
validations/openstack-endpoints.yaml              |  40 ++++++
validations/pacemaker-status.yaml                 |  20 +++
validations/rabbitmq-limits.yaml                  |  20 +++
validations/undercloud-debug.yaml                 |   4 +-
validations/undercloud-process-count.yaml         |  38 ++++++
35 files changed, 1212 insertions(+), 64 deletions(-)






More information about the Release-announce mailing list