diff --git a/README.md b/README.md new file mode 100644 index 0000000..a636d0a --- /dev/null +++ b/README.md @@ -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