We'll be using trove for our database, as such we don't need to spin
up a local database.
Change-Id: I0768915cbed4d018f4d0ce3a86072bcf05e32cb9
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Since hpcloud have updated their Ubuntu Precise and Trusty base
images and renamed/deprecated the ones we were using, update to the
current active names so we can continue to build snapshot-based
nodepool images there.
Change-Id: I168fe82363e0ca901c776903fc8834bcc2bad545
Rename #openstack-translation to #openstack-i18n to match mailing-list
name as well as project team name.
Also enable logging.
Change-Id: I86e04c0f2baf40b2107b9fc2148499cb89f9f84f
Depends-On: Ib4fafa1356a403e3a79e1b62afc494a7cb1ad695
Release 0.0.8 includes the pull request #22https://github.com/vamsee/puppet-solr/pull/22
This patch allows to extract solr.tgz to a different tmp root
directory instead of /tmp and resolve contrib plugin copy failures
after a host a reboot.
Change-Id: Ifd24c6dfef4b40af4fd19674d98a52e407df4168
The Zanata URL needs to match exactly between
~jenkins/.config/zanata.ini and the URL in zanata.xml. Add a trailing
slash to the URL so that they match.
Change-Id: I8c128fb47cf8d83217e050483fd58c756c16dc12
The cgitrc configuration should be 'clone-prefix' not 'clone_prefix'[1]
This fix will correctly override the default set in puppet-cgit.
[1] http://git.zx2c4.com/cgit/tree/cgitrc.5.txt
Change-Id: Ie96e046febcacc5359fe449b82ee6f32bcac9287
Under normal conditions, diskimage-builder removes cached debs to
reduce image size. However, one of the reasons we build our own
images is specifically _because_ we want a primed package cache.
Pass DIB_DISABLE_APT_CLEANUP=1 in the calling environment to disable
this behavior.
Change-Id: Ie279a6fb788bc5ec711ec41183dd78098d4acc22
It seems from the logs that we're regularly hitting the max 32
connections limit in haproxy for the git protocol backend under
periods of moderate to high load. Increase this to 256, and also
increase the backlog to 256 so that we can have up to one backlogged
connection per active connection.
In theory 256 should be a sane max since we have leastconn balancing
across 8 backends running persistent git-daemon with its default max
connections value of 32.
Change-Id: I80785348b8abb831a2f833a535a5e4234ce3e7f3