Create repo README

This commit is contained in:
Vitaliy Potyarkin 2024-09-30 13:30:15 +00:00
parent f4901c6014
commit 736330b1b9

29
README.md Normal file
View file

@ -0,0 +1,29 @@
# 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.
[frostfs-aio]: https://git.frostfs.info/TrueCloudLab/frostfs-aio
[frostfs-dev-env]: https://git.frostfs.info/TrueCloudLab/frostfs-dev-env
## 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