From a9cd690af0c1e66bbb9e37ce5ad701d514d451e7 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 13 Nov 2015 11:02:06 -0600 Subject: [PATCH] radosgw-agent: install and configure chacractl Signed-off-by: Andrew Schoen --- radosgw-agent/build/build | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.5