10 Commits

Author SHA1 Message Date
Brant Knudson
d74f80dcc0 Correct keystone log links
The keystone log link was pointing to the screen log when it runs
as eventlet. When keystone runs under Apache Httpd its logs are in
the apache directory, so correct the links.

Change-Id: Ib1f29be5ff3dda23317362f15d3b746909293a06
2014-12-06 08:43:02 -06:00
Anita Kuno
fdc120f080 Rename config => system-config in the logs/help/tempest files
We are renaming the openstack-infra/config repo to
openstack-infra/system-config. This patch changes the paths in
the tempest help files.

Change-Id: I5edb3e444b554a979d9274b7354ddd8c1b4b9128
2014-10-17 14:43:41 -04:00
Sean Dague
0ae5a809e1 the help files changed from _ to - at some point
However the help message didn't update, so it's harder to find
the source files. This fixes the help urls presented to the user.

Change-Id: I641cee0fe8494ad7ee712b4884e6767cc6ed15e2
2014-10-14 11:04:53 -04:00
Eric Harney
ecf66996d3 Fix sudoers.txt.gz incorrect filename in link
Change-Id: I8975d761a5ad5cd976a025484d1a92a86294a38f
2014-10-08 09:44:29 -04:00
Joe Gordon
9604fd3bd5 Add list of types of logs to tempest-logs page
Just by looking at the log names, its hard to decipher what they
actually are. Add a table to make this a little easier to understand.
This is the first pass at such table and is non-exhaustive.

Co-Authored-By: Matthew Treinish <mtreinish@kortar.org>
Change-Id: If355a59d5df70e646043e669f18c5cc0ad59602d
2014-08-28 15:54:41 -04:00
Joe Gordon
bec894a53d Cleanup tempest-logs.html
Correct a few typos and update the link to this file.

Change-Id: Ia8f22d458f7f985861050a52235230dc84c257e2
2014-08-27 16:19:05 -07:00
Monty Taylor
258abe1a23 Use cgit server instead of github for everything
We have a cgit server now, which means we should replace
all references to github with references to git.openstack.org.

Change-Id: I68ad1ce514fb4326c7d9940b5a84999af5b58562
2013-08-19 10:19:47 -07:00
Sean Dague
eb955c541e add a logs directory help file
this adds more details on debugging at a log level, it only currently
has tips for nova and cinder on the hope that others will add in
tips for their services as well.

Change-Id: I056979344ba8903420b8b096298cd76f6a5c75ce
Reviewed-on: https://review.openstack.org/33691
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
2013-06-19 21:51:10 +00:00
Sean Dague
b38578664a fix h1 formatting bug, add better overview
Change-Id: Ib9234fcd58242e0e7b5f6c43c4ee06848ab521e1
Reviewed-on: https://review.openstack.org/33688
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
2013-06-19 19:37:26 +00:00
Sean Dague
3927ee6535 add help infrastructure and initial stub to logs
in order to make it simpler for people to understand the results
of a devstack/tempest run, provide in line explanation for the
runs via an apache directive. This will let us sprinkle appropriate
help for different tests and directories on the log server.

DirectoryMatch fails to work with ReadmeName, but Directory with
creative globbing works (thanks to experiments by fungi).

Change-Id: I52e648dac6f13babd01ea245414ef54c243cdd36
Reviewed-on: https://review.openstack.org/33453
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
2013-06-19 17:35:27 +00:00