軟件配置管理工具 mgmt

mgmt 是一個分布式的,事件驅動的配置管理工具。該工具支持并行執行,其 librarification 作為新的及已存在的軟件的基礎管理工具。

Examples:

Please look in the examples/ folder!

Bugs:

Please set the DEBUG constant in main.go to true, and post the logs when you report the issue. There are currently a few known bugs which I hope to squash soon.

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.
  • The interfaces and code are not yet stable. Please run in development environments only!
  • 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've published a number of articles about this tool:
  • There are some screencasts available:
    • TODO

Dependencies:

  • golang (required, available in most distros)
  • golang libraries (required, available with go get) go get github.com/coreos/etcd/client go get gopkg.in/yaml.v2 go get gopkg.in/fsnotify.v1 go get github.com/codegangsta/cli go get github.com/coreos/go-systemd/dbus go get github.com/coreos/go-systemd/util
  • 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!

項目地址: https://github.com/purpleidea/mgmt

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!