mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02: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:
parent
34a1796d03
commit
bf0e156496
@ -710,8 +710,11 @@ scenario "replication" {
|
||||
EOF
|
||||
module = module.vault_setup_perf_primary
|
||||
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,
|
||||
// Do base verification before continuing on to our performance replication verification.
|
||||
// Wait base verification to complete...
|
||||
step.verify_vault_version,
|
||||
step.verify_ui,
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user