From 23890fcee497a4343c69f39d4161943456bb461c Mon Sep 17 00:00:00 2001 From: Rajesh Tailor Date: Fri, 3 Dec 2021 10:53:52 +0530 Subject: [PATCH] Remove pre-deployment validation Validation collect-flavors-and-verify-profiles fails in pre-deployment stage with exception from swiftclient code in stable train. Also as swift is removed from undercloud in latest releases, we can remove this validation check for pre-deployment stage. Partial-Bug: #1953102 Change-Id: I1a5740c0431796ac7286229753e61cd1ecf8ec8f --- playbooks/collect-flavors-and-verify-profiles.yaml | 1 - roles/collect_flavors_and_verify_profiles/vars/main.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/playbooks/collect-flavors-and-verify-profiles.yaml b/playbooks/collect-flavors-and-verify-profiles.yaml index 0abf6e5f5..ff674f3c3 100644 --- a/playbooks/collect-flavors-and-verify-profiles.yaml +++ b/playbooks/collect-flavors-and-verify-profiles.yaml @@ -7,7 +7,6 @@ This validation checks the flavors assigned to roles exist and have the correct capabilities set. groups: - - pre-deployment - pre-upgrade categories: - compute diff --git a/roles/collect_flavors_and_verify_profiles/vars/main.yml b/roles/collect_flavors_and_verify_profiles/vars/main.yml index 5b4af78b1..b687bb7f2 100644 --- a/roles/collect_flavors_and_verify_profiles/vars/main.yml +++ b/roles/collect_flavors_and_verify_profiles/vars/main.yml @@ -5,5 +5,4 @@ metadata: This validation checks the flavors assigned to roles exist and have the correct capabilities set. groups: - - pre-deployment - pre-upgrade