You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by dl...@apache.org on 2013/11/19 23:48:01 UTC

svn commit: r1543614 - in /incubator/aurora/site: publish/index.html source/index.html.md

Author: dlester
Date: Tue Nov 19 22:48:01 2013
New Revision: 1543614

URL: http://svn.apache.org/r1543614
Log:
Removes service discovery from the set of features mentioned on the Mesos homepage. Will be included in a future version.

Modified:
    incubator/aurora/site/publish/index.html
    incubator/aurora/site/source/index.html.md

Modified: incubator/aurora/site/publish/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/index.html?rev=1543614&r1=1543613&r2=1543614&view=diff
==============================================================================
--- incubator/aurora/site/publish/index.html (original)
+++ incubator/aurora/site/publish/index.html Tue Nov 19 22:48:01 2013
@@ -72,12 +72,12 @@
             <li>Deployment and scheduling of jobs</li>
             <li>The abstraction a &ldquo;job&rdquo; to bundle and manage Mesos tasks</li>
             <li>A rich DSL to define services</li>
-            <li>Health checking</li>
+
         </ul>
         </div>
         <div class="span5">
         <ul>
-            <li>Service discovery</li>
+            <li>Health checking</li>
             <li>Failure domain diversity</li>
             <li>Instant provisioning</li>
         </ul>

Modified: incubator/aurora/site/source/index.html.md
URL: http://svn.apache.org/viewvc/incubator/aurora/site/source/index.html.md?rev=1543614&r1=1543613&r2=1543614&view=diff
==============================================================================
--- incubator/aurora/site/source/index.html.md (original)
+++ incubator/aurora/site/source/index.html.md Tue Nov 19 22:48:01 2013
@@ -19,12 +19,12 @@
 			<li>Deployment and scheduling of jobs</li>
 			<li>The abstraction a "job" to bundle and manage Mesos tasks</li>
 			<li>A rich DSL to define services</li>
-			<li>Health checking</li>
+
 		</ul>
 		</div>
 		<div class="span5">
 		<ul>
-			<li>Service discovery</li>
+			<li>Health checking</li>
 			<li>Failure domain diversity</li>
 			<li>Instant provisioning</li>
 		</ul>