Explicitly set ramdisk type
The ironic-inspector-base job is based on ironic-base job which will default to dib. To prevent breaking the ironic-inspector CI we set the ramdisk type to tinyipa for now and we'll convert the jobs here later. Change-Id: If2be23d4e59f4c4821005b037a6002428b2e7eb4changes/11/712911/2
parent
3785ba144b
commit
351347ad14
|
@ -21,6 +21,7 @@
|
|||
tempest_test_regex: Inspector
|
||||
tempest_concurrency: 1
|
||||
devstack_localrc:
|
||||
IRONIC_RAMDISK_TYPE: tinyipa
|
||||
IRONIC_VM_EPHEMERAL_DISK: 0
|
||||
IRONIC_AUTOMATED_CLEAN_ENABLED: False
|
||||
IRONIC_INSPECTOR_NODE_NOT_FOUND_HOOK: enroll
|
||||
|
|
Loading…
Reference in New Issue