RETIRED, Role pip_install for OpenStack-Ansible
Go to file
Jesse Pretorius e796a42070 Merge bashate/pep8 lint jobs in common job
Instead of launching two separate build jobs in our CI infrastructure,
one for bashate and one for pep8, launch a single one. While the jobs
are short, the setup of the images takes a long time, so this is
friendlier to our CI infrastructure.

Use the pep8 environment as common lint target and merge the bashate job
into it.

This patch also renamed dev-requirements to test-requirements to bring it
into line with all other OpenStack projects.

Change-Id: I253426461e6453eaaff6d74c92f36852e4ca7cf4
2015-12-15 10:44:42 +00:00
defaults IRR for pip_install 2015-11-03 02:34:10 -06:00
doc IRR for pip_install 2015-11-03 02:34:10 -06:00
files IRR for pip_install 2015-11-03 02:34:10 -06:00
meta IRR for pip_install 2015-11-03 02:34:10 -06:00
tasks IRR for pip_install 2015-11-03 02:34:10 -06:00
tests Use sudo for role testing 2015-11-25 13:01:08 +00:00
.gitignore New git dotfiles for independant repository 2015-11-25 17:22:01 +00:00
.gitreview New git dotfiles for independant repository 2015-11-25 17:22:01 +00:00
CONTRIBUTING.rst IRR for pip_install 2015-11-03 02:34:10 -06:00
LICENSE IRR for pip_install 2015-11-03 02:34:10 -06:00
README.rst IRR for pip_install 2015-11-03 02:34:10 -06:00
run_tests.sh Update run_tests to be more complete 2015-12-09 13:39:46 +00:00
setup.cfg updated summary 2015-12-08 14:09:02 -06:00
setup.py IRR for pip_install 2015-11-03 02:34:10 -06:00
test-requirements.txt Merge bashate/pep8 lint jobs in common job 2015-12-15 10:44:42 +00:00
tox.ini Merge bashate/pep8 lint jobs in common job 2015-12-15 10:44:42 +00:00

README.rst

OpenStack pip install

tags

openstack, pip, install, cloud, ansible

category

*nix

This role will install pip using the upstream pip.

- name: Install pip and lock it down
  hosts: host_name
  user: root
  roles:
    - role: "pip_install"
      pip_get_pip_url: https://bootstrap.pypa.io/get-pip.py
      tags:
        - "pip-install"