summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Include Gluster block support and few debugging toolsandsSuren A. Chilingaryan2018-03-231-9/+12
|
* Merge pull request #76 from Madhu-1/versionHumble Devassy Chirammal2018-03-161-2/+2
|\ | | | | replacing v3.11 with v4.0
| * as we are not supporting v3.11,Madhu Rajanna2018-03-161-2/+2
|/ | | | | | deleted v3.11 and added v4.0 Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
* Update README.mdHumble Devassy Chirammal2018-03-041-1/+12
|
* Merge pull request #70 from raghavendra-talur/fix2Humble Devassy Chirammal2018-03-041-4/+4
|\ | | | | retain semi-colon in a subshell related to for loop
| * retain semi-colon in a subshell related to for loopRaghavendra Talur2018-03-011-4/+4
|/ | | | | | | 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>
* Merge pull request #69 from ↵Humble Devassy Chirammal2018-03-013-45/+46
|\ | | | | | | | | raghavendra-talur/RUN-should-consider-exit-status-of-all-commands fix bug when multiple shell commands are specified in RUN
| * fix bug when multiple shell commands are specified in RUNRaghavendra Talur2018-03-013-45/+46
|/ | | | | | | | | | | | | | | | | | | | | | | 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>
* Merge pull request #66 from xavinux/gluster-3.13Humble Devassy Chirammal2018-02-221-5/+5
|\ | | | | Gluster 3.13
| * Update DockerfileJavier Romero2018-02-161-4/+4
| |
| * Update DockerfileJavier Romero2018-02-161-2/+2
| |
| * Update DockerfileJavier Romero2018-02-151-2/+2
|/
* Fedora: Update per Fedora container reviewJose A. Rivera2017-12-051-2/+4
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Merge pull request #59 from jarrpa/fedora-updateHumble Devassy Chirammal2017-11-286-49/+156
|\ | | | | Bring Fedora image up to date.
| * Bring Fedora image up to date.Jose A. Rivera2017-11-276-49/+156
|/ | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Merge pull request #58 from SaravanaStorageNetwork/s3_acl_supportHumble Devassy Chirammal2017-11-072-1/+2
|\ | | | | Turn on S3 ACL support
| * 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>
* Merge pull request #57 from SaravanaStorageNetwork/upgrade_openstackHumble Devassy Chirammal2017-11-061-3/+3
|\ | | | | Upgrade to openstack-newton(from openstack-kilo)
| * Upgrade to openstack-newton(from openstack-kilo)Saravanakumar Arumugam2017-10-301-3/+3
|/ | | | Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
* Merge pull request #56 from pronix/add-rdmaHumble Devassy Chirammal2017-09-151-1/+1
|\ | | | | add rdma gluster package
| * add rdma gluster packageDmitry Vasilets2017-09-021-1/+1
| |
* | Merge pull request #55 from SaravanaStorageNetwork/masterHumble Devassy Chirammal2017-09-151-9/+0
|\ \ | |/ |/| Remove unused memcached.service file.
| * 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>
* Merge pull request #54 from SaravanaStorageNetwork/use_s3_accountMohamed Ashiq2017-08-161-0/+2
|\ | | | | Restart swift-proxy and swift-account service, After user adding
| * Restart swift-proxy and swift-account service, After adding theSaravanakumar Arumugam2017-08-111-0/+2
|/ | | | | | user. Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
* Merge pull request #52 from MohamedAshiqrh/blockHumble Devassy Chirammal2017-08-106-47/+215
|\ | | | | Update Fedora and CentOS scripts
| * Add tests for the script changesMohamed Ashiq Liyazudeen2017-08-101-0/+20
| | | | | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
| * Update Fedora and CentOS scriptsMohamed Ashiq Liyazudeen2017-08-105-47/+195
|/ | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
* Merge pull request #51 from SaravanaStorageNetwork/use_s3_accountHumble Devassy Chirammal2017-08-078-23/+23
|\ | | | | Rename variables
| * Rename variablesSaravanakumar Arumugam2017-08-028-23/+23
|/ | | | | | | | GLUSTER_VOLUMES -> S3_ACCOUNT GLUSTER_USER -> S3_USER GLUSTER_PASSWORD -> S3_PASSWORD Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
* Merge pull request #50 from vredara/s3_auth_add_userHumble Devassy Chirammal2017-07-319-7/+47
|\ | | | | Added S3 authentication changes
| * changed travis.yml to include user and passwordvenkata edara2017-07-311-1/+1
| | | | | | | | Signed-off-by: venkata edara <redara@redhat.com>
| * Merge branch 's3_auth_add_user' of ↵venkata edara2017-07-310-0/+0
| |\ | | | | | | | | | https://github.com/vredara/gluster-containers into s3_auth_add_user
| | * 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>
| * 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>
* Merge pull request #48 from SaravanaStorageNetwork/renamed_s3Humble Devassy Chirammal2017-07-3120-20/+19
|\ | | | | Rename docker-gluster-swift
| * Propogate rename changes to test script as wellSaravanakumar2017-07-271-3/+3
| | | | | | | | Signed-off-by: Saravanakumar <sarumuga@redhat.com>
| * Update README.mdSaravanakumar Arumugam2017-07-271-1/+0
| |
| * rename docker-gluster-swift as docker-gluster-s3 and the topSaravanakumar2017-06-2919-16/+16
| | | | | | | | | | | | | | | | level directory gluster-object as gluster-s3object Update README and test scripts to reflect name change. Signed-off-by: Saravanakumar <sarumuga@redhat.com>
* | Merge pull request #49 from MohamedAshiqrh/fixtraHumble Devassy Chirammal2017-07-261-1/+3
|\ \ | |/ |/| Pull docker from download.docker.com rather than apt.dockerproject.org
| * Pull docker from download.docker.com rather than apt.dockerproject.orgMohamed Ashiq Liyazudeen2017-06-301-1/+3
| | | | | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
* | remove the gluster swift source after installing.Mohamed Ashiq2017-06-051-1/+2
|/
* Merge pull request #43 from MohamedAshiqrh/refreshHumble Devassy Chirammal2017-05-294-63/+37
|\ | | | | Cleaning up RUN in dockerfile
| * Cleaning up RUN in dockerfileMohamed Ashiq Liyazudeen2017-05-254-63/+37
|/ | | | | | This reduces the image size as it reduces the number of intermediate layers. Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
* Merge pull request #44 from MohamedAshiqrh/cifixHumble Devassy Chirammal2017-05-253-8/+24
|\ | | | | Travis CI update and disabling dockerfile_lint
| * Travis CI update and disabling dockerfile_lintMohamed Ashiq Liyazudeen2017-05-243-8/+24
|/ | | | | | | | | | | | 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>
* Merge pull request #42 from MohamedAshiqrh/fixHumble Devassy Chirammal2017-05-091-1/+1
|\ | | | | Fix the yum install
| * Fix the yum installMohamed Ashiq Liyazudeen2017-05-091-1/+1
| | | | | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
* | Merge pull request #41 from MohamedAshiqrh/readmeHumble Devassy Chirammal2017-05-092-27/+51
|\ \ | |/ |/| Adding README for the tests and cleanup the main README
| * Adding README for the tests and cleanup the main READMEMohamed Ashiq Liyazudeen2017-05-092-27/+51
|/ | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>