X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=lib%2Fansible%2Fplaybooks%2Fbuild_dependencies.yml;h=1a7e6c9a9323de3398f44e0f9744fc0732e61aef;hb=2ebb431beffab428076a46101919c1ab39a3ecb0;hp=dcf2ed94a54b2bb145dfb7dc92b3cbb1eddd0906;hpb=bdc2213a8076721199fe845650df7f25ea3229b9;p=apex.git diff --git a/lib/ansible/playbooks/build_dependencies.yml b/lib/ansible/playbooks/build_dependencies.yml index dcf2ed94..1a7e6c9a 100644 --- a/lib/ansible/playbooks/build_dependencies.yml +++ b/lib/ansible/playbooks/build_dependencies.yml @@ -6,16 +6,27 @@ 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 + 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" - - 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: 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