nspcc-dev / neofs-dev-env

NeoFS local Development and Testing environment
https://fs.neo.org
GNU General Public License v3.0
9 stars 25 forks source link

Update neofs components #218

Closed fyrchik closed 2 years ago

fyrchik commented 2 years ago

Signed-off-by: Evgenii Stratonikov evgeniy@nspcc.ru

fyrchik commented 2 years ago

@alexvanin @KirillovDenis do gateways need any config changes?

alexvanin commented 2 years ago

Yep. s3/docker-compose: S3_GW_WALLET=/wallet.json -> S3_GW_WALLET_PATH=/wallet.json

KirillovDenis commented 2 years ago

Yep. s3/docker-compose: S3_GW_WALLET=/wallet.json -> S3_GW_WALLET_PATH=/wallet.json

and
S3_GW_LISTEN_DOMAINS_0 -> S3_GW_LISTEN_DOMAINS

fyrchik commented 2 years ago

@KirillovDenis I have looked on master and it is still an array there https://github.com/nspcc-dev/neofs-s3-gw/blob/master/config/config.yaml#L35 , is it expected?

KirillovDenis commented 2 years ago

@KirillovDenis I have looked on master and it is still an array there https://github.com/nspcc-dev/neofs-s3-gw/blob/master/config/config.yaml#L35 , is it expected?

yes

alexvanin commented 2 years ago

@fyrchik by the way, can we add some useful changes from nightly in the master as well?

1) https://github.com/nspcc-dev/neofs-dev-env/pull/214/commits/24a9c5c3f3311369b36b4c6bddee2ae89d8ced7d force volume remove so it doesn't produce error if volume is already removed

2) https://github.com/nspcc-dev/neofs-dev-env/pull/213/commits/a53823624ade65cc46d19924861e01ee6ee3f39d remove hardcoded image location from neo-go and debian images.

fyrchik commented 2 years ago

@alexvanin I let's do it in another PR