Increase IRONIC_VM_SPECS_RAM to avoid KP

In ironic jobs with tinyipa we should be using 512 not 384.

Change-Id: Ifcca4482d4539056bc5112851024812fa92c45a4
This commit is contained in:
Iury Gregory Melo Ferreira 2020-09-13 01:00:27 +02:00
parent 1195f95016
commit 05f79d1d72

View File

@ -251,7 +251,7 @@
IRONIC_RAMDISK_TYPE: tinyipa
IRONIC_VM_COUNT: 6
IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs'
IRONIC_VM_SPECS_RAM: 384
IRONIC_VM_SPECS_RAM: 512
devstack_plugins:
ironic: https://opendev.org/openstack/ironic
devstack_services: