From ad873b67b3da7e5063f5f512cc193a438cfc268f Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 23 Oct 2019 10:45:14 -0400 Subject: [PATCH] [stable-only] Disable cinder-backup service in nova-next job We don't run any tests that require the cinder backup service in the nova-next job nor do we care to so save some time in stacking and space on the node, and avoid spurious volume backup test failures, by not installing that service. Note that this was done in Train with commit 4188d08c20b67b4de834c60b41ec5987a9bd0136 but this is not a cherry-pick because Ie3dc90862c895a8bd9bff4511a16254945f45478 which converted the nova-next job to zuulv3 format is not in stable/stein. Change-Id: I6991a231366908920847fa1b8375ece8d8b35268 --- playbooks/legacy/nova-next/run.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/legacy/nova-next/run.yaml b/playbooks/legacy/nova-next/run.yaml index 4b2a2818dc86..15a861394af0 100644 --- a/playbooks/legacy/nova-next/run.yaml +++ b/playbooks/legacy/nova-next/run.yaml @@ -45,6 +45,9 @@ USE_PYTHON3=True ENABLE_VOLUME_MULTIATTACH=True + # Disable non-essential services that we don't need for this job. + disable_service c-bak + [[post-config|$NOVA_CONF]] [compute] resource_provider_association_refresh = 0