From: Patrick C. F. Ernzer Date: Sun, 13 Feb 2022 01:05:44 +0000 (+0100) Subject: doc/cephadm: Add CentOS Stream install instructions X-Git-Tag: v18.0.0~1377^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7f243262f9d64768e3ee12a9328fc36245bb244f;p=ceph-ci.git doc/cephadm: Add CentOS Stream install instructions Signed-off-by: Patrick C. F. Ernzer . --- diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index e9272a55f51..2c42729818d 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -110,6 +110,15 @@ that case, you can install cephadm directly. For example: apt install -y cephadm + In CentOS Stream: + + .. prompt:: bash # + :substitutions: + + dnf search release-ceph + dnf install --assumeyes centos-release-ceph-|stable-release| + dnf install --assumeyes cephadm + In Fedora: .. prompt:: bash # @@ -393,4 +402,4 @@ Then run bootstrap using the ``--image`` flag with your container image. For exa cephadm --image **:5000/ceph/ceph bootstrap --mon-ip ** -.. _cluster network: ../rados/configuration/network-config-ref#cluster-network \ No newline at end of file +.. _cluster network: ../rados/configuration/network-config-ref#cluster-network