open-consul/test/integration/connect/envoy/case-cfg-resolver-cluster-peering-failover/alpha/setup.sh
R.B. Boyer 37771ad847
test: fix envoy integration tests to explicitly create config entries (#15269)
This is instead of the current behavior where we feed the config entries in using the config_entries.bootstrap configuration which oddly races against other setup code in some circumstances.

I converted ALL tests to explicitly create config entries.
2022-11-07 10:02:04 -06:00

31 lines
430 B
Bash

#!/bin/bash
set -euo pipefail
upsert_config_entry alpha '
kind = "proxy-defaults"
name = "global"
config {
protocol = "tcp"
}
'
upsert_config_entry alpha '
kind = "exported-services"
name = "default"
services = [
{
name = "s2"
consumers = [
{
peer = "alpha-to-primary"
}
]
}
]
'
register_services alpha
gen_envoy_bootstrap s2 19002 alpha
gen_envoy_bootstrap mesh-gateway 19003 alpha true