From e29bf0b1f102308f114e04421d80696eebfbf6e3 Mon Sep 17 00:00:00 2001 From: Raghavendra Talur Date: Mon, 18 Jan 2016 15:06:18 +0530 Subject: vagrant-test: Use pre-baked box for better perf Using Fedora cloud base leads to lot of downloading time for packages and also it is larger in disk size once imported into linux. Change-Id: I2e878e7cb29a79ade4d6e517075ab523062deb53 BUG: 1291537 Signed-off-by: Raghavendra Talur Reviewed-on: http://review.gluster.org/13251 Smoke: Gluster Build System CentOS-regression: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Jeff Darcy --- tests/vagrant/vagrant-template/setup.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/vagrant/vagrant-template/setup.yml') diff --git a/tests/vagrant/vagrant-template/setup.yml b/tests/vagrant/vagrant-template/setup.yml index 691c7aff07f..454c171300d 100644 --- a/tests/vagrant/vagrant-template/setup.yml +++ b/tests/vagrant/vagrant-template/setup.yml @@ -2,7 +2,12 @@ - hosts: all sudo: true roles: - - install-pkgs + #Installing packages invoke dnf and metadata download takes a long time. + #The box used in Vagrantfile has all the packages installed. + #Refer to main.yml file in install-pkgs role to get list of packages. + #install-pkgs role is hence disabled by default. + #- install-pkgs + - remove-gluster-pkgs - prepare-brick - mock-user - selinux -- cgit