From 84daa7367a4e97b82e85f7112adb34b3c9bc91ec Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 30 Jan 2024 17:55:27 +0100 Subject: [PATCH] admin/Cloud Upload Setup: eliminate redundant subsection heading Fixes: https://github.com/openSUSE/obs-docu/issues/319 Signed-off-by: Nathan Cutler --- xml/obs_ag_installation_and_configuration.xml | 67 +++++++++---------- 1 file changed, 32 insertions(+), 35 deletions(-) diff --git a/xml/obs_ag_installation_and_configuration.xml b/xml/obs_ag_installation_and_configuration.xml index 6f5f7ae1..10fb0fdf 100644 --- a/xml/obs_ag_installation_and_configuration.xml +++ b/xml/obs_ag_installation_and_configuration.xml @@ -307,43 +307,40 @@ systemctl start obsrepserver.service Right now we only support the AWS Amazon Cloud () and Microsoft Azure () as providers. - - Server setup - - Before you can start uploading images to the Amazon Web Services (AWS) - you have to: - - - - Install the obs-cloud-uploader package - + + Before you can start uploading images to the Amazon Web Services (AWS) + and/or Microsoft Azure, you have to: + + + + Install the obs-cloud-uploader package + zypper in obs-cloud-uploader - - - - Start the cloud upload services - -rcobsclouduploadworker start -rcobsclouduploadserver start - - - - - At last you have to register the cloud uploader service in - /usr/lib/obs/server/BSConfig.pm, for example, by adding - following line: - - + + + + Start the cloud upload services + +systemctl start obsclouduploadworker.service +systemctl start obsclouduploadserver.service + + + + + At last you have to register the cloud uploader service in + /usr/lib/obs/server/BSConfig.pm, for example, by adding + following line: + + our $clouduploadserver = "http://$hostname:5452"; - - - - Ensure that the system time of your cloud uploader instance is correct. - AWS is relying on the timestamps of the requests it receives. - Having an incorrect system time will cause cloud uploads to fail. - - - + + + + Ensure that the system time of your cloud uploader instance is correct. + AWS is relying on the timestamps of the requests it receives. + Having an incorrect system time will cause cloud uploads to fail. + + AWS Amazon Cloud