Skip to content

Commit

Permalink
Add info about cloud storage reliability
Browse files Browse the repository at this point in the history
* Add mdellweg feedback
  • Loading branch information
Melanie Corr committed Jul 23, 2021
1 parent 333b233 commit c670ed8
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions content-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ toc: true

## Content Plugins

As part of the Pulp installation, you must add a content plugin for each content type that you want to
manage.
As part of the Pulp installation, you must add a content plugin for each content type that you want
to manage.
The following sections contain information about the available content plugins for both Pulp 2 and
Pulp 3. If you do not find the plugin for the content type you want to manage, consider
[writing a plugin](https://docs.pulpproject.org/plugins/plugin-writer/index.html).
Expand All @@ -19,9 +19,7 @@ Pulp 3. If you do not find the plugin for the content type you want to manage, c
* The Docker plugin in Pulp 2 has been replaced by the Container plugin.
* Currently, there are no Pulp 3 plugins for Puppet and OSTree content.

## Pulp 3 Content Plugin Features

### A note on Pulp 3 CLI Coverage
## Pulp 3 CLI Coverage

The [Pulp 3 CLI](https://github.com/pulp/pulp-cli) is a work in progress.
The CLI is implemented by the plugin writers, so the workflows that are possible with the CLI vary
Expand All @@ -34,6 +32,17 @@ At the moment, these plugins have the following coverage:
* **Container**: Sync workflow
* **Python**: Sync workflow

## Cloud Storage

It is possible to configure Pulp to use
[cloud storage](https://docs.pulpproject.org/pulpcore/installation/storage.html).
However, plugins can introduce changes that are incompatible with, for example, S3 requirements.
The Pulp Ansible, RPM, File, Debian, Python, and Container plugins are regularly tested to ensure they remain compatible but the
level of coverage is lower for other plugins.

## Pulp 3 Content Plugin Features


### RPM

* Create, sync and publish a repository with RPM Content including RPMs, Advisories, Modularity, and
Expand Down

0 comments on commit c670ed8

Please sign in to comment.