diff options
author | Julia Kreger <juliaashleykreger@gmail.com> | 2020-09-21 15:31:07 -0700 |
---|---|---|
committer | Julia Kreger <juliaashleykreger@gmail.com> | 2020-09-21 15:31:07 -0700 |
commit | ed0ef6cf59b9d85096b4e897667524a6cdd5da4c (patch) | |
tree | a381a049fab665af8843856fb3b08bbc5078a278 /zuul.d/ironic-jobs.yaml | |
parent | 7d0661a1b44d1ed98ad56b80ea6ff8fc3fa9755c (diff) | |
download | ironic-ed0ef6cf59b9d85096b4e897667524a6cdd5da4c.tar.gz |
Reduce VMs for multinode and standalone jobs
The minimum amount of disk space on CI test nodes
may be approximately 60GB on /opt with now only 1GB
of available swap space by default.
This means we're constrained on the number of VMs and
their disk storage capacity in some cases.
Change-Id: Ia6dac22081c92bbccc803f233dd53740f6b48abb
Diffstat (limited to 'zuul.d/ironic-jobs.yaml')
-rw-r--r-- | zuul.d/ironic-jobs.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 881f9b46d..a120aaf6d 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -123,7 +123,7 @@ IRONIC_RPC_TRANSPORT: json-rpc IRONIC_VM_SPECS_RAM: 512 IRONIC_VM_SPECS_CPU: 1 - IRONIC_VM_COUNT: 6 + IRONIC_VM_COUNT: 4 IRONIC_VM_VOLUME_COUNT: 2 # We're using a lot of disk space in this job. Some testing nodes have # a small root partition, so use /opt which is mounted from a bigger @@ -181,7 +181,7 @@ IRONIC_ENABLED_DEPLOY_INTERFACES: "iscsi,direct,ansible,ramdisk" IRONIC_RPC_TRANSPORT: json-rpc IRONIC_RAMDISK_TYPE: tinyipa - IRONIC_VM_COUNT: 6 + IRONIC_VM_COUNT: 4 IRONIC_VM_VOLUME_COUNT: 2 IRONIC_VM_SPECS_RAM: 512 IRONIC_VM_SPECS_CPU: 1 @@ -869,7 +869,7 @@ IRONIC_DEFAULT_DEPLOY_INTERFACE: direct IRONIC_DEFAULT_BOOT_OPTION: netboot IRONIC_DEPLOY_DRIVER: ipmi - IRONIC_VM_COUNT: 6 + IRONIC_VM_COUNT: 4 IRONIC_VM_EPHEMERAL_DISK: 1 IRONIC_VM_SPECS_RAM: 384 IRONIC_RAMDISK_TYPE: tinyipa @@ -960,7 +960,7 @@ IRONIC_PROVISION_SUBNET_PREFIX: 10.0.5.0/24 IRONIC_RAMDISK_TYPE: tinyipa IRONIC_USE_LINK_LOCAL: True - IRONIC_VM_COUNT: 6 + IRONIC_VM_COUNT: 4 IRONIC_VM_EPHEMERAL_DISK: 0 IRONIC_VM_SPECS_RAM: 384 IRONIC_VM_NETWORK_BRIDGE: sub1brbm |