From 7791de298113e07fb3d34d3129623209aa026a6a Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 23 Aug 2017 14:08:07 -0400 Subject: Updates RPM specs and building Changes Include: - Disables ONOS from rpm and image building - Fixes opnfv-apex package dependency for python34-opnfv-apex - Updates requirements for python34-opnfv-apex - Updates docs - Removes temporary build qcow2 for odl which was being bundled into our dev tars unnecessarily Change-Id: Ief668067181fc35a54553ae118b7950bddce1940 Signed-off-by: Tim Rozet --- lib/ansible/playbooks/build_dependencies.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lib/ansible') diff --git a/lib/ansible/playbooks/build_dependencies.yml b/lib/ansible/playbooks/build_dependencies.yml index afe12b74..1a7e6c9a 100644 --- a/lib/ansible/playbooks/build_dependencies.yml +++ b/lib/ansible/playbooks/build_dependencies.yml @@ -6,13 +6,11 @@ name: 'https://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" @@ -28,3 +26,7 @@ - pip: name: pygerrit2 executable: pip3.4 + - name: Add python2 pbr only for networking-vpp build + pip: + name: pbr + executable: pip2 -- cgit 1.2.3-korg