<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/puppet/modules/tapicero, branch 0.6.0rc3</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>repin tapicero to version/0.6</title>
<updated>2014-12-16T18:59:35+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-12-16T18:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=9e3be523477be6cf65a1ef1c83382eb7d74d4636'/>
<id>9e3be523477be6cf65a1ef1c83382eb7d74d4636</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tapicero typo</title>
<updated>2014-12-15T04:06:09+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-12-15T04:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=42ce1aa4fdeaa54058acbbd8530031ce2e516373'/>
<id>42ce1aa4fdeaa54058acbbd8530031ce2e516373</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pin tapicero to origin/develop</title>
<updated>2014-12-15T03:45:50+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-12-15T03:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=8d31cbc8e52f75384e9a5c3e3630a02effe063a8'/>
<id>8d31cbc8e52f75384e9a5c3e3630a02effe063a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pin tapicero to version/0.6</title>
<updated>2014-12-01T06:18:41+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-12-01T06:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=fb02557925a464488c2996df3625c051c172f8ad'/>
<id>fb02557925a464488c2996df3625c051c172f8ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into develop</title>
<updated>2014-09-03T21:08:08+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2014-09-03T21:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=0df84cf7987c3047ecc0353e8d29c2c38437a5a2'/>
<id>0df84cf7987c3047ecc0353e8d29c2c38437a5a2</id>
<content type='text'>
Conflicts:
	platform.rb
	puppet/modules/site_config/manifests/hosts.pp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	platform.rb
	puppet/modules/site_config/manifests/hosts.pp
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Tapicero not starting after first deploy (#6004)</title>
<updated>2014-08-26T08:42:44+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2014-08-26T08:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=d873d4d8f9d80482602e1196e9cffab9d0545fa7'/>
<id>d873d4d8f9d80482602e1196e9cffab9d0545fa7</id>
<content type='text'>
Added a dependency on the couchdb "tapicero" user to get
created before starting the tapicero daemon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a dependency on the couchdb "tapicero" user to get
created before starting the tapicero daemon.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix starting tapicero when it is not running (#6004)</title>
<updated>2014-08-21T16:15:31+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2014-08-21T16:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=271c37a151d8e786b29ef7f5c13217693ec65401'/>
<id>271c37a151d8e786b29ef7f5c13217693ec65401</id>
<content type='text'>
Due to how tapicero's initscript is made, it is not possible to check
for a valid exit code for the status (it returns a zero when it is not
running). So we disable the puppet 'hasstatus' parameter and instead
puppet will look in the process table for 'tapicero'

Change-Id: I9b017ea8055c0207e43876dd4e3bbc2619c0fd35
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to how tapicero's initscript is made, it is not possible to check
for a valid exit code for the status (it returns a zero when it is not
running). So we disable the puppet 'hasstatus' parameter and instead
puppet will look in the process table for 'tapicero'

Change-Id: I9b017ea8055c0207e43876dd4e3bbc2619c0fd35
</pre>
</div>
</content>
</entry>
<entry>
<title>add replication role to user databases with tapicero</title>
<updated>2014-07-30T14:47:47+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-07-30T14:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=42327f4881022424bed354356756ab5815d5ba3f'/>
<id>42327f4881022424bed354356756ab5815d5ba3f</id>
<content type='text'>
This way the replication has read access on the source and write access on the target.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way the replication has read access on the source and write access on the target.
</pre>
</div>
</content>
</entry>
<entry>
<title>proper json for tapicero config</title>
<updated>2014-07-14T17:50:41+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-07-14T17:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=3206634d0d17064ecd4b18cc8e2e47051e422bf3'/>
<id>3206634d0d17064ecd4b18cc8e2e47051e422bf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hand replication credentials to tapicero</title>
<updated>2014-06-26T01:17:39+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-06-23T19:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=813f840cceb284c38dcedea1577d125e62e280f0'/>
<id>813f840cceb284c38dcedea1577d125e62e280f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
