Story #2840
Updated by bizhang over 7 years ago
h2. Motivation
Pulp3 alpha needs to be fully installable, the easiest way of ensuring this is creating an ansible playbook to install pulp from PyPI, move the systemd files to the correct location, install the broker, install and initialize the database, and whatever else needs to be done for a working pulp installation.
The roles for each of those tasks are already present in https://github.com/pulp/devel/tree/3.0-dev
This playbook should work in RHEL7 and Fedora 25
This playbook should be published on ansible galaxy, and instructions should be published in the pulp3 installation.rst with instructions for how to consume it.