Skip to content

Commit

Permalink
Clarify base os usage in system reqs (Closes #755)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0ckarong authored and Markus Napp committed Apr 6, 2020
1 parent 54d8037 commit 0df0ede
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions adoc/deployment-sysreqs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,24 @@

=== Platform

Currently we support:
Currently we support the following platforms to deploy on:

* SUSE OpenStack Cloud 8
* VMware ESXi {vmware_version}
* KVM
* Bare Metal x86_64
* Amazon Web Services (technological preview)

{productname} itself is based on *{slea} {base_os_version}*.

The steps for obtaining the correct installation image for each platform type
are detailed in the respective platform deployment instructions.


=== Nodes

{productname} consists of a number of (virtual) machines that run as a cluster.

You will need at least two machines:

* 1 master node
Expand Down Expand Up @@ -48,7 +56,7 @@ All cluster nodes must be dedicated (virtual) machines reserved for the purpose

In order to deploy and control a {productname} cluster you will need at least one
machine capable of running `skuba`. This typically is a regular desktop workstation or laptop
running SLE 15 SP1 or later.
running {slea} {base_os_version} or later.

The `skuba` CLI package is available from the {productname} module.
You will need a valid {sle} and {productname} subscription to install this tool on the workstation.
Expand Down

0 comments on commit 0df0ede

Please sign in to comment.