forked from TrueCloudLab/frostfs-dev-env
[#124] Update neofs-node to v0.23.1
Do not update neo-go to v0.97.1, because it breakes pre-defined chain dump. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
a011d6701d
commit
8cc58cc639
4 changed files with 17 additions and 14 deletions
|
@ -32,6 +32,8 @@ NEOFS_MORPH_NOTIFICATION_ENDPOINT=ws://morph_chain:30333/ws
|
|||
## Dial timeout to connect to notification endpoint
|
||||
## Default: 5s
|
||||
#NEOFS_MORPH_DIAL_TIMEOUT=1m
|
||||
# Disable side chain caches
|
||||
#NEOFS_MORPH_DISABLE_CACHE=true
|
||||
|
||||
# Main chain section
|
||||
## Endpoints of main chain RPC nodes (comma-separated)
|
||||
|
@ -54,6 +56,9 @@ NEOFS_CONTRACTS_CONTAINER=92c2e316c3ee3cb8993dd0b70ad863e6a23e1cb3
|
|||
NEOFS_CONTRACTS_NETMAP=7d089f3e06749fdff9be6d01a7913a643fd02bf6
|
||||
NEOFS_CONTRACTS_REPUTATION=eca6ab6c8a2c37c3e2468b5472298c19002dba01
|
||||
|
||||
# Common storage node attribute
|
||||
NEOFS_NODE_ATTRIBUTE_0=User-Agent:NeoFS\/0.23
|
||||
|
||||
# Object section
|
||||
## Worker pool capacity of API Object.Put client calls
|
||||
## Default: 10
|
||||
|
|
|
@ -26,8 +26,8 @@ services:
|
|||
- NEOFS_NODE_ADDRESSES=s01.${LOCAL_DOMAIN}:8080
|
||||
- NEOFS_GRPC_0_ENDPOINT=s01.${LOCAL_DOMAIN}:8080
|
||||
- NEOFS_CONTROL_GRPC_ENDPOINT=s01.${LOCAL_DOMAIN}:8081
|
||||
- NEOFS_NODE_ATTRIBUTE_0=UN-LOCODE:RU MOW
|
||||
- NEOFS_NODE_ATTRIBUTE_1=Price:22
|
||||
- NEOFS_NODE_ATTRIBUTE_1=UN-LOCODE:RU MOW
|
||||
- NEOFS_NODE_ATTRIBUTE_2=Price:22
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "/healthcheck.sh"]
|
||||
interval: 2s
|
||||
|
@ -59,8 +59,8 @@ services:
|
|||
- NEOFS_NODE_ADDRESSES=s02.${LOCAL_DOMAIN}:8080
|
||||
- NEOFS_GRPC_0_ENDPOINT=s02.${LOCAL_DOMAIN}:8080
|
||||
- NEOFS_CONTROL_GRPC_ENDPOINT=s02.${LOCAL_DOMAIN}:8081
|
||||
- NEOFS_NODE_ATTRIBUTE_0=UN-LOCODE:RU LED
|
||||
- NEOFS_NODE_ATTRIBUTE_1=Price:33
|
||||
- NEOFS_NODE_ATTRIBUTE_1=UN-LOCODE:RU LED
|
||||
- NEOFS_NODE_ATTRIBUTE_2=Price:33
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "/healthcheck.sh"]
|
||||
interval: 2s
|
||||
|
@ -92,8 +92,8 @@ services:
|
|||
- NEOFS_NODE_ADDRESSES=s03.${LOCAL_DOMAIN}:8080
|
||||
- NEOFS_GRPC_0_ENDPOINT=s03.${LOCAL_DOMAIN}:8080
|
||||
- NEOFS_CONTROL_GRPC_ENDPOINT=s03.${LOCAL_DOMAIN}:8081
|
||||
- NEOFS_NODE_ATTRIBUTE_0=UN-LOCODE:SE STO
|
||||
- NEOFS_NODE_ATTRIBUTE_1=Price:11
|
||||
- NEOFS_NODE_ATTRIBUTE_1=UN-LOCODE:SE STO
|
||||
- NEOFS_NODE_ATTRIBUTE_2=Price:11
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "/healthcheck.sh"]
|
||||
interval: 2s
|
||||
|
@ -131,8 +131,8 @@ services:
|
|||
- NEOFS_GRPC_1_TLS_ENABLED=true
|
||||
- NEOFS_GRPC_1_TLS_CERTIFICATE=/tls.crt
|
||||
- NEOFS_GRPC_1_TLS_KEY=/tls.key
|
||||
- NEOFS_NODE_ATTRIBUTE_0=UN-LOCODE:FI HEL
|
||||
- NEOFS_NODE_ATTRIBUTE_1=Price:44
|
||||
- NEOFS_NODE_ATTRIBUTE_1=UN-LOCODE:FI HEL
|
||||
- NEOFS_NODE_ATTRIBUTE_2=Price:44
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "/healthcheck.sh"]
|
||||
interval: 2s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue