From: Dan Mick Date: Sat, 21 Mar 2015 00:26:53 +0000 (-0700) Subject: calamari_setup: oops: ice-tools is still where it was on github.com X-Git-Tag: v10.2.6~165^2^2~525^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c571e65671c81d627cc41085d8798cc6259caf19;p=ceph.git calamari_setup: oops: ice-tools is still where it was on github.com Signed-off-by: Dan Mick --- diff --git a/tasks/calamari_setup.py b/tasks/calamari_setup.py index 57bc42568b6..5bce5648e54 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)