]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: add Upload logs to archive server section...
authorNathan Cutler <ncutler@suse.com>
Sat, 23 Jul 2016 21:30:53 +0000 (23:30 +0200)
committerNathan Cutler <ncutler@suse.com>
Wed, 27 Jul 2016 18:20:49 +0000 (20:20 +0200)
...to Testing in the cloud testing chapter

Signed-off-by: Nathan Cutler <ncutler@suse.com>
doc/dev/index.rst

index e8f9c8e146ff266e54021598d94090ae343ed854..7c20d52a99cfcd45683010e7d3658ad7117c561a 100644 (file)
@@ -1274,6 +1274,25 @@ there::
 This will keep the teuthology machine, the logs and the packages-repository
 instance but nuke everything else.
 
+Upload logs to archive server
+-----------------------------
+
+Since the teuthology instance in OpenStack is only semi-permanent, with limited
+space for storing logs, ``teuthology-openstack`` provides an ``--upload``
+option which, if included in the ``ceph-workbench ceph-qa-suite`` command,
+will cause logs from all failed jobs to be uploaded to the log archive server
+maintained by the Ceph project. The logs will appear at the URL::
+
+    http://teuthology-logs.public.ceph.com/$RUN
+
+where ``$RUN`` is the name of the run. It will be a string like this::
+
+    ubuntu-2016-07-23_16:08:12-rados-hammer-backports---basic-openstack
+
+Even if you don't providing the ``--upload`` option, however, all the logs can
+still be found on the teuthology machine in the directory
+``/usr/share/nginx/html``.
+
 Deploy a cluster for manual testing
 -----------------------------------