From 0c714b8d51c01c309f0752ad00735d2eb9d7314e Mon Sep 17 00:00:00 2001 From: Lubos Mjachky Date: Fri, 26 May 2023 16:00:54 +0200 Subject: [PATCH] Remove the ansible installation section [noissue] --- docs/installation.rst | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 88c50179b..622ac1332 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -2,28 +2,11 @@ User Setup ========== -Ansible Installer (Recommended) -------------------------------- +Containerized Installation +************************** -We recommend that you install `pulpcore` and `pulp-container` together using the `Ansible installer -`_. If you install this way, pulpcore -installation and all the following steps will be done for you. - -Install ``pulpcore`` --------------------- - -Follow the `installation -instructions `__ -provided with pulpcore. - -Install plugin --------------- - -This document assumes that you have -`installed pulpcore `_ -into a the virtual environment ``pulpvenv``. - -Users should install from **either** PyPI or source. +Follow the `Pulp in One Container `_ instructions to get started with Pulp by +leveraging OCI images. Further details are discussed in the `pulpcore documentation `_. From PyPI ********* @@ -68,10 +51,3 @@ Run Services sudo systemctl restart pulpcore-resource-manager sudo systemctl restart pulpcore-worker@1 sudo systemctl restart pulpcore-worker@2 - -OCI Container Image building ----------------------------- - -The plugin can be used to build an OCI format image from a Containerfile. The plugin uses podman -to build containers. Refer to `podman-build documentation `_ -for more details.