Commit Graph

344 Commits (master)

Author SHA1 Message Date
Alex Vanin c5b611e6cf Add storage engine configuration for storage nodes
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-12-15 14:28:02 +03:00
Evgeniy Kulikov 5409d78e3c macOS workaround
Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
2020-12-14 10:28:36 +03:00
Evgeniy Kulikov ffd549be4d Update to new NeoFS S3 release
- fixes for newest s3 api
- add listen domain option

Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
2020-12-10 18:36:07 +03:00
Evgeniy Kulikov 2e39b32cac Update HTTP Gate
Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
2020-12-04 10:42:47 +03:00
Stanislav Bogatyrev d5ad9f6df5 Add protocol gateway docs
Brief descriptions for http and s3 protocol gateways.

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-12-03 15:12:11 +03:00
Stanislav Bogatyrev 64ec80db58 Use separate key for http protocol gateway node
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-12-03 15:12:11 +03:00
Stanislav Bogatyrev 88d0fbc873 Update FAQ with key export instructions
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-12-03 15:12:11 +03:00
Stanislav Bogatyrev 162481a47a Bind HTTP protocol gateway on port 80
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-12-03 15:12:11 +03:00
Stanislav Bogatyrev 178ddfa8d3 Update documentation
Brief descriptions of newly added services and minor README updates.

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-12-03 15:12:11 +03:00
Evgeniy Kulikov 369b237095 Update to HTTP GW release
Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
2020-12-03 14:07:30 +03:00
Stanislav Bogatyrev a1d56e6b55 Minor Makefile fixes
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-12-01 17:35:35 +03:00
Stanislav Bogatyrev 68e552e563 Fix S3 Protocol Gateway env file
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-12-01 17:35:35 +03:00
KickSeason ea32b6a7b0 fix hosts
Signed-off-by: KickSeason <ztgoforit@163.com>
2020-12-01 14:41:09 +03:00
Evgeniy Kulikov a3b2dfbff3 Add S3 Gate
Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
2020-12-01 14:18:58 +03:00
Evgeniy Kulikov 389e0dd62b Add HTTP Gate
Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
2020-11-27 22:36:48 +03:00
Alex Vanin 9c455e1832 Update neofs-node to v0.12.1
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-11-25 16:33:27 +03:00
Stanislav Bogatyrev 6008f1f42a Add `prepare.` make targets for services
It may be useful to have make targets that will help to prepare service
environment for specific tasks.

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-11-22 07:45:16 +03:00
Stanislav Bogatyrev 70b55aab4f Add script to make NeoFS deposit
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-11-22 07:45:16 +03:00
Alex Vanin e37c18b45f Add notification endpoint explicitly
Now node has default value for notification endpoint
but it won't last forever, so it is better to
set it up explicitly.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-11-18 16:18:41 +03:00
Alex Vanin d8670279e3 Update docs for preview4 environment
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-11-18 11:18:17 +03:00
Alex Vanin 2d91848c67 Update neofs-node to v0.12.0
With this commit:
* sidechain produces block per second,
* inner ring nodes emit gas through alphabet contracts,
* storage nodes re-bootstrap every couple of epochs, otherwise
they will be removed from netmap.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-11-18 10:13:44 +03:00
Alex Vanin e5f3b37bd3 Update neo environment for pre-preview4 version
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-11-02 15:21:49 +03:00
Alex Vanin 86b87e6bc8 Update neofs images to v0.12.0-rc2
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-10-26 15:57:29 +03:00
Alex Vanin 7708f164ae Do not run emit worker on dev-env environment
Invocations of non-existed contracts make whole
environment unstable. It will be fixed later
with new neo-go releases and new environment dumps
that will container alphabet contracts.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-10-15 17:37:27 +03:00
Alex Vanin ad68d73b71 Add alphabet contracts config for inner ring
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-10-14 18:07:07 +03:00
Alex Vanin 220e85e045 Update neofs node images to v0.12.0-rc1
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-10-07 22:15:48 +03:00
Stanislav Bogatyrev e961b8c4a9 Reformat wallet for humans to read it
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-09-29 15:20:19 +03:00
Stanislav Bogatyrev 14430a9e00 Update README and docs
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-09-29 15:20:19 +03:00
Stanislav Bogatyrev 1a8f5bd112 Add README and related docs
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-09-25 16:20:34 +03:00
Stanislav Bogatyrev c319267227 Add GH action to check DCO
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-09-25 15:58:23 +03:00
Alex Vanin 967abe6b51 Add wallet for neofs deposit
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-09-24 18:05:31 +03:00
Alex Vanin bb58899dba Update image versions
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-09-24 18:05:31 +03:00
Alex Vanin 1d8e79c0e4 Add storage node attributes
Also fix indent for env vars.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-09-24 18:04:25 +03:00
Stanislav Bogatyrev a4cb92016f Restart IR and Storage on failures
Removing useless container health checks and just making IR and Storage nodes to
restart on failure. NeoFS daemons should do all they can to survive.

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-09-24 13:50:34 +03:00
Stanislav Bogatyrev 7d8fbc7754 Use common /etc/hosts
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-09-24 12:34:33 +03:00
Alex Vanin bdb2eb6d67 Update chain dump with seven inner ring nodes 2020-09-24 00:14:32 +03:00
Stanislav Bogatyrev d0cfbcd95a Move start-stop order to single config
Now .services file defines list and order of services to start and stop.

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-09-24 00:14:32 +03:00
Stanislav Bogatyrev 959d994ae5 Add local devenv domain
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-09-23 09:54:19 +03:00
Alex Vanin a2df248141 [#2] Prepare environment for preview-3
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-09-22 18:03:14 +03:00
anatoly@nspcc.ru 585031f1ba Reduce block generation time
To reduce integration tests run time, reduce the block generation time to 5
seconds
2020-09-22 18:01:35 +03:00
Stanislav Bogatyrev fb50d30a2b Fix chain dump download URL 2020-07-26 22:05:24 +03:00
alexvanin 9f05ed3d0f Update neofs-node to v0.11.0
This commit:
  - removes unused .drone.yml,
  - updates neofs-node and neofs-cli up to v0.11.0,
  - updates chain dumps.
2020-07-24 18:02:06 +03:00
Stanislav Bogatyrev 4783b763cd Change chain dump download locations 2020-07-12 00:10:21 +03:00
alexvanin 4ea09ba995 Initial commit 2020-07-10 18:33:27 +03:00