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
This commit is contained in:
Matthew Heler 2019-01-04 16:00:07 -06:00
parent 716eea1fa1
commit d972557ae5
2 changed files with 2 additions and 0 deletions

View File

@ -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 ;\

View File

@ -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 ;\