tripleo-validations 14.2.1 (wallaby)
We are delighted to announce the release of: tripleo-validations 14.2.1: A collection of Ansible playbooks to detect and report potential issues during TripleO deployments This release is part of the wallaby stable release series. The source is available from: https://opendev.org/openstack/tripleo-validations Download the package from: https://tarballs.openstack.org/tripleo-validations/ Please report issues through: https://bugs.launchpad.net/tripleo/+bugs For more details, please see below. Changes in tripleo-validations 14.2.0..14.2.1 --------------------------------------------- d82aa0d NVF OvS DPDK instance emulatorpin validation fix 9289704 Fix Inventory Generation without Overcloud deployed 974e674 NFV OvS DPDK zero packet loss validations bc692be oslo_config_validator: Setting container network to none c4f0f77 Corrected the task 'Get file_descriptors total_limit' to get the 'fs.file-max' value. fdf7418 [wallaby-only] molecule-requirements constraints Diffstat (except docs and test files) ------------------------------------- .../modules-check_cpus_aligned_with_dpdk_nics.rst | 15 ++ .../modules-check_other_processes_pmd_usage.rst | 15 ++ .../modules-convert_range_to_numbers_list.rst | 15 ++ .../modules/modules-get_dpdk_nics_numa_info.rst | 15 ++ .../modules/modules-pmd_threads_siblings_check.rst | 15 ++ .../role-check_nfv_ovsdpdk_zero_packet_loss.rst | 39 ++++ library/check_cpus_aligned_with_dpdk_nics.py | 140 +++++++++++++ library/check_other_processes_pmd_usage.py | 162 +++++++++++++++ library/convert_range_to_numbers_list.py | 97 +++++++++ library/get_dpdk_nics_numa_info.py | 143 ++++++++++++++ library/pmd_threads_siblings_check.py | 187 ++++++++++++++++++ molecule-requirements.txt | 20 +- playbooks/nfv-ovsdpdk-zero-packet-loss-check.yaml | 14 ++ .../tasks/check_nfv_instances.yml | 37 ++++ .../tasks/check_nfv_pci_address.yml | 26 +++ .../tasks/main.yml | 217 +++++++++++++++++++++ .../tasks/validate_dpdk_port_bandwidth.yml | 21 ++ .../tasks/validate_instance.yml | 91 +++++++++ roles/oslo_config_validator/defaults/main.yml | 1 + .../oslo_config_validator/tasks/container_run.yml | 1 + roles/rabbitmq_limits/tasks/main.yml | 2 +- scripts/tripleo-ansible-inventory | 2 +- .../test_check_cpus_aligned_with_dpdk_nics.py | 67 +++++++ .../test_check_other_processes_pmd_usage.py | 116 +++++++++++ .../library/test_convert_range_to_numbers_list.py | 45 +++++ .../library/test_pmd_threads_siblings_check.py | 120 ++++++++++++ 27 files changed, 1659 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/molecule-requirements.txt b/molecule-requirements.txt index c5a69f4..8b7c043 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -2,3 +2,3 @@ -ansi2html -ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 -jinja2>=2.8.0 +ansi2html>=1.6.0 # LGPLv3+ +ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 # GPLv3+ +jinja2>=2.8.0 # BSD-3-Clause @@ -6,7 +6,7 @@ molecule>=3.3.1,<4 # MIT -molecule-podman # MIT -pytest -pytest-cov -pytest-html -pytest-xdist -selinux # MIT -lxml # BSD +molecule-podman>=0.3.0 # MIT +pytest>=6.2.2 # MIT +pytest-cov>=2.12.1 # MIT +pytest-html>=3.1.1 # MPL 2.0 +pytest-xdist>=2.2.1 # MIT +selinux>=0.2.1 # MIT +lxml>=4.6.2 # BSD
participants (1)
-
no-reply@openstack.org