Learn FrostFS network bringup from first principles
bin | ||
http-gw | ||
innerring | ||
morph | ||
s3-gw | ||
storage | ||
.gitignore | ||
Makefile | ||
README.md |
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