<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/docker-patches/gluster.git/gluster-s3object/CentOS/docker-gluster-s3, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/'/>
<entry>
<title>fix bug when multiple shell commands are specified in RUN</title>
<updated>2018-03-01T07:11:01+00:00</updated>
<author>
<name>Raghavendra Talur</name>
<email>rtalur@redhat.com</email>
</author>
<published>2018-03-01T06:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=d7e7fb48f5f50c8fedc7228a3f4c13f324064274'/>
<id>d7e7fb48f5f50c8fedc7228a3f4c13f324064274</id>
<content type='text'>
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 "&amp;&amp;"
where necessary and split a single RUN operation to two or many
operations in other places.

Signed-off-by: Raghavendra Talur &lt;rtalur@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 "&amp;&amp;"
where necessary and split a single RUN operation to two or many
operations in other places.

Signed-off-by: Raghavendra Talur &lt;rtalur@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn on S3 ACL support.</title>
<updated>2017-11-07T09:21:24+00:00</updated>
<author>
<name>Saravanakumar Arumugam</name>
<email>sarumuga@redhat.com</email>
</author>
<published>2017-11-07T09:21:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=946a7cae5473ddbbdb23279a83cb00e31d85129e'/>
<id>946a7cae5473ddbbdb23279a83cb00e31d85129e</id>
<content type='text'>
Add python-setuptools to install, as it is a requirement with
openstack-newton

Signed-off-by: Saravanakumar Arumugam &lt;sarumuga@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add python-setuptools to install, as it is a requirement with
openstack-newton

Signed-off-by: Saravanakumar Arumugam &lt;sarumuga@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to openstack-newton(from openstack-kilo)</title>
<updated>2017-10-30T10:34:29+00:00</updated>
<author>
<name>Saravanakumar Arumugam</name>
<email>sarumuga@redhat.com</email>
</author>
<published>2017-10-30T10:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=8b1269007b24a94894360cc976f972f208d4b3a7'/>
<id>8b1269007b24a94894360cc976f972f208d4b3a7</id>
<content type='text'>
Signed-off-by: Saravanakumar Arumugam &lt;sarumuga@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Saravanakumar Arumugam &lt;sarumuga@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused memcached.service file.</title>
<updated>2017-09-01T14:30:34+00:00</updated>
<author>
<name>Saravanakumar Arumugam</name>
<email>sarumuga@redhat.com</email>
</author>
<published>2017-09-01T14:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=97a27e44f4ee5b7b588cc73370ca923b7d5f11e6'/>
<id>97a27e44f4ee5b7b588cc73370ca923b7d5f11e6</id>
<content type='text'>
This file will be installed during yum install itself.

Signed-off-by: Saravanakumar Arumugam &lt;sarumuga@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file will be installed during yum install itself.

Signed-off-by: Saravanakumar Arumugam &lt;sarumuga@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Restart swift-proxy and swift-account service, After adding the</title>
<updated>2017-08-11T07:33:41+00:00</updated>
<author>
<name>Saravanakumar Arumugam</name>
<email>sarumuga@redhat.com</email>
</author>
<published>2017-08-11T07:33:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=2d70d736245a650b8e3e35c9bbecf7265f94aa60'/>
<id>2d70d736245a650b8e3e35c9bbecf7265f94aa60</id>
<content type='text'>
user.

Signed-off-by: Saravanakumar Arumugam &lt;sarumuga@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
user.

Signed-off-by: Saravanakumar Arumugam &lt;sarumuga@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename variables</title>
<updated>2017-08-02T12:00:18+00:00</updated>
<author>
<name>Saravanakumar Arumugam</name>
<email>sarumuga@redhat.com</email>
</author>
<published>2017-08-02T06:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=d301d192ce98f40ffb683ea61d9b1ee90aee60b4'/>
<id>d301d192ce98f40ffb683ea61d9b1ee90aee60b4</id>
<content type='text'>
GLUSTER_VOLUMES -&gt; S3_ACCOUNT
GLUSTER_USER -&gt; S3_USER
GLUSTER_PASSWORD -&gt; S3_PASSWORD

Signed-off-by: Saravanakumar Arumugam &lt;sarumuga@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GLUSTER_VOLUMES -&gt; S3_ACCOUNT
GLUSTER_USER -&gt; S3_USER
GLUSTER_PASSWORD -&gt; S3_PASSWORD

Signed-off-by: Saravanakumar Arumugam &lt;sarumuga@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added S3 authentication changes</title>
<updated>2017-07-31T11:00:45+00:00</updated>
<author>
<name>venkata edara</name>
<email>redara@redhat.com</email>
</author>
<published>2017-07-31T10:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=f8cde44e7c5a1a42a24e9993f4ebc088082a1deb'/>
<id>f8cde44e7c5a1a42a24e9993f4ebc088082a1deb</id>
<content type='text'>
changed the proxy-server.conf to enable authentication and scripts to add user

Signed-off-by: venkata edara &lt;redara@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
changed the proxy-server.conf to enable authentication and scripts to add user

Signed-off-by: venkata edara &lt;redara@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rename docker-gluster-swift as docker-gluster-s3 and the top</title>
<updated>2017-06-29T12:33:40+00:00</updated>
<author>
<name>Saravanakumar</name>
<email>sarumuga@redhat.com</email>
</author>
<published>2017-06-29T12:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=3e33c9640d2b4b2d15a21483c34bb48845fce7bf'/>
<id>3e33c9640d2b4b2d15a21483c34bb48845fce7bf</id>
<content type='text'>
level directory gluster-object as gluster-s3object

Update README and test scripts to reflect name change.

Signed-off-by: Saravanakumar &lt;sarumuga@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
level directory gluster-object as gluster-s3object

Update README and test scripts to reflect name change.

Signed-off-by: Saravanakumar &lt;sarumuga@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
