Merge "Builds and installs ovs 2.6.1 with NSH support"
[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     - name: Install Virtualization group
16       yum:
17         name: "@Virtualization Host"
18     - name: Install python ipmi from OPNFV artifacts
19       yum:
20         name: 'http://artifacts.opnfv.org/apex/dependencies/python3-ipmi-0.3.0-1.noarch.rpm'
21     - pip:
22         name: tox
23     - pip:
24         name: gitpython
25         executable: pip3.4
26     - pip:
27         name: pygerrit2
28         executable: pip3.4