From: Andrew Schoen Date: Thu, 10 Nov 2016 17:45:30 +0000 (-0600) Subject: kernel: use chacra.ceph.com to store binaries X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bd165a2fa4c097083e7d6309f036df02db646755;p=ceph-build.git kernel: use chacra.ceph.com to store binaries This means that the repos will not be auto deleted after two weeks. Signed-off-by: Andrew Schoen --- diff --git a/kernel/build/setup b/kernel/build/setup index 6aeeffc3..cb14cd2c 100644 --- a/kernel/build/setup +++ b/kernel/build/setup @@ -56,10 +56,7 @@ esac pkgs=( "chacractl>=0.0.4" ) install_python_packages "pkgs[@]" -# ask shaman which chacra instance to use -chacra_url=`curl -f -u $SHAMAN_API_USER:$SHAMAN_API_KEY https://shaman.ceph.com/api/nodes/next/` -# create the .chacractl config file using global variables -make_chacractl_config $chacra_url +make_chacractl_config # Make sure we execute at the top level directory cd "$WORKSPACE"