Increase Memory for Ironic Jobs

ironic-standalone fails with KP, let's just increase the default.

Change-Id: Ib7bfc1e1a175e55a9333c6ed4f108a471a90b659
This commit is contained in:
Iury Gregory Melo Ferreira 2020-10-19 18:28:46 +02:00
parent 17a31c0a29
commit 9e6b63ec87
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
IRONIC_TEMPEST_WHOLE_DISK_IMAGE: False IRONIC_TEMPEST_WHOLE_DISK_IMAGE: False
IRONIC_VM_COUNT: 2 IRONIC_VM_COUNT: 2
IRONIC_VM_EPHEMERAL_DISK: 1 IRONIC_VM_EPHEMERAL_DISK: 1
IRONIC_VM_SPECS_RAM: 384 IRONIC_VM_SPECS_RAM: 512
IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs' IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs'
# NOTE(dtantsur): in some jobs we end up with 12 disks total, so reduce # NOTE(dtantsur): in some jobs we end up with 12 disks total, so reduce
# each of them. For don't need all 10 GiB for CirrOS anyway. # each of them. For don't need all 10 GiB for CirrOS anyway.