Skip to content

Commit

Permalink
admin/Cloud Upload Setup: eliminate redundant subsection heading
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Jan 30, 2024
1 parent f87214f commit d336e4d
Showing 1 changed file with 32 additions and 38 deletions.
70 changes: 32 additions & 38 deletions xml/obs_ag_installation_and_configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,46 +279,40 @@ systemctl start obsclouduploadserver.service
Right now we only support the AWS Amazon Cloud (<link xlink:href="https://aws.amazon.com"/>) and Microsoft Azure
(<link xlink:href="https://portal.azure.com"/>) as providers.
</para>
<sect4 xml:id="_cloud_upload_server_setup">
<title>Server setup</title>
<para>
Before you can start uploading images to the Amazon Web Services (AWS)
you have to:
</para>
<orderedlist>
<listitem>
<para>Install the obs-cloud-uploader package</para>
<screen>
<para>
Before you can start uploading images to the Amazon Web Services (AWS)
and/or Microsoft Azure, you have to:
</para>
<orderedlist>
<listitem>
<para>Install the obs-cloud-uploader package</para>
<screen>
zypper in obs-cloud-uploader
</screen>
</listitem>
<listitem>
<para>Start the cloud upload services</para>
<screen>
rcobsclouduploadworker start
rcobsclouduploadserver start
</screen>
</listitem>
</orderedlist>
<para>
At last you have to register the cloud uploader service in
<emphasis>/usr/lib/obs/server/BSConfig.pm</emphasis>, for example, by adding
following line:
</para>
<screen>
</screen>
</listitem>
<listitem>
<para>Start the cloud upload services</para>
<screen>
systemctl start obsclouduploadworker.service
systemctl start obsclouduploadserver.service
</screen>
</listitem>
</orderedlist>
<para>
At last you have to register the cloud uploader service in
<emphasis>/usr/lib/obs/server/BSConfig.pm</emphasis>, for example, by adding
following line:
</para>
<screen>
our $clouduploadserver = "http://$hostname:5452";
</screen>
<para>
Read more about configuring the backend in <xref linkend="_distributed_setup"/>.
</para>
<warning>
<para>
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.
</para>
</warning>
</sect4>
</screen>
<warning>
<para>
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.
</para>
</warning>
<sect4 xml:id="_aws">
<title>AWS Amazon Cloud</title>
<sect5 xml:id="_aws_authentication_workflow">
Expand Down

0 comments on commit d336e4d

Please sign in to comment.