]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
radosgw-agent: install and configure chacractl
authorAndrew Schoen <aschoen@redhat.com>
Fri, 13 Nov 2015 17:02:06 +0000 (11:02 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 16 Nov 2015 21:32:58 +0000 (15:32 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
radosgw-agent/build/build

index 8905223e53d42aeedf7af1f3ff46f2373958e12c..3fca3b998901f454b8379239cd32195efbaf0a76 100644 (file)
@@ -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