diff --git a/xml/obs_ag_installation_and_configuration.xml b/xml/obs_ag_installation_and_configuration.xml index 51538300..26c41553 100644 --- a/xml/obs_ag_installation_and_configuration.xml +++ b/xml/obs_ag_installation_and_configuration.xml @@ -279,46 +279,40 @@ systemctl start obsclouduploadserver.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"; - - - Read more about configuring the backend in . - - - - 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