mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	enos: wait for both clusters to be healthy before configuring replication (#28049)
Signed-off-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
		| @@ -710,8 +710,11 @@ scenario "replication" { | |||||||
|     EOF |     EOF | ||||||
|     module      = module.vault_setup_perf_primary |     module      = module.vault_setup_perf_primary | ||||||
|     depends_on = [ |     depends_on = [ | ||||||
|  |       // Wait for both clusters to be up and healthy... | ||||||
|  |       step.get_primary_cluster_ips, | ||||||
|  |       step.get_secondary_cluster_ips, | ||||||
|       step.write_test_data_on_primary, |       step.write_test_data_on_primary, | ||||||
|       // Do base verification before continuing on to our performance replication verification. |       // Wait base verification to complete... | ||||||
|       step.verify_vault_version, |       step.verify_vault_version, | ||||||
|       step.verify_ui, |       step.verify_ui, | ||||||
|     ] |     ] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ryan Cragun
					Ryan Cragun