From 20f60e617f398f4d578c40083710551564eadf8f Mon Sep 17 00:00:00 2001 From: Mykola Golub Date: Mon, 1 Apr 2024 14:46:46 +0100 Subject: [PATCH] doc: add section about ubuntu-focal to README Signed-off-by: Mykola Golub --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 83c9a3de..6e01ccd8 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ The Jenkins CI tests that `sesdev` can be used to deploy a single-node Ceph * [With wire encryption](#with-wire-encryption) * [Deploying non-SUSE environments](#deploying-non-suse-environments) * [Ubuntu "Bionic Beaver" 18.04](#ubuntu-bionic-beaver-1804) + * [Ubuntu "Focal Fossa" 20.04](#ubuntu-focal-fossa-2004) * [Introspect existing deployments](#introspect-existing-deployments) * [List all existing deployments and their overall status](#list-all-existing-deployments-and-their-overall-status) * [Get status of individual nodes in an existing deployment](#get-status-of-individual-nodes-in-an-existing-deployment) @@ -867,6 +868,28 @@ This will create Ubuntu 18.04 VMs and bootstrap a Ceph Octopus cluster on them using `cephadm bootstrap`. To stop the deployment before bootstrap, give the `--stop-before-cephadm-bootstrap` option. +##### Ubuntu "Focal Fossa" 20.04 + +Ubuntu Focal is supported with the `octopus`, `pacific`, `quincy`, `reef` +deployment versions, and this os is the default for `quincy` and `reef`. +For example: + +``` +sesdev create pacific --os ubuntu-focal +sesdev create pacific --single-node --os ubuntu-focal +``` + +This will create Ubuntu 20.04 VMs and bootstrap a Ceph Pacific cluster on them +using `cephadm bootstrap`. To stop the deployment before bootstrap, give the +`--stop-before-cephadm-bootstrap` option. + +When deploying Ceph Quincy there is no need to specify `--os` option: + +``` +sesdev create quincy +sesdev create quincy --single-node +``` + ### Introspect existing deployments Please note that the `sesdev status` and `sesdev show` commands take