Merge "tripleo_container_manage: increase timeout to 15min"

This commit is contained in:
Zuul 2020-05-19 22:43:04 +00:00 committed by Gerrit Code Review
commit 9f6eeb9057
1 changed files with 4 additions and 4 deletions

View File

@ -26,12 +26,12 @@ tripleo_container_manage_config_id: tripleo
tripleo_container_manage_config_overrides: {} tripleo_container_manage_config_overrides: {}
tripleo_container_manage_config_patterns: '*.json' tripleo_container_manage_config_patterns: '*.json'
tripleo_container_manage_debug: false tripleo_container_manage_debug: false
# Some containers where Puppet is run, can take up to 10 minutes to finish # Some containers where Puppet is run, can take up to 15 minutes to finish
# in slow environments. # in slow environments.
tripleo_container_manage_create_retries: 60 tripleo_container_manage_create_retries: 90
# Default delay is 10s so 60 retries makes a timeout of 10 minutes which is # Default delay is 10s so 60 retries makes a timeout of 15 minutes which is
# what we have observed a necessary value for nova and neutron db-sync execs. # what we have observed a necessary value for nova and neutron db-sync execs.
tripleo_container_manage_exec_retries: 60 tripleo_container_manage_exec_retries: 90
tripleo_container_manage_healthcheck_disabled: false tripleo_container_manage_healthcheck_disabled: false
tripleo_container_manage_log_path: '/var/log/containers/stdouts' tripleo_container_manage_log_path: '/var/log/containers/stdouts'
tripleo_container_manage_systemd_order: false tripleo_container_manage_systemd_order: false