Remove epel-release / python-pip from role
These are dependencies our role requires. As such, they should be installed by the user. Change-Id: I71275b1de839834e9217534229b6e50aa66934bd Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
e41e5f8ff8
commit
d93d1b0ff4
@ -17,6 +17,8 @@ Shade is a simple client library for operating OpenStack clouds.
|
||||
Requirements
|
||||
------------
|
||||
|
||||
See `bindep.txt` for role dependencies.
|
||||
|
||||
Packages
|
||||
~~~~~~~~
|
||||
|
||||
|
@ -0,0 +1,4 @@
|
||||
# This is a cross-platform list tracking distribution packages needed by tests;
|
||||
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
||||
|
||||
python-pip
|
@ -17,14 +17,6 @@
|
||||
shade_build_depends: "{{ __shade_build_depends | list }}"
|
||||
when: shade_build_depends is not defined
|
||||
|
||||
# NOTE(pabelanger): This needs to be here for now, since we need python-pip.
|
||||
- name: Ensure EPEL is enabled.
|
||||
package:
|
||||
name: epel-release
|
||||
state: installed
|
||||
when: (shade_install_method == 'git' or shade_install_method == 'pip') and
|
||||
ansible_os_family == 'RedHat'
|
||||
|
||||
- name: Ensure build dependencies are installed.
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
|
@ -14,4 +14,3 @@
|
||||
---
|
||||
__shade_build_depends:
|
||||
- git
|
||||
- python-pip
|
||||
|
@ -14,4 +14,3 @@
|
||||
---
|
||||
__shade_build_depends:
|
||||
- git
|
||||
- python-pip
|
||||
|
Loading…
Reference in New Issue
Block a user