We now fully support puppet-httpd, so lets remove puppet-apache
Change-Id: I48924b277ccbadf805947ae400b25807f3887cdc
Depends-On: I67aea79c04d725f9b9889a38aff018f0895321a9
Depends-On: I0bcc68e049396560e9f51a2cb4ba941f8a8d2862
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
puppet-httpd is the openstack-infra module for of puppetlabs-apache (0.0.4)
release.
This patchset will remove the puppetlabs-apache namespace from -infra
allow for possible future patchsets to use newer puppetlabs-apache
modules.
Change-Id: Id9f08de5ca32eac884a01f11a2cf34e1044d3048
Depends-On: I4f4648538801a60f45b28cedc73b24d8905cfe14
Depends-On: Ifcc60d173430e30159aa794e5adb5ba71107e647
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This reverts commit 1cfb0442ffaccbbb31ea4f3f3dd7a6842e6d4423.
This new patch contains all the resource definitions required to
deploy and configure a trusty based ask.o.o based on the askbot github
repository.
Change-Id: Ia7dc3944666df1bb81d314fd6c3eb08b4c1e2cbd
This patch provides a new dist_root directory for solr
distribution under /srv/dist/solr instead of /tmp, which
is getting removed after instance restart. Hopefully this
resolves the missing smartcn file failure on puppet run.
Change-Id: Ieb59fc470079dc548e0b6e2018504c47838ab906
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
For an upcoming puppet-zanata change, we require the java_ks module
from puppetlabs, include it in our modules list.
Change-Id: I32ef72eba436c338052be2eb83ce39e4400d047c
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