Remove designate from the devstack-tobiko-storage-ceph job

This job is unstable, it fails often during devstack installation,
because ceph is installed immediately after designate and DNS seems to
be unavailable for a few seconds. Due to the DNS outage, sometimes the
ceph devstack script is unable to download some file related to ceph
versions.

Change-Id: Ic5ee8b30d4e6fb6750013ffcd09268dbd9a9961f
This commit is contained in:
Eduardo Olivares
2025-07-08 17:16:57 +02:00
parent f3e7cd7c9d
commit 23957d7851

View File

@@ -26,6 +26,10 @@
devstack_plugins:
devstack-plugin-ceph:
https://opendev.org/openstack/devstack-plugin-ceph.git
devstack_services:
# disable designate to avoid DNS issues when ceph tries to download its
# image
designate: false
devstack_localrc:
ENABLE_CEPH_CINDER: true # ceph backend for cinder
ENABLE_CEPH_GLANCE: true # store images in ceph