You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2016/07/05 16:08:09 UTC

mesos git commit: Added DevOps category and Vamp.

Repository: mesos
Updated Branches:
  refs/heads/master 0751cadf8 -> bb965cf48


Added DevOps category and Vamp.

This closes #127


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/bb965cf4
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/bb965cf4
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/bb965cf4

Branch: refs/heads/master
Commit: bb965cf48ad742ef09ef7c1019db7c221139ecd3
Parents: 0751cad
Author: Gina <gh...@gmail.com>
Authored: Tue Jul 5 18:07:30 2016 +0200
Committer: Michael Park <mp...@apache.org>
Committed: Tue Jul 5 18:07:49 2016 +0200

----------------------------------------------------------------------
 docs/frameworks.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/bb965cf4/docs/frameworks.md
----------------------------------------------------------------------
diff --git a/docs/frameworks.md b/docs/frameworks.md
index 7bbefcd..2dfdfdb 100644
--- a/docs/frameworks.md
+++ b/docs/frameworks.md
@@ -4,6 +4,10 @@ layout: documentation
 ---
 # Software Projects Built on Mesos
 
+## DevOps tooling
+
+* [Vamp](http://http://vamp.io) is a deployment and workflow tool for container orchestration systems, including Mesos/Marathon. It brings canary releasing, A/B testing, auto scaling and self healing through a web UI, CLI and REST API.
+
 ## Long Running Services
 
 * [Aurora](http://aurora.apache.org) is a service scheduler that runs on top of Mesos, enabling you to run long-running services that take advantage of Mesos' scalability, fault-tolerance, and resource isolation.