]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
kernel: use chacra.ceph.com to store binaries
authorAndrew Schoen <aschoen@redhat.com>
Thu, 10 Nov 2016 17:45:30 +0000 (11:45 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 10 Nov 2016 17:45:30 +0000 (11:45 -0600)
This means that the repos will not be auto deleted after
two weeks.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
kernel/build/setup

index 6aeeffc3267034c2063d8a3d47bdf46386d185a3..cb14cd2c2cc19741421609b92fe0fd520db618e5 100644 (file)
@@ -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"