We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c063af commit 956c3d9Copy full SHA for 956c3d9
spec/acceptance/peadm_spec/plans/test_replace_failed_postgres.pp
@@ -11,6 +11,12 @@
11
out::message("Failed PostgreSQL host: ${failed_postgresql_host}")
12
out::message("Replacement PostgreSQL host: ${replacement_postgresql_host}")
13
14
+ wait_until_available($primary_host)
15
+ wait_until_available($replica_host)
16
+ wait_until_available($working_postgresql_host)
17
+ wait_until_available($failed_postgresql_host)
18
+ wait_until_available($replacement_postgresql_host)
19
+
20
$primary_fqdn = run_command('hostname -f', $primary_host).first['stdout'].chomp
21
$replica_fqdn = run_command('hostname -f', $replica_host).first['stdout'].chomp
22
$working_postgres_fqdn = run_command('hostname -f', $working_postgresql_host).first['stdout'].chomp
0 commit comments