From 161cc194d57be2cc3f3d57310a74163c9c4e8143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Magnus=20Landr=C3=B8?= Date: Thu, 28 May 2015 22:26:41 +0200 Subject: [PATCH] Fixed yum and apt repo locations used by chef in devcloud4 The testing repos seem to be gone, change to upstream This closes #323 Signed-off-by: Erik Weber --- .../binary-installation-basic/chef_configuration.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/devcloud4/binary-installation-basic/chef_configuration.json b/tools/devcloud4/binary-installation-basic/chef_configuration.json index 87464bf577d1..248a732ab1da 100644 --- a/tools/devcloud4/binary-installation-basic/chef_configuration.json +++ b/tools/devcloud4/binary-installation-basic/chef_configuration.json @@ -27,8 +27,8 @@ "xenserver": "http://packages.shapeblue.com/systemvmtemplate/4.5/systemvm64template-4.5-xen.vhd.bz2" }, "configuration": "/vagrant/marvin.cfg.erb", - "yum_repo": "http://packages.shapeblue.com/cloudstack/testing/centos/4.5/", - "apt_repo": "http://packages.shapeblue.com/cloudstack/testing/debian/4.5/", + "yum_repo": "http://packages.shapeblue.com/cloudstack/upstream/centos/4.5/", + "apt_repo": "http://packages.shapeblue.com/cloudstack/upstream/debian/4.5/", "version": "4.5.0" } }