Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include Gluster block support and few debugging toolsands | Suren A. Chilingaryan | 2018-03-23 | 1 | -9/+12 |
| | |||||
* | Merge pull request #76 from Madhu-1/version | Humble Devassy Chirammal | 2018-03-16 | 1 | -2/+2 |
|\ | | | | | replacing v3.11 with v4.0 | ||||
| * | as we are not supporting v3.11, | Madhu Rajanna | 2018-03-16 | 1 | -2/+2 |
|/ | | | | | | deleted v3.11 and added v4.0 Signed-off-by: Madhu Rajanna <mrajanna@redhat.com> | ||||
* | Update README.md | Humble Devassy Chirammal | 2018-03-04 | 1 | -1/+12 |
| | |||||
* | Merge pull request #70 from raghavendra-talur/fix2 | Humble Devassy Chirammal | 2018-03-04 | 1 | -4/+4 |
|\ | | | | | retain semi-colon in a subshell related to for loop | ||||
| * | retain semi-colon in a subshell related to for loop | Raghavendra Talur | 2018-03-01 | 1 | -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 Chirammal | 2018-03-01 | 3 | -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 RUN | Raghavendra Talur | 2018-03-01 | 3 | -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.13 | Humble Devassy Chirammal | 2018-02-22 | 1 | -5/+5 |
|\ | | | | | Gluster 3.13 | ||||
| * | Update Dockerfile | Javier Romero | 2018-02-16 | 1 | -4/+4 |
| | | |||||
| * | Update Dockerfile | Javier Romero | 2018-02-16 | 1 | -2/+2 |
| | | |||||
| * | Update Dockerfile | Javier Romero | 2018-02-15 | 1 | -2/+2 |
|/ | |||||
* | Fedora: Update per Fedora container review | Jose A. Rivera | 2017-12-05 | 1 | -2/+4 |
| | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | Merge pull request #59 from jarrpa/fedora-update | Humble Devassy Chirammal | 2017-11-28 | 6 | -49/+156 |
|\ | | | | | Bring Fedora image up to date. | ||||
| * | Bring Fedora image up to date. | Jose A. Rivera | 2017-11-27 | 6 | -49/+156 |
|/ | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> | ||||
* | Merge pull request #58 from SaravanaStorageNetwork/s3_acl_support | Humble Devassy Chirammal | 2017-11-07 | 2 | -1/+2 |
|\ | | | | | Turn on S3 ACL support | ||||
| * | Turn on S3 ACL support. | Saravanakumar Arumugam | 2017-11-07 | 2 | -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_openstack | Humble Devassy Chirammal | 2017-11-06 | 1 | -3/+3 |
|\ | | | | | Upgrade to openstack-newton(from openstack-kilo) | ||||
| * | Upgrade to openstack-newton(from openstack-kilo) | Saravanakumar Arumugam | 2017-10-30 | 1 | -3/+3 |
|/ | | | | Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com> | ||||
* | Merge pull request #56 from pronix/add-rdma | Humble Devassy Chirammal | 2017-09-15 | 1 | -1/+1 |
|\ | | | | | add rdma gluster package | ||||
| * | add rdma gluster package | Dmitry Vasilets | 2017-09-02 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #55 from SaravanaStorageNetwork/master | Humble Devassy Chirammal | 2017-09-15 | 1 | -9/+0 |
|\ \ | |/ |/| | Remove unused memcached.service file. | ||||
| * | Remove unused memcached.service file. | Saravanakumar Arumugam | 2017-09-01 | 1 | -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_account | Mohamed Ashiq | 2017-08-16 | 1 | -0/+2 |
|\ | | | | | Restart swift-proxy and swift-account service, After user adding | ||||
| * | Restart swift-proxy and swift-account service, After adding the | Saravanakumar Arumugam | 2017-08-11 | 1 | -0/+2 |
|/ | | | | | | user. Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com> | ||||
* | Merge pull request #52 from MohamedAshiqrh/block | Humble Devassy Chirammal | 2017-08-10 | 6 | -47/+215 |
|\ | | | | | Update Fedora and CentOS scripts | ||||
| * | Add tests for the script changes | Mohamed Ashiq Liyazudeen | 2017-08-10 | 1 | -0/+20 |
| | | | | | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | ||||
| * | Update Fedora and CentOS scripts | Mohamed Ashiq Liyazudeen | 2017-08-10 | 5 | -47/+195 |
|/ | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | ||||
* | Merge pull request #51 from SaravanaStorageNetwork/use_s3_account | Humble Devassy Chirammal | 2017-08-07 | 8 | -23/+23 |
|\ | | | | | Rename variables | ||||
| * | Rename variables | Saravanakumar Arumugam | 2017-08-02 | 8 | -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_user | Humble Devassy Chirammal | 2017-07-31 | 9 | -7/+47 |
|\ | | | | | Added S3 authentication changes | ||||
| * | changed travis.yml to include user and password | venkata edara | 2017-07-31 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: venkata edara <redara@redhat.com> | ||||
| * | Merge branch 's3_auth_add_user' of ↵ | venkata edara | 2017-07-31 | 0 | -0/+0 |
| |\ | | | | | | | | | | https://github.com/vredara/gluster-containers into s3_auth_add_user | ||||
| | * | Added S3 authentication changes | venkata edara | 2017-07-31 | 8 | -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 changes | venkata edara | 2017-07-31 | 8 | -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_s3 | Humble Devassy Chirammal | 2017-07-31 | 20 | -20/+19 |
|\ | | | | | Rename docker-gluster-swift | ||||
| * | Propogate rename changes to test script as well | Saravanakumar | 2017-07-27 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Saravanakumar <sarumuga@redhat.com> | ||||
| * | Update README.md | Saravanakumar Arumugam | 2017-07-27 | 1 | -1/+0 |
| | | |||||
| * | rename docker-gluster-swift as docker-gluster-s3 and the top | Saravanakumar | 2017-06-29 | 19 | -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/fixtra | Humble Devassy Chirammal | 2017-07-26 | 1 | -1/+3 |
|\ \ | |/ |/| | Pull docker from download.docker.com rather than apt.dockerproject.org | ||||
| * | Pull docker from download.docker.com rather than apt.dockerproject.org | Mohamed Ashiq Liyazudeen | 2017-06-30 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | ||||
* | | remove the gluster swift source after installing. | Mohamed Ashiq | 2017-06-05 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #43 from MohamedAshiqrh/refresh | Humble Devassy Chirammal | 2017-05-29 | 4 | -63/+37 |
|\ | | | | | Cleaning up RUN in dockerfile | ||||
| * | Cleaning up RUN in dockerfile | Mohamed Ashiq Liyazudeen | 2017-05-25 | 4 | -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/cifix | Humble Devassy Chirammal | 2017-05-25 | 3 | -8/+24 |
|\ | | | | | Travis CI update and disabling dockerfile_lint | ||||
| * | Travis CI update and disabling dockerfile_lint | Mohamed Ashiq Liyazudeen | 2017-05-24 | 3 | -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/fix | Humble Devassy Chirammal | 2017-05-09 | 1 | -1/+1 |
|\ | | | | | Fix the yum install | ||||
| * | Fix the yum install | Mohamed Ashiq Liyazudeen | 2017-05-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | ||||
* | | Merge pull request #41 from MohamedAshiqrh/readme | Humble Devassy Chirammal | 2017-05-09 | 2 | -27/+51 |
|\ \ | |/ |/| | Adding README for the tests and cleanup the main README | ||||
| * | Adding README for the tests and cleanup the main README | Mohamed Ashiq Liyazudeen | 2017-05-09 | 2 | -27/+51 |
|/ | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> |