From f273ccbb963e31056bd7c7565e52e56d1d754199 Mon Sep 17 00:00:00 2001 From: damani42 Date: Thu, 31 Aug 2023 21:39:23 +0200 Subject: [PATCH] Remove the check latest packages version. This validation can be removed. There is a very similar playbook with the definition of the package_list variable to check the version of python-tripleoclient in the triple-validations repository. This playbook is therefore not necessary. Change-Id: I4b0a5916f93cf422def725fe2841c6867c7f1848 --- .../check-latest-packages-version.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 validations_common/playbooks/check-latest-packages-version.yaml diff --git a/validations_common/playbooks/check-latest-packages-version.yaml b/validations_common/playbooks/check-latest-packages-version.yaml deleted file mode 100644 index 52035da..0000000 --- a/validations_common/playbooks/check-latest-packages-version.yaml +++ /dev/null @@ -1,19 +0,0 @@ ---- -- hosts: localhost - gather_facts: false - vars: - metadata: - name: Check if latest version of packages is installed - description: > - Makes sure a list of packages are at its latest version - before starting an upgrade. - groups: - - pre-upgrade - categories: - - packages - - rpm - - upgrade - products: - - common - roles: - - check_latest_packages_version