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
This commit is contained in:
parent
7d0661a1b4
commit
ed0ef6cf59
@ -123,7 +123,7 @@
|
|||||||
IRONIC_RPC_TRANSPORT: json-rpc
|
IRONIC_RPC_TRANSPORT: json-rpc
|
||||||
IRONIC_VM_SPECS_RAM: 512
|
IRONIC_VM_SPECS_RAM: 512
|
||||||
IRONIC_VM_SPECS_CPU: 1
|
IRONIC_VM_SPECS_CPU: 1
|
||||||
IRONIC_VM_COUNT: 6
|
IRONIC_VM_COUNT: 4
|
||||||
IRONIC_VM_VOLUME_COUNT: 2
|
IRONIC_VM_VOLUME_COUNT: 2
|
||||||
# We're using a lot of disk space in this job. Some testing nodes have
|
# 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
|
# 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_ENABLED_DEPLOY_INTERFACES: "iscsi,direct,ansible,ramdisk"
|
||||||
IRONIC_RPC_TRANSPORT: json-rpc
|
IRONIC_RPC_TRANSPORT: json-rpc
|
||||||
IRONIC_RAMDISK_TYPE: tinyipa
|
IRONIC_RAMDISK_TYPE: tinyipa
|
||||||
IRONIC_VM_COUNT: 6
|
IRONIC_VM_COUNT: 4
|
||||||
IRONIC_VM_VOLUME_COUNT: 2
|
IRONIC_VM_VOLUME_COUNT: 2
|
||||||
IRONIC_VM_SPECS_RAM: 512
|
IRONIC_VM_SPECS_RAM: 512
|
||||||
IRONIC_VM_SPECS_CPU: 1
|
IRONIC_VM_SPECS_CPU: 1
|
||||||
@ -869,7 +869,7 @@
|
|||||||
IRONIC_DEFAULT_DEPLOY_INTERFACE: direct
|
IRONIC_DEFAULT_DEPLOY_INTERFACE: direct
|
||||||
IRONIC_DEFAULT_BOOT_OPTION: netboot
|
IRONIC_DEFAULT_BOOT_OPTION: netboot
|
||||||
IRONIC_DEPLOY_DRIVER: ipmi
|
IRONIC_DEPLOY_DRIVER: ipmi
|
||||||
IRONIC_VM_COUNT: 6
|
IRONIC_VM_COUNT: 4
|
||||||
IRONIC_VM_EPHEMERAL_DISK: 1
|
IRONIC_VM_EPHEMERAL_DISK: 1
|
||||||
IRONIC_VM_SPECS_RAM: 384
|
IRONIC_VM_SPECS_RAM: 384
|
||||||
IRONIC_RAMDISK_TYPE: tinyipa
|
IRONIC_RAMDISK_TYPE: tinyipa
|
||||||
@ -960,7 +960,7 @@
|
|||||||
IRONIC_PROVISION_SUBNET_PREFIX: 10.0.5.0/24
|
IRONIC_PROVISION_SUBNET_PREFIX: 10.0.5.0/24
|
||||||
IRONIC_RAMDISK_TYPE: tinyipa
|
IRONIC_RAMDISK_TYPE: tinyipa
|
||||||
IRONIC_USE_LINK_LOCAL: True
|
IRONIC_USE_LINK_LOCAL: True
|
||||||
IRONIC_VM_COUNT: 6
|
IRONIC_VM_COUNT: 4
|
||||||
IRONIC_VM_EPHEMERAL_DISK: 0
|
IRONIC_VM_EPHEMERAL_DISK: 0
|
||||||
IRONIC_VM_SPECS_RAM: 384
|
IRONIC_VM_SPECS_RAM: 384
|
||||||
IRONIC_VM_NETWORK_BRIDGE: sub1brbm
|
IRONIC_VM_NETWORK_BRIDGE: sub1brbm
|
||||||
|
Loading…
Reference in New Issue
Block a user