summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-05-15 21:19:43 -0400
committerFeng Pan <fpan@redhat.com>2017-05-25 23:03:54 +0000
commit8a973df23bf27f14c601100b63fa9f8ccbee0b76 (patch)
tree3db8a49a3207d80785aee49e809511054ac7e99a
parent5d52dc853acabfedf5d52130991650920832e801 (diff)
Remove qemu install
qemu-ev is now included in overcloud. Change-Id: I0d62793d267465c99fde489b8d39c27a87a20a4c Signed-off-by: Feng Pan <fpan@redhat.com>
-rwxr-xr-xbuild/overcloud-full.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh
index c03ae2c2..04afaf9c 100755
--- a/build/overcloud-full.sh
+++ b/build/overcloud-full.sh
@@ -101,9 +101,6 @@ LIBGUESTFS_BACKEND=direct virt-customize \
--run-command "yum install -y etcd" \
--install python-etcd \
--run-command "puppet module install cristifalcas/etcd" \
- --install "centos-release-qemu-ev" \
- --run-command "yum install -y qemu-kvm-ev-2.3.0-31.el7_2.21.1.x86_64" \
- --run-command "yum remove -y qemu-system-x86" \
--run-command "rm -f /etc/sysctl.d/80-vpp.conf" \
--install unzip \
--upload ${BUILD_DIR}/puppet-fdio.tar.gz:/etc/puppet/modules \