Author: buildbot
Date: Thu Oct 30 22:40:45 2014
New Revision: 927440
Log:
Staging update by buildbot for slider
Modified:
websites/staging/slider/trunk/content/ (props changed)
websites/staging/slider/trunk/content/docs/slider_specs/chaosmonkey.html
Propchange: websites/staging/slider/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Oct 30 22:40:45 2014
@@ -1 +1 @@
-1635298
+1635632
Modified:
websites/staging/slider/trunk/content/docs/slider_specs/chaosmonkey.html
==============================================================================
--- websites/staging/slider/trunk/content/docs/slider_specs/chaosmonkey.html
(original)
+++ websites/staging/slider/trunk/content/docs/slider_specs/chaosmonkey.html
Thu Oct 30 22:40:45 2014
@@ -239,7 +239,7 @@ running application itself to continue u
retries.</p>
<p>As a restarted AM resets all its internal state, the Chaos Monkey itself
will be
restarted with a new interval <em>which begins from the moment the AM is
restarted</em>.</p>
-<h1 id="container-kill">Container Kill</h1>
+<h2 id="container-kill">Container Kill</h2>
<p>The probability of a container being killed in a single monkey "play"
is:</p>
<div class="codehilite"><pre><span class="n">internal</span><span
class="p">.</span><span class="n">chaos</span><span class="p">.</span><span
class="n">monkey</span><span class="p">.</span><span
class="n">probability</span><span class="p">.</span><span
class="n">containerfailure</span>
</pre></div>
@@ -254,7 +254,11 @@ requesting and re-instantiating a replac
tolerate a failure rate.</p>
<p>If there are no containers hosting application components at the time
the chaos monkey performs its actions, then no container will be killed.</p>
-<h3 id="example">Example</h3>
+<h2 id="am-launch-failure">AM Launch Failure</h2>
+<p>The launch failure is a special check at startup, if the monkey is enabled:
+it defines the probability that the launch itself will fail.</p>
+<p>It is tested precisely once per application attempt.</p>
+<h1 id="example">Example</h1>
<p>A disabled Chaos Monkey</p>
<div class="codehilite"><pre><span class="p">{</span>
"<span class="n">internal</span><span class="p">.</span><span
class="n">chaos</span><span class="p">.</span><span
class="n">monkey</span><span class="p">.</span><span
class="n">enabled</span>"<span class="p">:</span>" <span
class="n">false</span>"