mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
678adb3154
Add peering integration tests.
13 lines
341 B
Bash
13 lines
341 B
Bash
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
wait_for_config_entry ingress-gateway ingress-gateway
|
|
wait_for_config_entry proxy-defaults global
|
|
wait_for_config_entry service-resolver s2
|
|
wait_for_config_entry service-resolver virtual-s2
|
|
|
|
register_services primary
|
|
|
|
gen_envoy_bootstrap ingress-gateway 20000 primary true
|
|
gen_envoy_bootstrap s2 19001 primary |