managing python packages with pulp
play

Managing Python Packages with Pulp Presented by: Michael Hrivnak - PowerPoint PPT Presentation

Managing Python Packages with Pulp Presented by: Michael Hrivnak Principal Software Engineer mhrivnak@redhat.com @michael_hrivnak http://www.pulpproject.org Distributing software is a messy business. What is Pulp? Manage repositories of


  1. Managing Python Packages with Pulp Presented by: Michael Hrivnak Principal Software Engineer mhrivnak@redhat.com @michael_hrivnak http://www.pulpproject.org

  2. Distributing software is a messy business.

  3. What is Pulp? Manage repositories of content Supports many content types Pull-through cache OSS under GPL2 https://github.com/pulp Python web app

  4. Create New Repositories Create a new repository in Pulp Sync content from a remote repo, manually or on a schedule Upload your own content Copies are cheap

  5. Publish Your Repository Mix and match content, then publish Publish can mean many things

  6. $ pulp-admin python repo create --repo-id pypi --feed https://pypi.python.org/ --package-names numpy,scipy Repository [pypi] successfully created

  7. $ pulp-admin python repo sync run --repo-id pypi +----------------------------------------------------------------+ Synchronizing Repository [pypi] +----------------------------------------------------------------+ This command may be exited via ctrl+c without affecting the request. Downloading and processing metadata. [-] ... completed Downloading and processing Python packages. [==================================================] 100% 30 of 30 items ... completed Task Succeeded

  8. $ pip install -i http://pulp.example.com/pulp/python/web/my_own_pypi/simple/ pulp-python-plugins Downloading/unpacking pulp-python-plugins Downloading pulp-python-plugins-0.0.0.tar.gz Running setup.py egg_info for package pulp-python-plugins Installing collected packages: pulp-python-plugins Running setup.py install for pulp-python-plugins Successfully installed pulp-python-plugins Cleaning up...

  9. Content Types RPM family Docker Images Puppet Modules Python Packages OSTree Regular Files Debian Packages (community) NPM?

  10. Who uses Pulp? Red Hat Release Engineering Public Clouds Katello / Red Hat Satellite 6 Community

  11. Use Case : Mirror Python Packages Sync packages from PyPI to a local repository Add or remove packages as desired Retain old versions Control which versions appear together

  12. Use Case : Dev / Test / Production Sync content into a development repository “Promote” by copying to a Test repository, and then to a Production repository Useful for testing upstream content, such as new RHEL point releases Dev Test Prod

  13. Distributed Application REST API Content served via HTTP Worker Processes for Async Jobs

  14. Publish! HTTPD DB AMQP Workers

  15. Extensible Standard ways to support new content types How does content flow in? How does content flow out?

  16. Plugins importer Type Definition Model Class (using mongoengine) Importer core Used to pull in upstream content One per repository distributor Distributor Used to publish content Many per repository

  17. Integration REST API Events published to AMQP topic exchange HTTP callbacks

  18. Pull-through Cache yum pulp squid streamer remote repo filesystem Available in 2.8.0 Beta Adds metadata to database without downloading files Retrieves files on-demand or in the background

  19. Documentation http://www.pulpproject.org/docs/

  20. Stickers!

  21. Questions? Michael Hrivnak mhrivnak@redhat.com @michael_hrivnak http://www.pulpproject.org

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend