Puppet module to add pip functionality
Go to file
Colleen Murphy 0d7e18d9d7 Block pypi.org for pip mirror tests
The beaker tests for this module use iptables to block access to pypi to
ensure the mirror functionality of the custom pip provider is working.
Pip now uses pypi.org instead of pypi.python.org and pypi.python.org is
a CNAME to pypi.org so it makes more sense to block pypi.org directly.
Also add iptables output for debugging purposes.

Change-Id: I370a403aef30dc42f3d614c5882138dac4f41ec8
2019-03-24 15:53:05 +01:00
lib/puppet/provider/package Support /usr/local/bin/pip3 as pip3 provider 2017-09-11 12:23:08 -04:00
manifests Ensure curl is installed 2017-08-24 20:51:45 +00:00
spec/acceptance Block pypi.org for pip mirror tests 2019-03-24 15:53:05 +01:00
templates Merge "Allow to send optional values to configuration" 2015-10-09 13:39:16 +00:00
.gitignore Add Gemfile and puppet 4 checks 2015-08-06 14:11:06 -04:00
.gitreview Add puppet module files for pip 2015-01-29 15:18:19 -08:00
Gemfile Update Gemfile for Zuulv3 2018-07-12 09:57:45 +02:00
LICENSE Add puppet module files for pip 2015-01-29 15:18:19 -08:00
README.md Add puppet module files for pip 2015-01-29 15:18:19 -08:00
Rakefile Add puppet module files for pip 2015-01-29 15:18:19 -08:00
metadata.json Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:18 +00:00

README.md

OpenStack PIP Module

Overview

Configures PIP.