Merge "Change non-tinyipa jobs to use multiple cores"
This commit is contained in:
commit
96f3904dbc
@ -51,6 +51,7 @@
|
|||||||
# 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.
|
||||||
IRONIC_VM_SPECS_DISK: 4
|
IRONIC_VM_SPECS_DISK: 4
|
||||||
|
IRONIC_VM_SPECS_CPU: 2
|
||||||
IRONIC_DEFAULT_DEPLOY_INTERFACE: iscsi
|
IRONIC_DEFAULT_DEPLOY_INTERFACE: iscsi
|
||||||
|
|
||||||
Q_AGENT: openvswitch
|
Q_AGENT: openvswitch
|
||||||
@ -121,6 +122,7 @@
|
|||||||
IRONIC_RAMDISK_TYPE: tinyipa
|
IRONIC_RAMDISK_TYPE: tinyipa
|
||||||
IRONIC_RPC_TRANSPORT: json-rpc
|
IRONIC_RPC_TRANSPORT: json-rpc
|
||||||
IRONIC_VM_SPECS_RAM: 384
|
IRONIC_VM_SPECS_RAM: 384
|
||||||
|
IRONIC_VM_SPECS_CPU: 1
|
||||||
IRONIC_VM_COUNT: 6
|
IRONIC_VM_COUNT: 6
|
||||||
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
|
||||||
@ -182,6 +184,7 @@
|
|||||||
IRONIC_VM_COUNT: 6
|
IRONIC_VM_COUNT: 6
|
||||||
IRONIC_VM_VOLUME_COUNT: 2
|
IRONIC_VM_VOLUME_COUNT: 2
|
||||||
IRONIC_VM_SPECS_RAM: 384
|
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
|
# 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
|
||||||
# ephemeral partition on such nodes
|
# ephemeral partition on such nodes
|
||||||
@ -511,6 +514,7 @@
|
|||||||
IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs'
|
IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs'
|
||||||
IRONIC_VM_SPECS_RAM: 384
|
IRONIC_VM_SPECS_RAM: 384
|
||||||
IRONIC_VM_SPECS_DISK: 4
|
IRONIC_VM_SPECS_DISK: 4
|
||||||
|
IRONIC_VM_SPECS_CPU: 1
|
||||||
OVS_BRIDGE_MAPPINGS: 'mynetwork:brbm,public:br-infra'
|
OVS_BRIDGE_MAPPINGS: 'mynetwork:brbm,public:br-infra'
|
||||||
OVS_PHYSICAL_BRIDGE: brbm
|
OVS_PHYSICAL_BRIDGE: brbm
|
||||||
PHYSICAL_NETWORK: mynetwork
|
PHYSICAL_NETWORK: mynetwork
|
||||||
@ -589,6 +593,7 @@
|
|||||||
IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs'
|
IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs'
|
||||||
IRONIC_VM_NETWORK_BRIDGE: sub1brbm
|
IRONIC_VM_NETWORK_BRIDGE: sub1brbm
|
||||||
IRONIC_VM_SPECS_RAM: 384
|
IRONIC_VM_SPECS_RAM: 384
|
||||||
|
IRONIC_VM_SPECS_CPU: 1
|
||||||
OVS_BRIDGE_MAPPINGS: 'mynetwork:sub1brbm,public:br-infra'
|
OVS_BRIDGE_MAPPINGS: 'mynetwork:sub1brbm,public:br-infra'
|
||||||
OVS_PHYSICAL_BRIDGE: sub1brbm
|
OVS_PHYSICAL_BRIDGE: sub1brbm
|
||||||
PHYSICAL_NETWORK: mynetwork
|
PHYSICAL_NETWORK: mynetwork
|
||||||
|
Loading…
x
Reference in New Issue
Block a user