diff options
author | Feng Pan <fpan@redhat.com> | 2016-06-13 22:19:32 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2016-06-15 08:36:56 -0400 |
commit | 32e774931b7f697f0825e99247787df1caee4c55 (patch) | |
tree | 69b70539aa5552106bfa8b1fbc8a2899fe057cbe /build/opnfv-apex-common.spec | |
parent | 2ad6cb27db57a090d7b0e7fcf85aa363f9237684 (diff) |
Change virtual deployment VMs nic model to virtio for dpdk support
Also make sure we update ipxe-roms-qemu to support pxe booting
VMs with multiple virtio interfaces defined (bz 1234601).
JIRA: APEX-119
Change-Id: I6fdecbd365450dec80e41f8407498d884b0bd79e
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build/opnfv-apex-common.spec')
-rw-r--r-- | build/opnfv-apex-common.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/build/opnfv-apex-common.spec b/build/opnfv-apex-common.spec index 536f9ec3..42880dab 100644 --- a/build/opnfv-apex-common.spec +++ b/build/opnfv-apex-common.spec @@ -8,10 +8,11 @@ License: Apache 2.0 URL: https://gerrit.opnfv.org/gerrit/apex.git Source0: opnfv-apex-common.tar.gz -BuildArch: noarch -BuildRequires: python-docutils python34-devel -Requires: openstack-tripleo opnfv-apex-sdn opnfv-apex-undercloud openvswitch qemu-kvm bridge-utils libguestfs-tools -Requires: initscripts net-tools iputils iproute iptables python34 python34-yaml python3-jinja2 +BuildArch: noarch +BuildRequires: python-docutils python34-devel +Requires: openstack-tripleo opnfv-apex-sdn opnfv-apex-undercloud openvswitch qemu-kvm bridge-utils libguestfs-tools +Requires: initscripts net-tools iputils iproute iptables python34 python34-yaml python3-jinja2 +Requires: ipxe-roms-qemu >= 20160127-1 %description Scripts for OPNFV deployment using RDO Manager |