From da19799c3789aea1b67f74c7baa6139889e8f4d2 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 6 Aug 2021 19:38:36 +0300 Subject: [PATCH] [#754] config/testnet: Update neofs-node to v0.23.1 Add pre-defined User-Agent attribute. Signed-off-by: Alex Vanin --- config/testnet/config.yml | 1 + config/testnet/docker-compose.yml | 2 +- config/testnet/node_config.env | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/testnet/config.yml b/config/testnet/config.yml index 056f33d3..0e767027 100644 --- a/config/testnet/config.yml +++ b/config/testnet/config.yml @@ -29,6 +29,7 @@ contracts: node: key: /node.key attribute_0: Deployed:SelfHosted + attribute_1: User-Agent:NeoFS\/0.23 metrics: address: 127.0.0.1:9090 diff --git a/config/testnet/docker-compose.yml b/config/testnet/docker-compose.yml index b76d79b2..90401e0d 100644 --- a/config/testnet/docker-compose.yml +++ b/config/testnet/docker-compose.yml @@ -3,7 +3,7 @@ version: "2.4" services: storage01: - image: nspccdev/neofs-storage-testnet:0.23.0 + image: nspccdev/neofs-storage-testnet:0.23.1 container_name: neofs-testnet env_file: node_config.env network_mode: host diff --git a/config/testnet/node_config.env b/config/testnet/node_config.env index 52e9db1a..23041c1b 100644 --- a/config/testnet/node_config.env +++ b/config/testnet/node_config.env @@ -19,9 +19,9 @@ NEOFS_GRPC_NUM=1 #https://unece.org/trade/cefact/unlocode-code-list-country-and-territory # Find suitable LOCODE (from the link above) for your storage node. # -#NEOFS_NODE_ATTRIBUTE_1=UN-LOCODE: -#NEOFS_NODE_ATTRIBUTE_1=UN-LOCODE:RU LED -NEOFS_NODE_ATTRIBUTE_1= +#NEOFS_NODE_ATTRIBUTE_2=UN-LOCODE: +#NEOFS_NODE_ATTRIBUTE_2=UN-LOCODE:RU LED +NEOFS_NODE_ATTRIBUTE_2= -NEOFS_NODE_ATTRIBUTE_2=Price:100000 +NEOFS_NODE_ATTRIBUTE_3=Price:100000