diff options
author | Tim Rozet <trozet@redhat.com> | 2017-08-23 14:08:07 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-08-24 13:46:14 -0400 |
commit | 7791de298113e07fb3d34d3129623209aa026a6a (patch) | |
tree | 5509be7225ca6179b12a9baab56c8c53452ee0ff /lib/ansible/playbooks | |
parent | c6f04a5dee991a131a49c2fde9c5990fe2edac4e (diff) |
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 <trozet@redhat.com>
Diffstat (limited to 'lib/ansible/playbooks')
-rw-r--r-- | lib/ansible/playbooks/build_dependencies.yml | 10 |
1 files changed, 6 insertions, 4 deletions
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 |