turns out, with much interesting difficulty, you can actually
style html5 progress bars accross browsers. Do this so that the
colors are more consistent with what's already on the page. This
makes things a bit less visually jarring than chromes default
progress bars which completely dominate the page.
Change-Id: I5815114fbb3703e84c0cd696b5a3f285146c9025
Because of the way we're doing ssl on the centos, the ifmodule
statements evaluate to false. Remove them.
Change-Id: Iad771249c6dc5cf5ede493183f5cebb98c3deb69
This reverts commit 8a76bf3788f80302250296e8e999b3c2912bc5fd.
The parentheses workaround for the JJB parsing bug mentioned in the
review notes turned out to not actually function in the resulting
job.
Change-Id: I10e2f6164e616fbaaabbfc3328c6f4bd620d5621
this floats the progress bars and statuses to the right, which
provides a nicer visual block for all the status elements. The
progress bars need a margin hack to get them to visually align with
the rest of the line.
This also moves the progress bar width into the css instead of
inline, and to 5em which is approx what SUCCESS width is in chrome.
(Should be about the same in other browsers, but font rendering
is different between webkit / firefox).
Errant white space deleted, my editor does that on all changes,
sorry if that noises things up.
Change-Id: Ibf4288049e3b24949d17a6b39f2cf1b7bd7a52dc
Merged patches are almost never relavent for any sort of conversation,
the work is already done, so no reason to post it.
Disable these for two of the bigger rooms, openstack-dev and
openstack-nova.
Change-Id: Ib7449c5dd4468057c98e4d755a6b96d2a1f9f244
Use the pbr integration test to gate jeepyb's run-mirror as well as
additions to the openstack/requirements file.
Change-Id: I0da16c3987e5678af2636d77f19dd03fa86b912a
This is just a minimal viable setup according to the guide [1]. Gate
tests will be added subsequently.
[1] http://ci.openstack.org/stackforge.html
Change-Id: I7f79634a06fddd4b7aa47938a006365204c38c4e
The ${APACHE_LOG_DIR} isn't expanding as I had expected on
the CentOS server, updating to default CentOS apache log
directory.
Change-Id: I8fc6ee5084e2ef69be9e888473155c865bdbdfd0
Attempted to put Apache ssl certificates for git.o.o into the
/etc/ssl/ and /etc/ssl/ directories, but this is a bit of a
Debianism. Updating to RedHat style /etc/pki/tls directories.
Change-Id: Icb83ee2601d29ad679e7c8503a406faeb5153727
The pubkey being used previous was the server pubkey, not the
gerrit2 user pubkey. The gerrit2 user pubkey is now in hiera
and switched git.openstack.org to use that for the
authorized_keys file.
Change-Id: I6665ef119071b8b68e4cb6bb7f7e8d79ad04fcbc
Modify gerrit's git replication configuration so that it
pulls in from a list of replication targets defined in
puppet rather than individually added stanzas.
Pull the replicate_github variable from files, since it
is no longer required.
The replicate_local variable remains because it's used
in the apache configuration and for setup of the local
replication space for git.
Also add the cgit server to the list of servers.
Change-Id: I68de89bb216565f1754eb9b192bd437adcbf768b
* .../subunit2html.py: Open the html file for writing in binary mode so
that we can specify utf8 as the encoding. Stop trying to decode strings
that have already been preprocessed by the subunit parser. Treat them as
strings and encode to bytestring when writing to the output file.
Change-Id: I81f13794ad7b40dfbc8ad44d2a9a5acd855c0029
The Zuul periodic trigger sets it, but devstack-gate expects
that if it is set, then ZUUL_REF will also be set, which it is
not (yet).
Change-Id: Id5ad96fca83c7e8c50f567fa6220ad00f1252e41
* modules/pip/manifests/init.pp: Remove the symlink workaround for
older python-pip EPEL packages since current versions now provide
/usr/bin/pip directly instead of /usr/bin/pip-python. The latter has
been switched to a symlink itself, so without this change in Puppet
we get circular symlinks and no executable.
Change-Id: If09a9c2a511dcc9ae845833543e304f1459fdeb2
This is a fix for bug 1208901.
*modules/openstack_project/files/jenkins_job_builder/config/jenkins-plugin-jobs.yaml
- move more details into jenkinsci-upload.sh
*modules/jenkins/files/slave_scripts/maven-upload.sh
- renamed to jenkinsci-upload.sh
*modules/jenkins/files/slave_scripts/jenkinsci-upload.sh
- created a versioned pom.xml file
- deploy both hpi and pom file to repo.jenkins-ci.org
Change-Id: I6564e3ade04f3675ab7c269f26b8906385b5041f
Our cfn compatible clients (heat-cfn, heat-boto, heat-watch)
need to be moved out of the main heat server repo.
These tools are only useful to heat developers to debug
the CloudFormation compatible API, so openstack-dev has
been chosen as the most appropriate home.
There is no intention to do any pypi released from this
repo, and we will be instructing distro packagers to not
package these scripts.
Change-Id: I5a1f8cb51f20733fa9b91ebbd60fe3066e3313f8
ElasticSearch has a hard time performing queries on large amounts of
data. It must load the fields it is searching on into memory and that
can cause the node to use all of the memory allocated to it which in
turn causes a lot of garbage collection essentially taking the node
offline. Filter out DEBUG log messages in the devstack logs to reduce
the amount of data that must be loaded into memory when performing
searches.
Change-Id: Icfe9c8c17ccef4f9379c774eef791f43463dcf6d
Logstash.o.o needs to be given the host and port for its elasticsearch
discover node list. Fix the change that used just a list of hosts.
Change-Id: If421007f633eb54a5dc65d5ede57d1e0a6f1c5d9