2019-05-01 23:39:31 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2019-07-24 21:01:42 +00:00
|
|
|
set -eEuo pipefail
|
2019-05-01 23:39:31 +00:00
|
|
|
|
2019-07-24 01:08:36 +00:00
|
|
|
# wait for bootstrap to apply config entries
|
|
|
|
wait_for_config_entry proxy-defaults global
|
|
|
|
wait_for_config_entry service-defaults s1
|
|
|
|
wait_for_config_entry service-defaults s2
|
2019-05-01 23:39:31 +00:00
|
|
|
|
2020-11-09 19:59:46 +00:00
|
|
|
register_services primary
|
|
|
|
|
2019-07-24 21:01:42 +00:00
|
|
|
gen_envoy_bootstrap s1 19000 primary
|
|
|
|
gen_envoy_bootstrap s2 19001 primary
|