<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/en/2160/1/7/_/styles/combined.css?spaceKey=TOP&amp;forWysiwyg=true" type="text/css">
    </head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
     <h2><s>Bamboo Integration</s></h2>
     <h4>Page <b>removed</b> by             <a href="https://wiki.asterisk.org/wiki/display/~dsessions@digium.com">Darren Sessions</a>
    </h4>
     <br/>
     <div class="notificationGreySide">
         <p>WIP</p>
<h2><a name="BambooIntegration-Overview"></a>Overview</h2>

<h2><a name="BambooIntegration-BambooIntegration"></a>Bamboo Integration</h2>

<h4><a name="BambooIntegration-AddingBambooUserAccount"></a>Adding Bamboo User Account</h4>
<ul>
        <li>Ubuntu Maverick (10.10)

<style type="text/css">
@media all {
    .expand-content { margin-left: 20px; }
    .expand-control-icon { display: inline-block; width: 20px; }
    .expand-control-text { vertical-align: top; text-decoration:none; }
    .expand-control-image { vertical-align: middle; text-decoration:none; }
}
@media screen {
    .expand-hidden { display: none; }
    .expand-control { cursor: pointer; text-decoration: none; }
}
@media print {
    /* show expander text in print */
    .expand-content { display: block !important; }
}
</style>

                 <div id="expander-477137642" class="expand-control" tabindex="0"><span class="expand-control-icon"><img class="expand-control-image" src="/wiki/images/icons/arrow_down.png"></span><span class="expand-control-text">Click here to expand...</span></div>
    <div class="expand-content"><div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>sudo useradd --system --create-home --home-dir /opt/bamboo --shell /bin/bash bamboo
</pre>
</div></div></div>
</li>
</ul>


<h4><a name="BambooIntegration-InstallRemoteAgent"></a>Install Remote Agent</h4>
<p>Add the following settings to the &lt;bamboo-agent-home&gt;/conf/wrapper.conf file. This will help keep the remote agents online when the bamboo server is restarted.</p>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>wrapper.max_failed_invocations=9999
wrapper.startup.delay=30
wrapper.restart.delay=30
</pre>
</div></div>

<h4><a name="BambooIntegration-StartingRemoteAgent"></a>Starting Remote Agent</h4>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>
</pre>
</div></div>
     </div>
</div>
</div>
</div>
</div>
</body>
</html>