From 703f691df8fb82fdfd3d2febc892748eb7317126 Mon Sep 17 00:00:00 2001 From: Andrey Taranik Date: Wed, 25 May 2022 14:30:50 +0300 Subject: [PATCH] production inventory update (#1779) --- .circleci/ansible/production.hosts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/ansible/production.hosts b/.circleci/ansible/production.hosts index 2ed8f517f7..6cefd724d8 100644 --- a/.circleci/ansible/production.hosts +++ b/.circleci/ansible/production.hosts @@ -1,5 +1,6 @@ [pageservers] -zenith-1-ps-1 console_region_id=1 +#zenith-1-ps-1 console_region_id=1 +zenith-1-ps-2 console_region_id=1 [safekeepers] zenith-1-sk-1 console_region_id=1 @@ -15,4 +16,4 @@ console_mgmt_base_url = http://console-release.local bucket_name = zenith-storage-oregon bucket_region = us-west-2 etcd_endpoints = etcd-release.local:2379 -safekeeper_enable_s3_offload = true +safekeeper_enable_s3_offload = false