d8cbeb56f915d2ad05a94d89c918dcb9578cdfc5
This is the third main feature of this system. The code needs a bunch of polish, but it actually all works :) I've tested this briefly with N <= 3. Currently you have to build your own etcd cluster. It's quite easy, just run `etcd` and it will be ready. I usually run it in a throw away /tmp/ dir so that I can blow away the stored data easily.
mgmt: This is: mgmt!
Documentation:
Please see: DOCUMENTATION.md or PDF.
Questions:
Come join us in #mgmtconfig on Freenode!
Examples:
Please look in the examples/ folder for usage. If none exist, please contribute one!
Notes:
- This is currently a research project into next generation config management technologies!
- This is my first complex project in golang, please notify me of any issues.
- I have some well thought out designs for the future of this project, which I'll try and write up clearly and publish as soon as possible.
- Please don't expect stable interfaces, code, or any data safety.
- This design is the result of ideas I've had from hacking on advanced config management projects.
- I first started hacking on this in ~2013, even though I had very little time for it.
- I couldn't think of a good name for the project, so it's now being called
mgmtuntil someone contributes a better one! - I've published a number of articles about this tool:
- TODO
- There are some screencasts available:
- TODO
Dependencies:
- golang (required, available in most distros)
- pandoc (optional, for building a pdf of the documentation)
- graphviz (optional, for building a visual representation of the graph)
Patches:
We'd love to have your patch! Please send it by email, or as a pull request.
Happy hacking!
Description
Languages
Go
95%
Shell
2.3%
Yacc
0.9%
Makefile
0.8%
JavaScript
0.4%
Other
0.6%


