Migrates Apex to Python
[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,yum-utils,
12               python2-oslo-config,python2-debtcollector,
13               make, python34-pip, python-virtualenv,libguestfs-tools-c,
14               supermin,supermin5,perl-Sys-Guestfs,python-libguestfs,
15               libvirt-devel,python34-docutils,python-docutils
16     - name: Install Virtualization group
17       yum:
18         name: "@Virtualization Host"
19     - pip:
20         name: python-ipmi
21         executable: pip3.4
22     - pip:
23         name: tox
24         executable: pip3.4
25     - pip:
26         name: gitpython
27         executable: pip3.4
28     - pip:
29         name: pygerrit2
30         executable: pip3.4