[WIP] Fix grenade job

Sync with ironic configuration

Change-Id: I9b08c6e61c39a0e5616e51256f76a19dc5fd00c0
This commit is contained in:
Riccardo Pittau 2022-05-05 11:01:42 +02:00
parent bcb6ee3cd0
commit e9d872bb4d
1 changed files with 7 additions and 2 deletions

View File

@ -120,11 +120,16 @@
vars: vars:
grenade_devstack_localrc: grenade_devstack_localrc:
shared: shared:
#NOTE: when in UEFI mode, TFTP packets don't get tracked nor
#pass between original and upgrade networks. Switch to BIOS
#until we can fix this properly.
IRONIC_BOOT_MODE: bios
DEFAULT_INSTANCE_TYPE: baremetal DEFAULT_INSTANCE_TYPE: baremetal
FORCE_CONFIG_DRIVE: True FORCE_CONFIG_DRIVE: True
INSTALL_TEMPEST: False INSTALL_TEMPEST: False
VIRT_DRIVER: ironic VIRT_DRIVER: ironic
BUILD_TIMEOUT: 1200 BUILD_TIMEOUT: 1200
IRONIC_TEMPEST_BUILD_TIMEOUT: 1200
IRONIC_BAREMETAL_BASIC_OPS: True IRONIC_BAREMETAL_BASIC_OPS: True
IRONIC_BUILD_DEPLOY_RAMDISK: False IRONIC_BUILD_DEPLOY_RAMDISK: False
IRONIC_CALLBACK_TIMEOUT: 600 IRONIC_CALLBACK_TIMEOUT: 600
@ -133,7 +138,7 @@
IRONIC_INSPECTOR_BUILD_RAMDISK: False IRONIC_INSPECTOR_BUILD_RAMDISK: False
IRONIC_RAMDISK_TYPE: tinyipa IRONIC_RAMDISK_TYPE: tinyipa
IRONIC_TEMPEST_WHOLE_DISK_IMAGE: False IRONIC_TEMPEST_WHOLE_DISK_IMAGE: False
IRONIC_VM_COUNT: 3 IRONIC_VM_COUNT: 4
IRONIC_VM_EPHEMERAL_DISK: 1 IRONIC_VM_EPHEMERAL_DISK: 1
IRONIC_VM_SPECS_RAM: 1024 IRONIC_VM_SPECS_RAM: 1024
IRONIC_AUTOMATED_CLEAN_ENABLED: False IRONIC_AUTOMATED_CLEAN_ENABLED: False
@ -149,7 +154,7 @@
grenade_localrc: grenade_localrc:
BASE_RUN_SMOKE: False BASE_RUN_SMOKE: False
grenade_tempest_concurrency: 1 grenade_tempest_concurrency: 1
grenade_test_timeout: 2400 grenade_test_timeout: 2600
devstack_plugins: devstack_plugins:
ironic: https://opendev.org/openstack/ironic ironic: https://opendev.org/openstack/ironic
ironic-inspector: https://opendev.org/openstack/ironic-inspector ironic-inspector: https://opendev.org/openstack/ironic-inspector