Skip to content

Pulp Content#

A role to setup content serving in Pulp 3, yielding the following objects:

  • Deployment
  • Service

Role Variables#

  • content: A dictionary of pulp-content configuration
    • replicas: Number of pod replicas.
    • log_level: The desired log level.
  • image: The image name. Default: quay.io/pulp/pulp
  • image_version: The image tag. Default: stable
  • gunicorn_timeout: The timeout for the gunicorn process. Default: 90

Requirements#

Requires the openshift Python library to interact with Kubernetes: pip install openshift.

Dependencies#

collections:

  • kubernetes.core
  • operator_sdk.util

License#

GPLv2+

Author Information#

Pulp Team