This means that the repos will not be auto deleted after
two weeks.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
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"