Skip to content

Commit

Permalink
Update CaaSP system requirements (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
btat authored Mar 6, 2020
1 parent ba60ada commit 1999731
Showing 1 changed file with 83 additions and 1 deletion.
84 changes: 83 additions & 1 deletion xml/cap_depl_install_caasp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,89 @@
<title>Creating a &caasp; Cluster</title>

<para>
In order to deploy a &caasp; cluster, refer to the &caasp; Deployment Guide
When creating a &caasp; cluster, take note of the following general
guidelines to ensure there are sufficient resources available to run a
&productname; deployment:
</para>
<itemizedlist>
<listitem>
<para>
Minimum 2.3 GHz processor
</para>
</listitem>
<listitem>
<para>
2 vCPU per physical core
</para>
</listitem>
<listitem>
<para>
4 GB RAM per vCPU
</para>
</listitem>
<listitem>
<para>
Worker nodes need a minimum of 4 vCPU and 16 GB RAM
</para>
</listitem>
</itemizedlist>
<para>
As a minimum, a &productname; deployment with a basic workload will require:
</para>
<itemizedlist>
<listitem>
<para>
1 master node
</para>
<itemizedlist>
<listitem>
<para>
vCPU: 2
</para>
</listitem>
<listitem>
<para>
RAM: 8 GB
</para>
</listitem>
<listitem>
<para>
Storage: 60 GB (SSD)
</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>
2 worker nodes. Each node configured with:
</para>
<itemizedlist>
<listitem>
<para>
(v)CPU: 4
</para>
</listitem>
<listitem>
<para>
RAM: 16 GB
</para>
</listitem>
<listitem>
<para>
Storage: 100 GB
</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>
Persistent storage: 40 GB
</para>
</listitem>
</itemizedlist>

<para>
For steps to deploy a &caasp; cluster, refer to the &caasp; Deployment Guide
at <link xlink:href="https://documentation.suse.com/suse-caasp/4.1/single-html/caasp-deployment/"/>
</para>
<para>
Expand Down

0 comments on commit 1999731

Please sign in to comment.