X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=lib%2Fansible%2Fplaybooks%2Fbuild_dependencies.yml;h=a97d59d3184998ce28cf3a9e8163266b5376a15e;hb=c4b66d46770847e9090a06c4c2ec3e8266606282;hp=afe12b74a99af5d6ad2621a663f18e347f6a1f35;hpb=f4d388ea508ba00771e43a219ac64e0d430b73bd;p=apex.git diff --git a/lib/ansible/playbooks/build_dependencies.yml b/lib/ansible/playbooks/build_dependencies.yml index afe12b74..a97d59d3 100644 --- a/lib/ansible/playbooks/build_dependencies.yml +++ b/lib/ansible/playbooks/build_dependencies.yml @@ -3,19 +3,17 @@ tasks: - name: Add rdo-release repo yum: - name: 'https://www.rdoproject.org/repos/rdo-release.rpm' + name: 'http://www.rdoproject.org/repos/rdo-release.rpm' - name: Add dependency packages yum: - name: python34,python34-devel,python34-jinja2, - python34-markupsafe, python2-virtualbmc, + name: python34,python34-devel,python34-jinja2,python34-markupsafe, libguestfs-tools,bsdtar,libvirt,yum-utils, - python2-oslo-config,python2-debtcollector, make, python34-pip, python-virtualenv,libguestfs-tools-c, supermin,supermin5,perl-Sys-Guestfs,python-libguestfs, - libvirt-devel,python34-docutils,python-docutils + libvirt-devel,python34-docutils - name: Install Virtualization group yum: - name: "@Virtualization Host" + name: "@^Virtualization Host" - pip: name: python-ipmi executable: pip3.4 @@ -28,3 +26,7 @@ - pip: name: pygerrit2 executable: pip3.4 + - name: Add python2 pbr only for networking-vpp build + pip: + name: pbr + executable: pip2