From 13841515df6959e4a56c76b99b3779e66afadb3b Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Fri, 7 Oct 2016 09:37:49 -0500 Subject: [PATCH] ciao-deploy: remove kvm-host bundle install the kvm-host bundle was added to include the qemu-nbd tool, since this is not neccessary for the ciao-deployment, we can get rid of this bundle. Signed-off-by: Simental Magana, Marcos --- ciao-deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciao-deploy/Dockerfile b/ciao-deploy/Dockerfile index 821c6f9..c2a0833 100644 --- a/ciao-deploy/Dockerfile +++ b/ciao-deploy/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER marcos.simental.magana@intel.com ARG swupd_args ENV HOME=/root/ -RUN swupd bundle-add sysadmin-hostmgmt go-basic c-basic kvm-host openstack-common $swupd_args +RUN swupd bundle-add sysadmin-hostmgmt go-basic c-basic openstack-common $swupd_args RUN cp -r /usr/share/ansible/examples/ciao /root/ RUN ansible-galaxy install -r /root/ciao/requirements.yml --ignore-certs