Overriding default tempest timeouts
Since SPECTRE/MELTDOWN we have lots of tempest timeouts in our container builds. This tries to mitigate the effects by increasing the default delays. Defaults are now doubled. Change-Id: I0e50535d2400bd891dee0dbc4f2f0df6fa8a40d7
This commit is contained in:
parent
1d54d3f1e1
commit
c5dcd038c7
@ -28,6 +28,7 @@ flavor_ref = 201
|
|||||||
flavor_ref_alt = 202
|
flavor_ref_alt = 202
|
||||||
fixed_network_name = private
|
fixed_network_name = private
|
||||||
endpoint_type = internalURL
|
endpoint_type = internalURL
|
||||||
|
build_timeout = 600
|
||||||
|
|
||||||
|
|
||||||
[compute-feature-enabled]
|
[compute-feature-enabled]
|
||||||
@ -71,6 +72,7 @@ trust = false
|
|||||||
[image]
|
[image]
|
||||||
endpoint_type = internalURL
|
endpoint_type = internalURL
|
||||||
http_image = {{ tempest_images[0]['url'] }}
|
http_image = {{ tempest_images[0]['url'] }}
|
||||||
|
build_timeout = 600
|
||||||
|
|
||||||
|
|
||||||
[image-feature-enabled]
|
[image-feature-enabled]
|
||||||
@ -93,6 +95,7 @@ project_network_mask_bits = {{ tempest_network_tenant_network_mask_bits }}
|
|||||||
project_networks_reachable = false
|
project_networks_reachable = false
|
||||||
public_network_id = {{ tempest_neutron_public_network_id }}
|
public_network_id = {{ tempest_neutron_public_network_id }}
|
||||||
floating_network_name = {{ tempest_public_net_name }}
|
floating_network_name = {{ tempest_public_net_name }}
|
||||||
|
build_timeout = 600
|
||||||
|
|
||||||
|
|
||||||
[network-feature-enabled]
|
[network-feature-enabled]
|
||||||
@ -128,6 +131,10 @@ img_container_format = bare
|
|||||||
img_disk_format = {{ tempest_images[0]['format'] }}
|
img_disk_format = {{ tempest_images[0]['format'] }}
|
||||||
|
|
||||||
|
|
||||||
|
[service-clients]
|
||||||
|
http_timeout = 120
|
||||||
|
|
||||||
|
|
||||||
[service_available]
|
[service_available]
|
||||||
cinder = {{ tempest_service_available_cinder }}
|
cinder = {{ tempest_service_available_cinder }}
|
||||||
neutron = {{ tempest_service_available_neutron }}
|
neutron = {{ tempest_service_available_neutron }}
|
||||||
@ -156,6 +163,9 @@ run_validation = {{ tempest_compute_run_ssh }}
|
|||||||
auth_method = keypair
|
auth_method = keypair
|
||||||
image_ssh_user = {{ tempest_compute_image_ssh_user }}
|
image_ssh_user = {{ tempest_compute_image_ssh_user }}
|
||||||
floating_ip_range = 10.0.0.0/29
|
floating_ip_range = 10.0.0.0/29
|
||||||
|
ping_timeout = 240
|
||||||
|
connect_timeout = 120
|
||||||
|
ssh_timeout = 600
|
||||||
|
|
||||||
|
|
||||||
[volume]
|
[volume]
|
||||||
@ -163,8 +173,9 @@ endpoint_type = internalURL
|
|||||||
catalog_type = volumev3
|
catalog_type = volumev3
|
||||||
# NOTE: These backends are only tested when multi_backend is enabled
|
# NOTE: These backends are only tested when multi_backend is enabled
|
||||||
backend_names = {{ tempest_volume_backend_names | join(',') }}
|
backend_names = {{ tempest_volume_backend_names | join(',') }}
|
||||||
|
build_timeout = 600
|
||||||
|
|
||||||
[volume-feature-enabled]
|
[volume-feature-enabled]
|
||||||
backup = {{ tempest_volume_backup_enabled }}
|
backup = {{ tempest_volume_backup_enabled }}
|
||||||
multi_backend = {{ tempest_volume_multi_backend_enabled }}
|
multi_backend = {{ tempest_volume_multi_backend_enabled }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user