Removes using https with rdo-release
[apex.git] / lib / ansible / playbooks / build_dependencies.yml
1 ---
2 - hosts: localhost
3   tasks:
4     - name: Add rdo-release repo
5       yum:
6         name: 'http://www.rdoproject.org/repos/rdo-release.rpm'
7     - name: Add dependency packages
8       yum:
9         name: python34,python34-devel,python34-jinja2,python34-markupsafe,
10               libguestfs-tools,bsdtar,libvirt,yum-utils,
11               make, python34-pip, python-virtualenv,libguestfs-tools-c,
12               supermin,supermin5,perl-Sys-Guestfs,python-libguestfs,
13               libvirt-devel,python34-docutils
14     - name: Install Virtualization group
15       yum:
16         name: "@^Virtualization Host"
17     - pip:
18         name: python-ipmi
19         executable: pip3.4
20     - pip:
21         name: tox
22         executable: pip3.4
23     - pip:
24         name: gitpython
25         executable: pip3.4
26     - pip:
27         name: pygerrit2
28         executable: pip3.4
29     - name: Add python2 pbr only for networking-vpp build
30       pip:
31         name: pbr
32         executable: pip2