<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_logging/templates, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/'/>
<entry>
<title>Bug 1452939 - change Logging &amp; Metrics imagePullPolicy</title>
<updated>2017-10-23T08:06:30+00:00</updated>
<author>
<name>Jan Wozniak</name>
<email>jwozniak@redhat.com</email>
</author>
<published>2017-10-09T14:58:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=862f50ff66324d7d1f23fe9bedd5d9d664578302'/>
<id>862f50ff66324d7d1f23fe9bedd5d9d664578302</id>
<content type='text'>
- all images logging and metrics change their default imagePullPolicy
  from Always to IfNotPresent
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- all images logging and metrics change their default imagePullPolicy
  from Always to IfNotPresent
</pre>
</div>
</content>
</entry>
<entry>
<title>Pulling in changes from master</title>
<updated>2017-05-22T15:42:52+00:00</updated>
<author>
<name>ewolinetz</name>
<email>ewolinet@redhat.com</email>
</author>
<published>2017-05-02T16:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=60ad4626f03cbfb119290a4bfaf9ecba53dc762b'/>
<id>60ad4626f03cbfb119290a4bfaf9ecba53dc762b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4113 from jcantrill/bz1448860_make_recovery_after_nodes_to_node_quorum</title>
<updated>2017-05-13T21:20:33+00:00</updated>
<author>
<name>OpenShift Bot</name>
<email>eparis+openshiftbot@redhat.com</email>
</author>
<published>2017-05-13T21:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=4c774eac465877cb161adf09454c75213c83a131'/>
<id>4c774eac465877cb161adf09454c75213c83a131</id>
<content type='text'>
Merged by openshift-bot</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merged by openshift-bot</pre>
</div>
</content>
</entry>
<entry>
<title>bug 1448860. Change recovery_after_nodes to match node_quorum</title>
<updated>2017-05-11T15:28:13+00:00</updated>
<author>
<name>Jeff Cantrill</name>
<email>jcantril@redhat.com</email>
</author>
<published>2017-05-08T13:07:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=2505424d99ebd32a05f6dd33d0bd7474ca6e441e'/>
<id>2505424d99ebd32a05f6dd33d0bd7474ca6e441e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug 1441369. Kibana memory limits</title>
<updated>2017-05-11T13:36:06+00:00</updated>
<author>
<name>Jeff Cantrill</name>
<email>jcantril@redhat.com</email>
</author>
<published>2017-04-28T15:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ba4c43fe61ca40b347a9f75891ba67ab36465871'/>
<id>ba4c43fe61ca40b347a9f75891ba67ab36465871</id>
<content type='text'>
bug 1439451. Kibana crash

(cherry picked from commit 66315ebbfcfda72d6f501c441359d92ec71af7d2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bug 1439451. Kibana crash

(cherry picked from commit 66315ebbfcfda72d6f501c441359d92ec71af7d2)
</pre>
</div>
</content>
</entry>
<entry>
<title>use docker_log_driver and /etc/docker/daemon.json to determine log driver</title>
<updated>2017-05-10T03:47:34+00:00</updated>
<author>
<name>Rich Megginson</name>
<email>rmeggins@redhat.com</email>
</author>
<published>2017-05-09T17:04:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=02a5df1c54c501ebd525b9337c5a3ade04fe31e4'/>
<id>02a5df1c54c501ebd525b9337c5a3ade04fe31e4</id>
<content type='text'>
We check the following variables, if they are defined, in the order listed
below, to see if the journald log driver is set:

* openshift_hosted_logging_use_journal
* docker_log_driver
* openshift.docker.log_driver
* openshift.docker.options (look for '--log-driver=journald')

If none of these are set, we leave openshift_logging_fluentd_use_journal
undefined, and mount both /etc/sysconfig/docker and /etc/docker
(for daemon.json) so that fluentd can determine which log driver is
being used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We check the following variables, if they are defined, in the order listed
below, to see if the journald log driver is set:

* openshift_hosted_logging_use_journal
* docker_log_driver
* openshift.docker.log_driver
* openshift.docker.options (look for '--log-driver=journald')

If none of these are set, we leave openshift_logging_fluentd_use_journal
undefined, and mount both /etc/sysconfig/docker and /etc/docker
(for daemon.json) so that fluentd can determine which log driver is
being used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3911 from ewolinetz/logging_15_picks</title>
<updated>2017-04-25T17:26:34+00:00</updated>
<author>
<name>OpenShift Bot</name>
<email>eparis+openshiftbot@redhat.com</email>
</author>
<published>2017-04-25T17:26:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=af7c4d3dda33783ddcc347ef099d3648c7bf7cbe'/>
<id>af7c4d3dda33783ddcc347ef099d3648c7bf7cbe</id>
<content type='text'>
Merged by openshift-bot</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merged by openshift-bot</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3932 from richm/mux</title>
<updated>2017-04-25T01:36:58+00:00</updated>
<author>
<name>OpenShift Bot</name>
<email>eparis+openshiftbot@redhat.com</email>
</author>
<published>2017-04-25T01:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=db492e0e8458006c8b2f67025198b8456ee88a84'/>
<id>db492e0e8458006c8b2f67025198b8456ee88a84</id>
<content type='text'>
Merged by openshift-bot</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merged by openshift-bot</pre>
</div>
</content>
</entry>
<entry>
<title>cast openshift_logging_use_mux_client to bool</title>
<updated>2017-04-19T23:16:39+00:00</updated>
<author>
<name>Rich Megginson</name>
<email>rmeggins@redhat.com</email>
</author>
<published>2017-04-19T23:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=8e9453047b317c3723a5bcf6e5901aaa783f5f43'/>
<id>8e9453047b317c3723a5bcf6e5901aaa783f5f43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mux does not require privileged, only hostmount-anyuid</title>
<updated>2017-04-19T21:16:03+00:00</updated>
<author>
<name>Rich Megginson</name>
<email>rmeggins@redhat.com</email>
</author>
<published>2017-04-19T21:16:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=5bb31fda251fc930cd83842fcf06afb7cc77c1c7'/>
<id>5bb31fda251fc930cd83842fcf06afb7cc77c1c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
