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:
Ryan Cragun
2024-08-09 16:28:28 -06:00
committed by GitHub
parent 34a1796d03
commit bf0e156496

View File

@@ -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,
]