From c571e65671c81d627cc41085d8798cc6259caf19 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Fri, 20 Mar 2015 17:26:53 -0700 Subject: [PATCH] calamari_setup: oops: ice-tools is still where it was on github.com Signed-off-by: Dan Mick --- tasks/calamari_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/calamari_setup.py b/tasks/calamari_setup.py index 57bc42568b61f..5bce5648e54c7 100644 --- a/tasks/calamari_setup.py +++ b/tasks/calamari_setup.py @@ -246,7 +246,7 @@ def calamari_install(config, cal_svr): calamari_user = config.get('calamari_user', 'admin') calamari_password = config.get('calamari_password', 'admin') git_icetool_loc = config.get('ice_git_location', - 'git@github.com:ceph') + 'git@github.com:inktankstorage') iceball_loc = config.get('iceball_location', '.') ice_version = config.get('ice_version', ICE_VERSION_DEFAULT) -- 2.39.5