CI: be explicit that the jobs are using the DIB ramdisk

Currently it requires tracing the jobs up to the ironic's devstack
plugin. Be explicit.

Change-Id: I19d0e680b0025bda22709c5a4fff9eacb5b4b1d0
This commit is contained in:
Dmitry Tantsur
2022-02-03 18:34:35 +01:00
parent b921b76167
commit 56c20a7e57

View File

@@ -22,6 +22,8 @@
IRONIC_BUILD_DEPLOY_RAMDISK: True IRONIC_BUILD_DEPLOY_RAMDISK: True
IRONIC_VM_COUNT: 2 IRONIC_VM_COUNT: 2
IRONIC_VM_SPECS_RAM: 2750 IRONIC_VM_SPECS_RAM: 2750
# This matches the default in ironic-base, specifying for clarity
IRONIC_RAMDISK_TYPE: dib
devstack_services: devstack_services:
dstat: false dstat: false