From 241e5497574146f7c29775ffdd311b801a5cc78c Mon Sep 17 00:00:00 2001 From: Sergey Melnikov Date: Tue, 11 Oct 2022 01:07:19 +0300 Subject: [PATCH] Switch neon-stress etcd to dedicatd instance (#2602) --- .github/ansible/neon-stress.hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ansible/neon-stress.hosts b/.github/ansible/neon-stress.hosts index 750fd8106a..c1bc8243f8 100644 --- a/.github/ansible/neon-stress.hosts +++ b/.github/ansible/neon-stress.hosts @@ -16,5 +16,5 @@ env_name = neon-stress console_mgmt_base_url = http://neon-stress-console.local bucket_name = neon-storage-ireland bucket_region = eu-west-1 -etcd_endpoints = etcd-stress.local:2379 +etcd_endpoints = neon-stress-etcd.local:2379 safekeeper_enable_s3_offload = false