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