Moving to forks on gerrit.opnfv.org
[apex.git] / lib / ansible / playbooks / build_dependencies.yml
1 ---
2 - hosts: localhost
3   tasks:
4     - name: Add rdo-release repo
5       yum:
6         name: 'https://www.rdoproject.org/repos/rdo-release.rpm'
7     - name: Add dependency packages
8       yum:
9         name: python34,python34-devel,python34-jinja2,
10               python34-markupsafe, python2-virtualbmc,
11               libguestfs-tools,bsdtar,libvirt,
12               python2-oslo-config,python2-debtcollector,
13               make, python-pip, python-virtualenv, python34-pip
14     - name: Install Virtualization group
15       yum:
16         name: "@Virtualization Host"
17     - name: Install python ipmi from OPNFV artifacts
18       yum:
19         name: 'http://artifacts.opnfv.org/apex/dependencies/python3-ipmi-0.3.0-1.noarch.rpm'
20     - pip:
21         name: tox
22     - pip:
23         name: gitpython
24         executable: pip3.4
25     - pip:
26         name: pygerrit2
27         executable: pip3.4