From 0df0edea973150cd534d98100d3377c2fcce54a4 Mon Sep 17 00:00:00 2001 From: r0ckarong Date: Mon, 6 Apr 2020 14:38:15 +0200 Subject: [PATCH] Clarify base os usage in system reqs (Closes #755) --- adoc/deployment-sysreqs.adoc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/adoc/deployment-sysreqs.adoc b/adoc/deployment-sysreqs.adoc index f76a5f396..cd43e54e3 100644 --- a/adoc/deployment-sysreqs.adoc +++ b/adoc/deployment-sysreqs.adoc @@ -3,7 +3,7 @@ === Platform -Currently we support: +Currently we support the following platforms to deploy on: * SUSE OpenStack Cloud 8 * VMware ESXi {vmware_version} @@ -11,8 +11,16 @@ Currently we support: * 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 @@ -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.