The duplicated _version_ definition in the template prevented
the proper query of Chinese indexed content from Solr.
After the patch had been applied restart Solr and
reindex Chinese content:
sudo service jetty restart
cd /srv/askbot-sites/slot0/config
sudo python manage.py askbot_rebuild_index -l zh
Change-Id: Iaeabc73febc64c45996425225d3ee38db7f36f72
The IP address for review.openstack.org has changed, update the
.ssh/known_hosts file for the Zuul user on the production server
to reflect this in case of DNS problem.
Change-Id: Ic416299cbde6aadfce357c0ab15a9db69aada4ba
Instead of fixing on an old version of virtualenv that is
fixed at 1.11.4 which has an older version of pip (which does not
like the new version specifications) we should always try to use
the latest to ensure that we find bugs early, and also so that we
can parse the new version specifications without dying.
Change-Id: I73c981a9683868455c3326c4e9aebe50608ae184
The libjs-query package sets up jquery on trusty with these
files and sim links:
~$ ll /usr/share/javascript/jquery/
drwxr-xr-x 2 root root 4096 Jan 15 20:44 ./
drwxr-xr-x 5 root root 4096 Jan 15 20:44 ../
-rw-r--r-- 1 root root 252879 Jul 5 2013 jquery.js
lrwxrwxrwx 1 root root 13 Jul 5 2013 jquery.lite.js -> jquery.min.js
lrwxrwxrwx 1 root root 9 Jul 5 2013 jquery.min.js -> jquery.js
lrwxrwxrwx 1 root root 13 Jul 5 2013 jquery.pack.js -> jquery.min.js
-rw-r--r-- 1 root root 5 May 23 2012 version.txt
The current puppet config is broken for trusty because it attempts to copy
the link instead of the file. This results in a broken sim link to jquery
and breaks the Toggle CI button on Gerrit because that button depends on
jquery. This change corrects this situation by copying the file provided
jquery.js file instead of the link.
Change-Id: I18056ca528871d9a96218f0919bbd262da005f31
This reverts commit 10b504fb958d399154f6f3f570bfc863a9869c47.
This reverts commit e73e2c16c20caaa533dc5e5fdffa977468034fc4.
This reverts commit 325ec8d572632a30ecfb14108e27a082a4c0169c.
Change-Id: Ia39d1f3a4ecc209623c2cd20be52a9abb887b250
Right now we are using dib in hpcloud for devstack-trusty and
devstack-precise, this means we don't need the devstack-trusty-dib and
devstack-precise-dib labels and images to be provided by hpcloud. Remove
as much as we can while retaining the label without providers so that it
is there when we need to test dib images in rackspace.
Depends-On: I91f8d91318752e09a15d64c8b3c506cf83badca2
Change-Id: I7b82fb5162af908a86ffcb291d908a88867f3b06
Turns out that cloud-init leaves behind init scripts which still try
to do things, because they have lots of logic written in them. That's,
of course, crazy. In any case, purge to get rid of them.
Change-Id: Id32fe2eb0f0af879d69055dc7894acbe507f0513
nova metadata service is too flaky. Instead of using it for anything,
bake the ssh key into the images.
Change-Id: I7c02da1ed6f5c5c3f5a2437f606fc0aab3d3dd3f
Merge once things are back to normal with devstack-f20 in rax.
This reverts commit f22e31a3667006299187c7b5d51dfe0be1a3c2c7.
Depends-On: I0880c850dedada893d6e3e7e922c2994ece74930
Change-Id: Iff6cab82cb27d3f89c2af8223cad156d29a34d86
Generate a logging configuration template for nodepool that splits
image-build logs out into separate files.
A tool to generate and maintain this file based on the nodepool
configuration is added.
The logging configuration template this tool creates is added
alongside the main configuration. This is passed to the deployment
puppet module via a parameter.
Change-Id: I4723c68e5c83b536560e0a8bd7b73e312b46fc02
Depends-on: Iec77fb62c353d09186140b23912caf02225a643b
Nova can't boot our devstack-f20 images in rax-.( regions, so
temporarily drop them from that label and rely exclusively on
hpcloud to provide them for now.
Change-Id: I72bdcaf5d135726d7b5dadce30e4c944359b7eac
Change I1a11c990ea83e00550a0564ac1cf9d5d883db97d enabled Apache
listening for HTTPS but did not open 443/tcp in the local iptables
firewall on the server. Do that now so that it's reachable.
Change-Id: I591ca846abe0ee5e3b67ca6efd28f6f55987478f
Currently the puppetmaster was hardcoded on a template.
Add the matching vars to the manifests that use them,
to make that setting configurable.
Change-Id: I2b641ec11284f325c22c242fabba26d0433bf85b
Add dib image-build for Fedora 21. This passes config validation in
I250ea4959740cfc4650e9057caba09ae7bc25768 and has fixed the issues
that lead to I2671e05e44b8a311f00dec024e67cbdc2864185c (there is no
need to specify the path to the image as done in that change, d-i-b
inbuilt paths + some redirects on the upstream server get you to the
right image now)
Change-Id: I197312214d6e849f2047363a51b1c71829982743
Apache 2.4 is the default version for Ubuntu Trusty.
Upgrade the apache configuration with the additional permissions
required to run on both Apache 2.2 and Apache 2.4.
Follows work done in I70d814a5eaefea5a3fb6a47bc215f4ab64be884f
Change-Id: Ie63cf936709b0f272b7129a2dc613d07a4d2fab2