Elasticsearch - Cluster Wait Function Improvements
This change modifies the cluster wait function to check the cluster health status explicitly. Once a status of at least "yellow" has been reached, the Elasticsearch cluster should be able to facilitate the API calls required by the other jobs of this chart. Change-Id: I2660422a8e8122186d648042f5422ca9a82d23c7
This commit is contained in:
@@ -420,10 +420,7 @@ jobs:
|
||||
failed: 1
|
||||
es_cluster_wait:
|
||||
backoffLimit: 6
|
||||
activeDeadlineSeconds: 600
|
||||
snapshot_repository:
|
||||
backoffLimit: 6
|
||||
activeDeadlineSeconds: 600
|
||||
activeDeadlineSeconds: 1200
|
||||
verify_repositories:
|
||||
cron: "*/30 * * * *"
|
||||
history:
|
||||
|
||||
Reference in New Issue
Block a user