2020-07-10 18:14:30 +03:00
|
|
|
# Basenet settings
|
2020-09-22 11:47:39 +03:00
|
|
|
LOCAL_DOMAIN=neofs.devenv
|
|
|
|
IPV4_PREFIX=192.168.130
|
2021-06-10 16:25:02 +03:00
|
|
|
CA_CERTS_TRUSTED_STORE=/etc/ssl/certs
|
2020-07-10 18:14:30 +03:00
|
|
|
|
2022-06-07 10:11:57 +03:00
|
|
|
# Bastion image
|
|
|
|
BASTION_VERSION=10
|
|
|
|
BASTION_IMAGE=debian
|
|
|
|
|
2020-07-10 18:14:30 +03:00
|
|
|
# NeoGo privnet
|
2022-06-07 14:23:00 +03:00
|
|
|
#CHAIN_PATH="/path/to/devenv.dump.gz"
|
2022-08-23 12:48:33 +03:00
|
|
|
CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.15.5/devenv_mainchain_notary_disabled.gz"
|
2022-09-16 16:54:40 +03:00
|
|
|
NEOGO_VERSION=0.99.3-2-gaa57779d
|
2022-06-07 10:11:57 +03:00
|
|
|
NEOGO_IMAGE=nspccdev/neo-go
|
2020-07-10 18:14:30 +03:00
|
|
|
|
2020-09-25 23:36:46 +03:00
|
|
|
# NeoFS InnerRing nodes
|
2022-09-15 14:31:56 +03:00
|
|
|
IR_VERSION=0.32.0
|
2020-09-16 16:08:53 +03:00
|
|
|
IR_IMAGE=nspccdev/neofs-ir
|
2020-07-10 18:14:30 +03:00
|
|
|
|
2020-09-25 23:36:46 +03:00
|
|
|
# NeoFS Storage nodes
|
2022-09-15 14:31:56 +03:00
|
|
|
NODE_VERSION=0.32.0
|
2020-09-22 11:47:39 +03:00
|
|
|
NODE_IMAGE=nspccdev/neofs-storage
|
2020-11-27 17:02:49 +03:00
|
|
|
|
2022-02-09 19:58:35 +03:00
|
|
|
# NATS Server
|
|
|
|
NATS_VERSION=2.7.2
|
|
|
|
NATS_IMAGE=nats
|
|
|
|
|
2020-11-27 17:02:49 +03:00
|
|
|
# HTTP Gate
|
2022-09-15 14:31:56 +03:00
|
|
|
HTTP_GW_VERSION=0.24.0
|
2021-05-18 10:52:47 +03:00
|
|
|
HTTP_GW_IMAGE=nspccdev/neofs-http-gw
|
2020-12-01 11:02:00 +03:00
|
|
|
|
2022-09-21 13:26:19 +03:00
|
|
|
# REST Gate
|
|
|
|
REST_GW_VERSION=0.4.0
|
|
|
|
REST_GW_IMAGE=nspccdev/neofs-rest-gw
|
|
|
|
|
2020-12-01 11:02:00 +03:00
|
|
|
# S3 Gate
|
2022-09-15 14:31:56 +03:00
|
|
|
S3_GW_VERSION=0.24.0
|
2021-06-10 21:18:18 +03:00
|
|
|
S3_GW_IMAGE=nspccdev/neofs-s3-gw
|
2021-02-09 18:57:37 +03:00
|
|
|
|
2022-06-07 14:23:00 +03:00
|
|
|
# Coredns
|
2021-11-23 09:44:19 +03:00
|
|
|
COREDNS_VERSION=v016
|
|
|
|
COREDNS_IMAGE=nspccdev/coredns
|
|
|
|
|
2021-02-09 18:57:37 +03:00
|
|
|
# NeoFS LOCODE database
|
2021-11-02 18:29:20 +03:00
|
|
|
LOCODE_DB_URL=https://github.com/nspcc-dev/neofs-locode-db/releases/download/v0.2.1/locode_db.gz
|
2021-02-09 18:57:37 +03:00
|
|
|
#LOCODE_DB_PATH=/path/to/locode_db
|
2021-06-29 22:27:54 +03:00
|
|
|
|
|
|
|
# NeoFS CLI binary
|
2022-09-15 14:31:56 +03:00
|
|
|
NEOFS_CLI_URL=https://github.com/nspcc-dev/neofs-node/releases/download/v0.32.0/neofs-cli-amd64.tar.gz
|
2021-06-29 22:27:54 +03:00
|
|
|
#NEOFS_CLI_PATH=/path/to/neofs-cli-binary
|
2022-09-08 18:18:53 +03:00
|
|
|
|
|
|
|
# NeoFS ADM tool binary
|
2022-09-15 14:31:56 +03:00
|
|
|
NEOFS_ADM_VERSION=v0.32.0
|
2022-09-08 18:18:53 +03:00
|
|
|
NEOFS_ADM_URL=https://github.com/nspcc-dev/neofs-node/releases/download/${NEOFS_ADM_VERSION}/neofs-adm-amd64.tar.gz
|
2022-09-08 18:26:04 +03:00
|
|
|
#NEOFS_ADM_PATH=/path/to/neofs-adm-binary
|
2022-09-08 18:18:53 +03:00
|
|
|
|
|
|
|
# Compiled NeoFS Smart Contracts
|
|
|
|
NEOFS_CONTRACTS_VERSION=v0.15.5
|
|
|
|
NEOFS_CONTRACTS_URL=https://github.com/nspcc-dev/neofs-contract/releases/download/${NEOFS_CONTRACTS_VERSION}/neofs-contract-${NEOFS_CONTRACTS_VERSION}.tar.gz
|
2022-09-08 18:26:04 +03:00
|
|
|
#NEOFS_CONTRACTS_PATH=/path/to/unpacked/neofs-contracts-dir
|