Project

General

Profile

Pulp 3 Integration » History » Version 4

Justin Sherrill, 03/08/2019 03:12 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
NOTE, THIS DOES NOT WORK UNTIL A NEW VERSION OF SMART-PROXY-PULP IS RELEASED
15
16 2 Justin Sherrill
With this setup, pulp3 will run on a 2nd vm (this is temporary)
17
18
* Install a katello dev environment
19
* Checkout pulplift: https://github.com/pulp/pulplift
20
* vagrant up pulp3-sandbox-centos7
21 3 Justin Sherrill
* edit /etc/foreman-proxy/settings.d/pulp3.yml    
22
** add/edit options (replacing dev.pulp3 with ip address or hostname of pulplift box):
23 2 Justin Sherrill
<pre>
24
:enabled: true
25
:pulp_url: http://dev.pulp3/pulp/
26
</pre> 
27
* restart foreman-proxy:  systemctl restart foreman-proxy
28
* refresh your smart proxy, from the Infrastructure > Smart Proxies page
29
* Confirm that you see 'pulp3' show up in the list of features for that smart proxy
30
31
You're now rockin' Pulp3