Learn FrostFS network bringup from first principles
Find a file
2024-09-30 16:33:50 +03:00
bin Move tools installation into top-level Makefile 2024-09-17 08:49:13 +00:00
http-gw Add http gateway(s) 2024-09-27 13:51:24 +00:00
innerring Bring up storage nodes 2024-09-25 13:39:26 +00:00
morph Add s3 gateway(s) 2024-09-30 13:23:58 +00:00
s3-gw Add s3 gateway(s) 2024-09-30 13:23:58 +00:00
storage Add s3 gateway(s) 2024-09-30 13:23:58 +00:00
.gitignore Generate alphabet wallets 2024-09-13 15:33:02 +00:00
Makefile Add s3 gateway(s) 2024-09-30 13:23:58 +00:00
README.md Create repo README 2024-09-30 16:33:50 +03:00

Semiautomated FrostFS network bringup

This repo contains scripts to launch a toy deployment of FrostFS on a single computer. It is similar to frostfs-aio and frostfs-dev-env but:

  • This repo is a lot less polished
  • We make no assumptions about the number of alphabet and storage nodes. Number of nodes for each component may be tweaked via NODE_COUNT variable.

Usage

  • Switch to a component directory
  • Execute make up and follow error messages

Bringup order

Required components

  • morph
  • innerring
  • storage

Optional components

  • http-gw
  • s3-gw