Skip to content
Snippets Groups Projects
Commit f27d89aa authored by Borne Mace's avatar Borne Mace
Browse files

Increased mariadb and kibana timeouts

In some deployment scenarios the current timeouts
for mariadb bootstrap and kibana registration with
elasticsearch have been found to be too short. These
timeout increases shouldn't introduce any deployment
slowdown in current environment and eliminate
deployment failures in environments with slower
systems.

Change-Id: If33dfff2b42b23eff7ec2230c9b0c5a4c010072e
parent ae3f47e1
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
status_code: 200 status_code: 200
register: result register: result
until: result.status == 200 until: result.status == 200
retries: 5 retries: 20
delay: 2 delay: 2
run_once: true run_once: true
......
...@@ -18,7 +18,7 @@ mariadb_services: ...@@ -18,7 +18,7 @@ mariadb_services:
# Database # Database
#################### ####################
database_cluster_name: "openstack" database_cluster_name: "openstack"
database_max_timeout: 60 database_max_timeout: 120
#################### ####################
# Docker # Docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment