Pulp 3 Integration » History » Version 5
Justin Sherrill, 03/11/2019 07:01 PM
| 1 | 1 | Justin Sherrill | h1. Pulp 3 Integration |
|---|---|---|---|
| 2 | |||
| 3 | This page is meant to capture links to various resources around pulp3 integration |
||
| 4 | |||
| 5 | * Initial Integration Document: https://docs.google.com/document/d/1eFM4H9BteA_nTDbUkRJgEiqSttXfAtB9-51a_OuwVJw/edit?usp=sharing |
||
| 6 | * Initial Community Post: https://community.theforeman.org/t/pulp-3-migration/10474 |
||
| 7 | * Youtube Videos: https://www.youtube.com/playlist?list=PL59WSIBtIpv7tbjnsEAWNcdiOKAmjjgqE |
||
| 8 | * Tasks List: https://docs.google.com/spreadsheets/d/1PFx-VAEXlivlqDYR9INMW26AUWtuMS_XtEnwhFVP5Rc/edit?usp=sharing |
||
| 9 | 2 | Justin Sherrill | |
| 10 | |||
| 11 | |||
| 12 | h2. Katello Dev environment with pulp 3 |
||
| 13 | |||
| 14 | 4 | Justin Sherrill | |
| 15 | 2 | Justin Sherrill | With this setup, pulp3 will run on a 2nd vm (this is temporary) |
| 16 | |||
| 17 | 1 | Justin Sherrill | * Install a katello dev environment |
| 18 | 5 | Justin Sherrill | * run: |
| 19 | <pre> |
||
| 20 | yum update http://koji.katello.org/kojifiles/work/tasks/8520/178520/rubygem-smart_proxy_pulp-1.4.0-1.el7.noarch.rpm |
||
| 21 | </pre> |
||
| 22 | |||
| 23 | * Checkout pulplift: https://github.com/pulp/pulplift |
||
| 24 | * Follow pulplift readme instructions and vagrant up pulp3-sandbox-centos7 |
||
| 25 | * On katello dev env, edit /etc/foreman-proxy/settings.d/pulp3.yml |
||
| 26 | 3 | Justin Sherrill | ** add/edit options (replacing dev.pulp3 with ip address or hostname of pulplift box): |
| 27 | 2 | Justin Sherrill | <pre> |
| 28 | :enabled: true |
||
| 29 | :pulp_url: http://dev.pulp3/pulp/ |
||
| 30 | </pre> |
||
| 31 | * restart foreman-proxy: systemctl restart foreman-proxy |
||
| 32 | * refresh your smart proxy, from the Infrastructure > Smart Proxies page |
||
| 33 | * Confirm that you see 'pulp3' show up in the list of features for that smart proxy |
||
| 34 | |||
| 35 | You're now rockin' Pulp3 |