summaryrefslogtreecommitdiffstats
path: root/lib/ansible/playbooks/build_dependencies.yml
blob: 620b1b3f0ebc1e660bc3dab0837b8c9b09fde618 (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
---
- hosts: localhost
  tasks:
    - name: Add rdo-release repo
      yum:
        name: 'https://www.rdoproject.org/repos/rdo-release.rpm'
    - name: Add dependency packages
      yum:
        name: python34,python34-devel,python34-jinja2,
              python34-markupsafe, python2-virtualbmc,
              libguestfs-tools,bsdtar,libvirt,
              python2-oslo-config,python2-debtcollector,
              make, python-pip, python-virtualenv, python34-pip
    - name: Install Virtualization group
      yum:
        name: "@Virtualization Host"
    - name: Install python ipmi from OPNFV artifacts
      yum:
        name: 'http://artifacts.opnfv.org/apex/dependencies/python3-ipmi-0.3.0-1.noarch.rpm'
    - pip:
        name: tox
    - pip:
        name: gitpython
        executable: pip3.4
    - pip:
        name: pygerrit2
        executable: pip3.4