Make devstack-tobiko-storage-ceph use cephadm

It looks like the devstack-plugin-ceph-tempest-py3 job, which uses
cephadm is more stable than the devstack-plugin-ceph-tempest-ubuntu job,
which uses ceph packages from the distro.

Change-Id: I43571a33271a3cf48fb66f8239c9b6c7515eb58b
This commit is contained in:
Eduardo Olivares 2024-07-18 13:56:17 +02:00
parent 804c537d8e
commit ff7dfcb2dc

View File

@ -44,4 +44,6 @@
ENABLE_CEPH_NOVA: true # allow nova to use ceph resources ENABLE_CEPH_NOVA: true # allow nova to use ceph resources
ENABLE_FILE_INJECTION: false ENABLE_FILE_INJECTION: false
ENABLE_VOLUME_MULTIATTACH: false ENABLE_VOLUME_MULTIATTACH: false
DISABLE_CEPHADM_POST_DEPLOY: True
CEPHADM_DEPLOY: true
test_workflow: create-resources test_workflow: create-resources