Change non-tinyipa jobs to use multiple cores
A large ramdisk image tends to take an undesirable amount of time performing the initial uncompression into memory before the system is booted and available. This sets the number of CPU cores by default for all jobs to 2, and only sets that back to 1 where TinyIPA is being used. Change-Id: I88c57a1345edb1b14c760753638ad927641b34a2
This commit is contained in:
parent
0e65f0134d
commit
44d56c559b
@ -51,6 +51,7 @@
|
||||
# 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.
|
||||
IRONIC_VM_SPECS_DISK: 4
|
||||
IRONIC_VM_SPECS_CPU: 2
|
||||
IRONIC_DEFAULT_DEPLOY_INTERFACE: iscsi
|
||||
|
||||
Q_AGENT: openvswitch
|
||||
@ -121,6 +122,7 @@
|
||||
IRONIC_RAMDISK_TYPE: tinyipa
|
||||
IRONIC_RPC_TRANSPORT: json-rpc
|
||||
IRONIC_VM_SPECS_RAM: 384
|
||||
IRONIC_VM_SPECS_CPU: 1
|
||||
IRONIC_VM_COUNT: 6
|
||||
IRONIC_VM_VOLUME_COUNT: 2
|
||||
# We're using a lot of disk space in this job. Some testing nodes have
|
||||
@ -182,6 +184,7 @@
|
||||
IRONIC_VM_COUNT: 6
|
||||
IRONIC_VM_VOLUME_COUNT: 2
|
||||
IRONIC_VM_SPECS_RAM: 384
|
||||
IRONIC_VM_SPECS_CPU: 1
|
||||
# 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
|
||||
# ephemeral partition on such nodes
|
||||
@ -521,6 +524,7 @@
|
||||
IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs'
|
||||
IRONIC_VM_SPECS_RAM: 384
|
||||
IRONIC_VM_SPECS_DISK: 4
|
||||
IRONIC_VM_SPECS_CPU: 1
|
||||
OVS_BRIDGE_MAPPINGS: 'mynetwork:brbm,public:br-infra'
|
||||
OVS_PHYSICAL_BRIDGE: brbm
|
||||
PHYSICAL_NETWORK: mynetwork
|
||||
@ -599,6 +603,7 @@
|
||||
IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs'
|
||||
IRONIC_VM_NETWORK_BRIDGE: sub1brbm
|
||||
IRONIC_VM_SPECS_RAM: 384
|
||||
IRONIC_VM_SPECS_CPU: 1
|
||||
OVS_BRIDGE_MAPPINGS: 'mynetwork:sub1brbm,public:br-infra'
|
||||
OVS_PHYSICAL_BRIDGE: sub1brbm
|
||||
PHYSICAL_NETWORK: mynetwork
|
||||
|
Loading…
x
Reference in New Issue
Block a user