From 2f80519958f989c44a8192716d32e0b75eda464c Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Sat, 23 Jul 2016 23:30:53 +0200 Subject: [PATCH] doc: add Upload logs to archive server section... ...to Testing in the cloud testing chapter Signed-off-by: Nathan Cutler --- doc/dev/index.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/dev/index.rst b/doc/dev/index.rst index e8f9c8e146f..7c20d52a99c 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -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 ----------------------------------- -- 2.39.5