From d972557ae59a897a57fef14a588dbd0e6778829c Mon Sep 17 00:00:00 2001 From: Matthew Heler Date: Fri, 4 Jan 2019 16:00:07 -0600 Subject: [PATCH] Add s3cmd to the ceph-config-helper dockerfile As a useful tool, s3cmd can be used for for communicating to the S3 interface of RGW in lieu of radosgw-admin. Change-Id: Ib2f8043816a24d91716a565cf011c25519bc0a92 --- ceph-config-helper/Dockerfile.suse_15 | 1 + ceph-config-helper/Dockerfile.ubuntu_xenial | 1 + 2 files changed, 2 insertions(+) diff --git a/ceph-config-helper/Dockerfile.suse_15 b/ceph-config-helper/Dockerfile.suse_15 index 00afcbe1..b8e7fe24 100644 --- a/ceph-config-helper/Dockerfile.suse_15 +++ b/ceph-config-helper/Dockerfile.suse_15 @@ -24,6 +24,7 @@ ARG CEPH_RELEASE=luminous crush \ rgwadmin \ six \ + s3cmd \ python-openstackclient \ python-swiftclient ;\ curl -sSL https://dl.k8s.io/${KUBE_VERSION}/kubernetes-client-linux-amd64.tar.gz | tar -zxv --strip-components=1 ;\ diff --git a/ceph-config-helper/Dockerfile.ubuntu_xenial b/ceph-config-helper/Dockerfile.ubuntu_xenial index 14c0eb4d..53c0c949 100644 --- a/ceph-config-helper/Dockerfile.ubuntu_xenial +++ b/ceph-config-helper/Dockerfile.ubuntu_xenial @@ -28,6 +28,7 @@ RUN set -ex ;\ crush \ rgwadmin \ six \ + s3cmd \ python-openstackclient \ python-swiftclient ;\ curl -sSL https://dl.k8s.io/${KUBE_VERSION}/kubernetes-client-linux-amd64.tar.gz | tar -zxv --strip-components=1 ;\