You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by dl...@apache.org on 2014/04/10 21:14:53 UTC

svn commit: r1586430 - in /mesos/site: publish/ publish/assets/img/documentation/ publish/blog/ publish/blog/mesos-0-18-0-released/ source/ source/assets/img/documentation/ source/blog/

Author: dlester
Date: Thu Apr 10 19:14:53 2014
New Revision: 1586430

URL: http://svn.apache.org/r1586430
Log:
Update Mesos blog and homepage to announce the release of 0.18.0.

Added:
    mesos/site/publish/assets/img/documentation/containerizer_isolator_api.png   (with props)
    mesos/site/publish/blog/mesos-0-18-0-released/
    mesos/site/publish/blog/mesos-0-18-0-released/index.html
    mesos/site/source/assets/img/documentation/containerizer_isolator_api.png   (with props)
    mesos/site/source/blog/2014-04-10-mesos-0-18-0-released.md
Modified:
    mesos/site/publish/blog/index.html
    mesos/site/publish/index.html
    mesos/site/publish/sitemap.xml
    mesos/site/source/index.html.md

Added: mesos/site/publish/assets/img/documentation/containerizer_isolator_api.png
URL: http://svn.apache.org/viewvc/mesos/site/publish/assets/img/documentation/containerizer_isolator_api.png?rev=1586430&view=auto
==============================================================================
Binary file - no diff available.

Propchange: mesos/site/publish/assets/img/documentation/containerizer_isolator_api.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: mesos/site/publish/blog/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/blog/index.html?rev=1586430&r1=1586429&r2=1586430&view=diff
==============================================================================
--- mesos/site/publish/blog/index.html (original)
+++ mesos/site/publish/blog/index.html Thu Apr 10 19:14:53 2014
@@ -96,6 +96,11 @@
 	<div class="col-md-9">
 		
 		  <article>
+		  	<h2><a href="/blog/mesos-0-18-0-released/">Mesos 0.18.0 Released</a></h2>
+			<p><em>Posted by Ian Downes, April 10, 2014</em></p>
+		  </article>
+		
+		  <article>
 		  	<h2><a href="/blog/mesos-community-update-1/">Mesos Community Update #1</a></h2>
 			<p><em>Posted by Matt Trifiro, March 28, 2014</em></p>
 		  </article>

Added: mesos/site/publish/blog/mesos-0-18-0-released/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/blog/mesos-0-18-0-released/index.html?rev=1586430&view=auto
==============================================================================
--- mesos/site/publish/blog/mesos-0-18-0-released/index.html (added)
+++ mesos/site/publish/blog/mesos-0-18-0-released/index.html Thu Apr 10 19:14:53 2014
@@ -0,0 +1,182 @@
+<!DOCTYPE html>
+<!--
+
+		 ______                           __                
+		/\  _  \                         /\ \               
+		\ \ \L\ \  _____      __      ___\ \ \___      __   
+		 \ \  __ \/\ '__`\  /'__`\   /'___\ \  _ `\  /'__`\ 
+		  \ \ \/\ \ \ \L\ \/\ \L\.\_/\ \__/\ \ \ \ \/\  __/ 
+		   \ \_\ \_\ \ ,__/\ \__/.\_\ \____\\ \_\ \_\ \____\
+		    \/_/\/_/\ \ \/  \/__/\/_/\/____/ \/_/\/_/\/____/
+		             \ \_\                                  
+		              \/_/                                  
+                                                    
+		       /'\_/`\                                      
+		      /\      \     __    ____    ___     ____      
+		      \ \ \__\ \  /'__`\ /',__\  / __`\  /',__\     
+		       \ \ \_/\ \/\  __//\__, `\/\ \L\ \/\__, `\    
+		        \ \_\\ \_\ \____\/\____/\ \____/\/\____/    
+		         \/_/ \/_/\/____/\/___/  \/___/  \/___/     
+
+-->
+<html>
+    <head>
+        <meta charset="utf-8">
+        <title>Mesos 0.18.0 Released</title>
+		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+		    <meta name="description" content="">
+		    <meta name="author" content="">
+
+		    <!-- Le styles -->
+				<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
+		    
+		    <link href="../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+				
+				
+			
+			<!-- Google Analytics Magic -->
+			<script type="text/javascript">
+			  var _gaq = _gaq || [];
+			  _gaq.push(['_setAccount', 'UA-20226872-1']);
+			  _gaq.push(['_setDomainName', 'apache.org']);
+			  _gaq.push(['_trackPageview']);
+
+			  (function() {
+			    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+			    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+			    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+			  })();
+			</script>
+    </head>
+    <body>			
+			<!-- navbar excitement -->
+	    <div class="navbar navbar-static-top" role="navigation">
+	      <div class="navbar-inner">
+	        <div class="container">
+						<a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a>
+					<div class="nav-collapse">
+						<ul class="nav nav-pills navbar-right">
+						  <li><a href="/gettingstarted/">Getting Started</a></li>
+						  <li><a href="/documentation/latest/">Documentation</a></li>
+						  <li><a href="/downloads/">Downloads</a></li>
+						  <li><a href="/community/">Community</a></li>
+						</ul>
+					</div>
+	        </div>
+	      </div>
+	    </div><!-- /.navbar -->
+
+      <div class="container">
+
+			<!-- magical breadcrumbs -->
+			<ul class="breadcrumb">
+			  <li>
+					<div class="dropdown">
+					  <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation <b class="caret"></b></a>
+					  <ul class="dropdown-menu" role="menu">
+							<li><a href="http://www.apache.org">Apache Homepage</a></li>
+							<li><a href="http://www.apache.org/licenses/">License</a></li>
+					  	<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>  
+					  	<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+							<li><a href="http://www.apache.org/security/">Security</a></li>
+					  </ul>
+					</div>
+				</li>
+				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+				
+				
+					<li><a href="/blog
+/">Blog
+</a></li>
+				
+				
+			</ul><!-- /breadcrumb -->
+
+			<div class="row">
+
+<div class="col-md-3">
+	<div class="meta">
+		<span class="author">
+			
+			<span class="author_contact">
+			  <p><strong>Ian Downes</strong></p>
+			  <p><a href="http://twitter.com/ndwns">@ndwns</a></p>
+			</span>
+		</span>
+		<p><em>Posted April 10, 2014</em></p>
+	</div>
+	
+	<div class="share">
+		<span class="social-share-button"><a href="https://twitter.com/share" class="twitter-share-button" data-via="apachemesos">Tweet</a></span>
+		
+		<span><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></span>
+
+		<span><div class="g-plusone" data-size="medium"></div></span>
+
+		<!-- Place this tag after the last +1 button tag. -->
+		<script type="text/javascript">
+		  (function() {
+		    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
+		    po.src = 'https://apis.google.com/js/plusone.js';
+		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
+		  })();
+		</script>
+		
+		<script src="//platform.linkedin.com/in.js" type="text/javascript">
+		 lang: en_US
+		</script>
+		<script type="IN/Share" data-counter="right"></script>
+	</div>
+</div>
+
+<div class="post col-md-9">
+	<h1>Mesos 0.18.0 Released</h1>
+	
+	<p>The latest Mesos release, <a href="http://mesos.apache.org/downloads/">0.18.0</a> is now available for <a href="http://mesos.apache.org/downloads">download</a>. A major part of the 0.18.0 release is a refactor of the project’s isolation strategy, making it easier to develop and use different isolation technologies with Mesos including alternative implementations. The refactor does not introduce any new isolation features; instead, we’ve established a set of APIs that others can use to extend Mesos.</p>
+
+<h2>Isolation -> Containerization</h2>
+
+<p>The first change is in terminology. The Mesos Slave now uses a Containerizer to provide an environment for each executor and its tasks to run in. Containerization includes resource isolation but is a more general concept that can encompass such things as packaging.</p>
+
+<h2>Containerizer API</h2>
+
+<p>The Containerizer API specifies the interface between the slave and a Containerizer. An internal containerization implementation, called MesosContainerizer, includes all isolation features present in earlier releases of Mesos: basic isolation on Posix systems and CPU and memory isolation using Cgroups on Linux systems.</p>
+
+<p>One of the goals of the refactor was to enable alternative containerizer implementations. In particular, we encourage the community to add containerizer implementations which <em>delegate</em> containerization to other, existing technologies, e.g., LXC, Docker, VMware, Virtualbox, KVM and others.</p>
+
+<p>The folks at <a href="http://mesosphere.io">Mesosphere</a> are working on one approach for a general ExternalContainerizer which provides a simple shim interface between the Mesos slave and an external program that performs isolation. When complete, the ExternalContainerizer could connect to any external containerizer such as, for example, <a href="https://github.com/mesosphere/deimos">Deimos</a>, another Mesosphere project, to use Docker for containerization.</p>
+
+<h2>Isolator API</h2>
+
+<p>A second goal of the refactor was to make it easier to both develop and use different isolation components of the MesosContainerizer. To do this, we separated the coordination logic from the isolation logic. Users of Mesos now have more granular control over which isolation components a slave uses.</p>
+
+<p>MesosContainerizer accepts a list of Isolators, each implementing the Isolator API, to isolate resources. For example, the CgroupsMemIsolator uses the memory cgroup subsystem on Linux to limit the amount of memory available to an executor. We have plans to release new Isolators including a NetworkIsolator, a FilesystemIsolator, and a DiskIsolator and also to support isolation features provided by Linux namespaces such as pid and user namespaces.</p>
+
+<p><img src="/assets/img/documentation/containerizer_isolator_api.png" alt="Mesos Containerizer Isolator APIs" /></p>
+
+<h2>Cgroup layout change</h2>
+
+<p>While we were doing the refactor we took the opportunity to update the cgroup layout to current best practices, making it easier to run Mesos on recent Linux distributions and alongside other cgroup users such as LXC, Docker, and systemd. The expected layout has changed from a single mount point for all controllers to a separate mount point for each controller. This change requires reconfiguring the host system for every slave and we highly recommend a system reboot.</p>
+
+<p>Further details on the upgrade procedure are in the 0.18.0 <a href="http://mesos.apache.org/documentation/latest/upgrades">upgrade document</a> and, as always, please ask questions on the <a href="http://mesos.apache.org/community">mailing list</a>, file tickets via <a href="https://issues.apache.org/jira/browse/MESOS">JIRA</a>, or discuss on <a href="http://mesos.apache.org/community">IRC</a>.</p>
+
+</div>
+</div>
+
+			
+	      <hr>
+
+				<!-- footer -->
+	      <div class="footer">
+	        <p>&copy; 2012-2013 <a href="http://apache.org">The Apache Software Foundation</a>.
+	        Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p>
+	      </div><!-- /footer -->
+
+	    </div> <!-- /container -->
+
+	    <!-- JS -->
+	    <script src="../../assets/js/jquery-1.10.1.min.js" type="text/javascript"></script>
+	    <script src="../../assets/js/bootstrap.js" type="text/javascript"></script>
+	    <script src="../../assets/js/bootstrap-dropdown.js" type="text/javascript"></script>
+    </body>
+</html>
\ No newline at end of file

Modified: mesos/site/publish/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/index.html?rev=1586430&r1=1586429&r2=1586430&view=diff
==============================================================================
--- mesos/site/publish/index.html (original)
+++ mesos/site/publish/index.html Thu Apr 10 19:14:53 2014
@@ -158,6 +158,7 @@
   <div class="col-md-4">
     <h3>News</h3>
         <ul>
+            <li><em>April 10, 2014</em> - Mesos 0.18.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326140">release notes</a> and <a href="/blog/mesos-0-18-0-released/">blog post announcement</a> for more details.</li>
             <li><em>March 28, 2014</em> - Mesos Community Update #1. See the <a href="blog/mesos-community-update-1/">blog post</a>.</li>
             <li><em>March 6, 2014</em> - Mesos 0.17.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12325669">release notes</a> and <a href="blog/mesos-0-17-0-released-featuring-autorecovery/">blog post announcement</a>.</li>
             <li><em>Feburary 11, 2014</em> - Mesos 0.16.0 is released! See the <a href="/blog/mesos-0-16-0-released/">blog post announcement</a> for more details.</li>

Modified: mesos/site/publish/sitemap.xml
URL: http://svn.apache.org/viewvc/mesos/site/publish/sitemap.xml?rev=1586430&r1=1586429&r2=1586430&view=diff
==============================================================================
--- mesos/site/publish/sitemap.xml (original)
+++ mesos/site/publish/sitemap.xml Thu Apr 10 19:14:53 2014
@@ -129,6 +129,10 @@
     <lastmod>2014-04-10T00:00:00-06:00</lastmod>
   </url>
   <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-18-0-released/</loc>
+    <lastmod>2014-04-10T00:00:00-06:00</lastmod>
+  </url>
+  <url>
     <loc>http://mesos.apache.org/blog/</loc>
     <lastmod>2014-04-10T00:00:00-06:00</lastmod>
   </url>

Added: mesos/site/source/assets/img/documentation/containerizer_isolator_api.png
URL: http://svn.apache.org/viewvc/mesos/site/source/assets/img/documentation/containerizer_isolator_api.png?rev=1586430&view=auto
==============================================================================
Binary file - no diff available.

Propchange: mesos/site/source/assets/img/documentation/containerizer_isolator_api.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: mesos/site/source/blog/2014-04-10-mesos-0-18-0-released.md
URL: http://svn.apache.org/viewvc/mesos/site/source/blog/2014-04-10-mesos-0-18-0-released.md?rev=1586430&view=auto
==============================================================================
--- mesos/site/source/blog/2014-04-10-mesos-0-18-0-released.md (added)
+++ mesos/site/source/blog/2014-04-10-mesos-0-18-0-released.md Thu Apr 10 19:14:53 2014
@@ -0,0 +1,38 @@
+---
+layout: post
+title: Mesos 0.18.0 Released
+permalink: /blog/mesos-0-18-0-released/
+published: true
+post_author:
+  display_name: Ian Downes
+  twitter: ndwns
+tags: Release, Containerizer
+---
+
+The latest Mesos release, [0.18.0](http://mesos.apache.org/downloads/) is now available for [download](http://mesos.apache.org/downloads). A major part of the 0.18.0 release is a refactor of the project’s isolation strategy, making it easier to develop and use different isolation technologies with Mesos including alternative implementations. The refactor does not introduce any new isolation features; instead, we’ve established a set of APIs that others can use to extend Mesos.
+
+## Isolation -> Containerization
+
+The first change is in terminology. The Mesos Slave now uses a Containerizer to provide an environment for each executor and its tasks to run in. Containerization includes resource isolation but is a more general concept that can encompass such things as packaging.
+
+## Containerizer API
+
+The Containerizer API specifies the interface between the slave and a Containerizer. An internal containerization implementation, called MesosContainerizer, includes all isolation features present in earlier releases of Mesos: basic isolation on Posix systems and CPU and memory isolation using Cgroups on Linux systems.
+
+One of the goals of the refactor was to enable alternative containerizer implementations. In particular, we encourage the community to add containerizer implementations which _delegate_ containerization to other, existing technologies, e.g., LXC, Docker, VMware, Virtualbox, KVM and others.
+
+The folks at [Mesosphere](http://mesosphere.io) are working on one approach for a general ExternalContainerizer which provides a simple shim interface between the Mesos slave and an external program that performs isolation. When complete, the ExternalContainerizer could connect to any external containerizer such as, for example, [Deimos](https://github.com/mesosphere/deimos), another Mesosphere project, to use Docker for containerization.
+
+## Isolator API
+
+A second goal of the refactor was to make it easier to both develop and use different isolation components of the MesosContainerizer. To do this, we separated the coordination logic from the isolation logic. Users of Mesos now have more granular control over which isolation components a slave uses.
+
+MesosContainerizer accepts a list of Isolators, each implementing the Isolator API, to isolate resources. For example, the CgroupsMemIsolator uses the memory cgroup subsystem on Linux to limit the amount of memory available to an executor. We have plans to release new Isolators including a NetworkIsolator, a FilesystemIsolator, and a DiskIsolator and also to support isolation features provided by Linux namespaces such as pid and user namespaces.
+
+![Mesos Containerizer Isolator APIs](/assets/img/documentation/containerizer_isolator_api.png)
+
+## Cgroup layout change
+
+While we were doing the refactor we took the opportunity to update the cgroup layout to current best practices, making it easier to run Mesos on recent Linux distributions and alongside other cgroup users such as LXC, Docker, and systemd. The expected layout has changed from a single mount point for all controllers to a separate mount point for each controller. This change requires reconfiguring the host system for every slave and we highly recommend a system reboot.
+
+Further details on the upgrade procedure are in the 0.18.0 [upgrade document](http://mesos.apache.org/documentation/latest/upgrades) and, as always, please ask questions on the [mailing list](http://mesos.apache.org/community), file tickets via [JIRA](https://issues.apache.org/jira/browse/MESOS), or discuss on [IRC](http://mesos.apache.org/community).
\ No newline at end of file

Modified: mesos/site/source/index.html.md
URL: http://svn.apache.org/viewvc/mesos/site/source/index.html.md?rev=1586430&r1=1586429&r2=1586430&view=diff
==============================================================================
--- mesos/site/source/index.html.md (original)
+++ mesos/site/source/index.html.md Thu Apr 10 19:14:53 2014
@@ -63,6 +63,7 @@ title: Apache Mesos
   <div class="col-md-4">
     <h3>News</h3>
 		<ul>
+			<li><em>April 10, 2014</em> - Mesos 0.18.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326140">release notes</a> and <a href="/blog/mesos-0-18-0-released/">blog post announcement</a> for more details.</li>
 			<li><em>March 28, 2014</em> - Mesos Community Update #1. See the <a href="blog/mesos-community-update-1/">blog post</a>.</li>
 			<li><em>March 6, 2014</em> - Mesos 0.17.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12325669">release notes</a> and <a href="blog/mesos-0-17-0-released-featuring-autorecovery/">blog post announcement</a>.</li>
 			<li><em>Feburary 11, 2014</em> - Mesos 0.16.0 is released! See the <a href="/blog/mesos-0-16-0-released/">blog post announcement</a> for more details.</li>