Create repo README
This commit is contained in:
parent
f4901c6014
commit
736330b1b9
1 changed files with 29 additions and 0 deletions
29
README.md
Normal file
29
README.md
Normal 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
|
Loading…
Reference in a new issue