Setting Up Pulp Repositories
How to create and set up Pulp domain and repositories
Overview
- This document and script should be used to initialize and setup a pulp domain and a set of repositories
- We choose the domain prefix of
public-to ensure that the repositories are publicly available
Setup
- make sure you have followed the local development setup instructions in the infrastructure repository
- install pulp cli via dnf install pulp-cli
- setup the local pulp environment via:
cki_secret PULP_PUBLIC_RHEL_PRIMITIVES_CONFIG_FILE > ~/.config/pulp/cli.toml
# or
vault kv get -mount=apps -field cli.toml hummingbird/PULP_PUBLIC_RHEL_PRIMITIVES_CONFIG_FILE > ~/.config/pulp/cli.toml
- Run the creation script
Create
./create-pulp-resources.sh public-hummingbird "source,x86_64,s390x,ppc64le,aarch64"