summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-23Include Gluster block support and few debugging toolsandsSuren A. Chilingaryan
2018-03-16Merge pull request #76 from Madhu-1/versionHumble Devassy Chirammal
replacing v3.11 with v4.0
2018-03-16as we are not supporting v3.11,Madhu Rajanna
deleted v3.11 and added v4.0 Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
2018-03-04Update README.mdHumble Devassy Chirammal
2018-03-04Merge pull request #70 from raghavendra-talur/fix2Humble Devassy Chirammal
retain semi-colon in a subshell related to for loop
2018-03-01retain semi-colon in a subshell related to for loopRaghavendra Talur
The previous fix replaced semi-colon with && in Dockerfiles. I missed a for loop and replaced semi-colon inside it too. Signed-off-by: Raghavendra Talur <rtalur@redhat.com>
2018-03-01Merge pull request #69 from ↵Humble Devassy Chirammal
raghavendra-talur/RUN-should-consider-exit-status-of-all-commands fix bug when multiple shell commands are specified in RUN
2018-03-01fix bug when multiple shell commands are specified in RUNRaghavendra Talur
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>
2018-02-22Merge pull request #66 from xavinux/gluster-3.13Humble Devassy Chirammal
Gluster 3.13
2018-02-16Update DockerfileJavier Romero
2018-02-16Update DockerfileJavier Romero
2018-02-15Update DockerfileJavier Romero
2017-12-05Fedora: Update per Fedora container reviewJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-11-28Merge pull request #59 from jarrpa/fedora-updateHumble Devassy Chirammal
Bring Fedora image up to date.
2017-11-27Bring Fedora image up to date.Jose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-11-07Merge pull request #58 from SaravanaStorageNetwork/s3_acl_supportHumble Devassy Chirammal
Turn on S3 ACL support
2017-11-07Turn on S3 ACL support.Saravanakumar Arumugam
Add python-setuptools to install, as it is a requirement with openstack-newton Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
2017-11-06Merge pull request #57 from SaravanaStorageNetwork/upgrade_openstackHumble Devassy Chirammal
Upgrade to openstack-newton(from openstack-kilo)
2017-10-30Upgrade to openstack-newton(from openstack-kilo)Saravanakumar Arumugam
Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
2017-09-15Merge pull request #56 from pronix/add-rdmaHumble Devassy Chirammal
add rdma gluster package
2017-09-15Merge pull request #55 from SaravanaStorageNetwork/masterHumble Devassy Chirammal
Remove unused memcached.service file.
2017-09-02add rdma gluster packageDmitry Vasilets
2017-09-01Remove unused memcached.service file.Saravanakumar Arumugam
This file will be installed during yum install itself. Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
2017-08-16Merge pull request #54 from SaravanaStorageNetwork/use_s3_accountMohamed Ashiq
Restart swift-proxy and swift-account service, After user adding
2017-08-11Restart swift-proxy and swift-account service, After adding theSaravanakumar Arumugam
user. Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
2017-08-10Merge pull request #52 from MohamedAshiqrh/blockHumble Devassy Chirammal
Update Fedora and CentOS scripts
2017-08-10Add tests for the script changesMohamed Ashiq Liyazudeen
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
2017-08-10Update Fedora and CentOS scriptsMohamed Ashiq Liyazudeen
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
2017-08-07Merge pull request #51 from SaravanaStorageNetwork/use_s3_accountHumble Devassy Chirammal
Rename variables
2017-08-02Rename variablesSaravanakumar Arumugam
GLUSTER_VOLUMES -> S3_ACCOUNT GLUSTER_USER -> S3_USER GLUSTER_PASSWORD -> S3_PASSWORD Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
2017-07-31Merge pull request #50 from vredara/s3_auth_add_userHumble Devassy Chirammal
Added S3 authentication changes
2017-07-31changed travis.yml to include user and passwordvenkata edara
Signed-off-by: venkata edara <redara@redhat.com>
2017-07-31Merge branch 's3_auth_add_user' of ↵venkata edara
https://github.com/vredara/gluster-containers into s3_auth_add_user
2017-07-31Added S3 authentication changesvenkata edara
changed the proxy-server.conf to enable authentication and scripts to add user Signed-off-by: venkata edara <redara@redhat.com>
2017-07-31Added S3 authentication changesvenkata edara
changed the proxy-server.conf to enable authentication and scripts to add user Signed-off-by: venkata edara <redara@redhat.com>
2017-07-31Merge pull request #48 from SaravanaStorageNetwork/renamed_s3Humble Devassy Chirammal
Rename docker-gluster-swift
2017-07-27Propogate rename changes to test script as wellSaravanakumar
Signed-off-by: Saravanakumar <sarumuga@redhat.com>
2017-07-27Update README.mdSaravanakumar Arumugam
2017-07-26Merge pull request #49 from MohamedAshiqrh/fixtraHumble Devassy Chirammal
Pull docker from download.docker.com rather than apt.dockerproject.org
2017-06-30Pull docker from download.docker.com rather than apt.dockerproject.orgMohamed Ashiq Liyazudeen
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
2017-06-29rename docker-gluster-swift as docker-gluster-s3 and the topSaravanakumar
level directory gluster-object as gluster-s3object Update README and test scripts to reflect name change. Signed-off-by: Saravanakumar <sarumuga@redhat.com>
2017-06-05remove the gluster swift source after installing.Mohamed Ashiq
2017-05-29Merge pull request #43 from MohamedAshiqrh/refreshHumble Devassy Chirammal
Cleaning up RUN in dockerfile
2017-05-25Cleaning up RUN in dockerfileMohamed Ashiq Liyazudeen
This reduces the image size as it reduces the number of intermediate layers. Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
2017-05-25Merge pull request #44 from MohamedAshiqrh/cifixHumble Devassy Chirammal
Travis CI update and disabling dockerfile_lint
2017-05-24Travis CI update and disabling dockerfile_lintMohamed Ashiq Liyazudeen
Travis now runs the test where it: * Builds the Dockerfile * Runs Docker image with required parameters * Verifies the state of the container Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
2017-05-09Merge pull request #42 from MohamedAshiqrh/fixHumble Devassy Chirammal
Fix the yum install
2017-05-09Fix the yum installMohamed Ashiq Liyazudeen
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
2017-05-09Merge pull request #41 from MohamedAshiqrh/readmeHumble Devassy Chirammal
Adding README for the tests and cleanup the main README
2017-05-09Adding README for the tests and cleanup the main READMEMohamed Ashiq Liyazudeen
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>