From: Andrew Schoen Date: Fri, 13 Nov 2015 17:02:06 +0000 (-0600) Subject: radosgw-agent: install and configure chacractl X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a9cd690af0c1e66bbb9e37ce5ad701d514d451e7;p=ceph-build.git radosgw-agent: install and configure chacractl Signed-off-by: Andrew Schoen --- diff --git a/radosgw-agent/build/build b/radosgw-agent/build/build index 8905223e..3fca3b99 100644 --- a/radosgw-agent/build/build +++ b/radosgw-agent/build/build @@ -10,6 +10,14 @@ echo " WS=$WORKSPACE" echo " PWD=$(pwd)" ls -l + +# the following two methods exist in scripts/build_utils.sh +pkgs=( "chacractl>=0.0.4" ) +install_python_packages "pkgs[@]" + +# create the .chacractl config file using global variables +make_chacractl_config + if [[ -f /etc/redhat-release || -f /usr/bin/zypper ]] ; then rm -rf ./dist # Remove any previous artifacts mkdir -p $WORKSPACE/dist/noarch