Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

pulp/pulp_rpm_prerequisites

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pulp CI

Pulp 3 RPM plugin prerequisites

This role installs prerequisites for pulp-rpm plugin use, when installed by pulp_installer.

Requirements

Each currently supported operating system has a matching file in the "vars" directory.

Installation

Install in the ansible role search path as the foldername pulp.pulp_rpm_prerequisites, by either: *. ansible-galaxy install pulp.pulp_rpm_prerequisites -p ./roles/ *. Cloning this repo, and symlinking it as pulp.pulp_rpm_prerequisites

Example Playbook

Here's an example playbook for using pulp_rpm_prerequisites as part of pulp_installer.

---
- hosts: all
  vars:
    pulp_default_admin_password: password
    pulp_settings:
      secret_key: secret
    pulp_install_plugins:
      pulp-rpm:
        prereq_role: "pulp.pulp_rpm_prerequisites"  # https://galaxy.ansible.com/pulp/pulp_rpm_prerequisites
  roles:
    - pulp_database
    - pulp_workers
    - pulp_resource_manager
    - pulp_webserver
    - pulp_content
  environment:
    DJANGO_SETTINGS_MODULE: pulpcore.app.settings

License

GPLv2+

Author Information

Pulp Team