summaryrefslogtreecommitdiffstats
path: root/ci/dev_deploy_check.sh
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2016-06-13 22:19:32 -0400
committerFeng Pan <fpan@redhat.com>2016-06-15 08:36:56 -0400
commit32e774931b7f697f0825e99247787df1caee4c55 (patch)
tree69b70539aa5552106bfa8b1fbc8a2899fe057cbe /ci/dev_deploy_check.sh
parent2ad6cb27db57a090d7b0e7fcf85aa363f9237684 (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 'ci/dev_deploy_check.sh')
-rwxr-xr-xci/dev_deploy_check.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/dev_deploy_check.sh b/ci/dev_deploy_check.sh
index 8ba46ab0..831ff1fd 100755
--- a/ci/dev_deploy_check.sh
+++ b/ci/dev_deploy_check.sh
@@ -25,6 +25,12 @@ if ! sudo yum $rdo_action -y https://www.rdoproject.org/repos/rdo-release.rpm;
exit 1
fi
+# update ipxe-roms-qemu
+if ! sudo yum update -y ipxe-roms-qemu; then
+ echo "Failed to update ipxe-roms-qemu package..."
+ exit 1
+fi
+
# check for other packages
for i in epel-release python34-PyYAML openvswitch openstack-tripleo libguestfs libguestfs-tools-c libvirt-python; do
# Make sure deploy deps are installed