summaryrefslogtreecommitdiffstats
path: root/gluster-s3object
Commit message (Collapse)AuthorAgeFilesLines
* fix bug when multiple shell commands are specified in RUNRaghavendra Talur2018-03-011-14/+14
| | | | | | | | | | | | | | | | | | | | | | | If RUN is followed by two commands only the return value of second determines whether RUN was successful or not. This may lead to cases where docker build succeeds even when it should not. For example RUN /bin/false; /bin/true would be considered a success. Important thing to consider is that all yum/dnf commands should perform clean in the same RUN operation if we wish to keep the container image size small. Running clean in a second RUN operation leads to bigger image size contrary to expectation because each operation leads to a layer in the image. With the above two points considered, I have replaced ";" with "&&" where necessary and split a single RUN operation to two or many operations in other places. Signed-off-by: Raghavendra Talur <rtalur@redhat.com>
* Turn on S3 ACL support.Saravanakumar Arumugam2017-11-072-1/+2
| | | | | | | Add python-setuptools to install, as it is a requirement with openstack-newton Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
* Upgrade to openstack-newton(from openstack-kilo)Saravanakumar Arumugam2017-10-301-3/+3
| | | | Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
* Remove unused memcached.service file.Saravanakumar Arumugam2017-09-011-9/+0
| | | | | | This file will be installed during yum install itself. Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
* Restart swift-proxy and swift-account service, After adding theSaravanakumar Arumugam2017-08-111-0/+2
| | | | | | user. Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
* Rename variablesSaravanakumar Arumugam2017-08-026-20/+20
| | | | | | | | GLUSTER_VOLUMES -> S3_ACCOUNT GLUSTER_USER -> S3_USER GLUSTER_PASSWORD -> S3_PASSWORD Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
* Added S3 authentication changesvenkata edara2017-07-318-6/+46
| | | | | | changed the proxy-server.conf to enable authentication and scripts to add user Signed-off-by: venkata edara <redara@redhat.com>
* rename docker-gluster-swift as docker-gluster-s3 and the topSaravanakumar2017-06-2917-0/+668
level directory gluster-object as gluster-s3object Update README and test scripts to reflect name change. Signed-off-by: Saravanakumar <sarumuga@redhat.com>