Attempt to thin out nova-ceph-multistore

This job is pretty heavy and has been triggering OOMs that take out
mysqld lately. This disables swift (and c-bak as a result) to try to
reduce the runtime footprint. Losing coverage of these services
should not be a problem for the goal of this job.

Change-Id: Icc18ddd847465069aea34b226851afaeb94594fc
This commit is contained in:
Dan Smith 2022-03-11 14:52:42 -08:00
parent 60094e663c
commit 16a463a68f
1 changed files with 9 additions and 0 deletions

View File

@ -585,6 +585,15 @@
GLANCE_STANDALONE: True
GLANCE_USE_IMPORT_WORKFLOW: True
DEVSTACK_PARALLEL: True
# NOTE(danms): This job is pretty heavy as it is, so we disable some
# services that are not relevant to the nova-glance-ceph scenario
# that this job is intended to validate.
devstack_services:
c-bak: false
s-account: false
s-container: false
s-object: false
s-proxy: false
devstack_local_conf:
post-config:
$NOVA_CONF: