<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_logging_eventrouter/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>Adding missing template</title>
<updated>2018-02-13T18:08:36+00:00</updated>
<author>
<name>Eric Wolinetz</name>
<email>ewolinet@redhat.com</email>
</author>
<published>2018-02-13T18:08:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3f2eb7420839c2fac076d80adfee0fbff5e5a6d1'/>
<id>3f2eb7420839c2fac076d80adfee0fbff5e5a6d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding support for ES 5.x tech preview opt in</title>
<updated>2018-02-05T19:44:16+00:00</updated>
<author>
<name>Eric Wolinetz</name>
<email>ewolinet@redhat.com</email>
</author>
<published>2018-01-05T17:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d5879135f077e4aaaa09c8e4ebf5d9ef2a063a78'/>
<id>d5879135f077e4aaaa09c8e4ebf5d9ef2a063a78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dist.iteritems() no longer exists in Python 3.</title>
<updated>2017-11-27T12:11:45+00:00</updated>
<author>
<name>Jan Pazdziora</name>
<email>jpazdziora@redhat.com</email>
</author>
<published>2017-11-27T11:32:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=37636c325aed612c06f86cbb042fc14bcbde218c'/>
<id>37636c325aed612c06f86cbb042fc14bcbde218c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>containerPort must be an int; correctly quote/brace replicas value</title>
<updated>2017-11-21T17:17:27+00:00</updated>
<author>
<name>Rich Megginson</name>
<email>rmeggins@redhat.com</email>
</author>
<published>2017-11-21T00:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=9196bc888bf481b05c3dba03e2e501d25aff6890'/>
<id>9196bc888bf481b05c3dba03e2e501d25aff6890</id>
<content type='text'>
The mux containerPort must be an int
The eventrouter REPLICAS must use the double quote/double brace
syntax documented here:
https://docs.openshift.org/latest/dev_guide/templates.html#writing-parameters
And must be escaped because it uses double braces, as explained here:
http://jinja.pocoo.org/docs/dev/templates/#escaping
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The mux containerPort must be an int
The eventrouter REPLICAS must use the double quote/double brace
syntax documented here:
https://docs.openshift.org/latest/dev_guide/templates.html#writing-parameters
And must be escaped because it uses double braces, as explained here:
http://jinja.pocoo.org/docs/dev/templates/#escaping
</pre>
</div>
</content>
</entry>
<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>Use "requests" for CPU resources instead of limits</title>
<updated>2017-10-19T15:02:14+00:00</updated>
<author>
<name>Peter Portante</name>
<email>peter.portante@redhat.com</email>
</author>
<published>2017-10-13T15:04:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=578ac5b348fa3e9c7d0d05e3a0f579839ecd79dd'/>
<id>578ac5b348fa3e9c7d0d05e3a0f579839ecd79dd</id>
<content type='text'>
We now use a CPU request to ensure logging infrastructure pods are
not capped by default for CPU usage. It is still important to ensure
we have a minimum amount of CPU.

We keep the use of the variables *_cpu_limit so that the existing
behavior is maintained.

Note that we don't want to cap an infra pod's CPU usage by default,
since we want to be able to use the necessary resources to complete
it's tasks.

Bug 1501960 (https://bugzilla.redhat.com/show_bug.cgi?id=1501960)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now use a CPU request to ensure logging infrastructure pods are
not capped by default for CPU usage. It is still important to ensure
we have a minimum amount of CPU.

We keep the use of the variables *_cpu_limit so that the existing
behavior is maintained.

Note that we don't want to cap an infra pod's CPU usage by default,
since we want to be able to use the necessary resources to complete
it's tasks.

Bug 1501960 (https://bugzilla.redhat.com/show_bug.cgi?id=1501960)
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 1501768: fix eventrouter nodeSelector padding</title>
<updated>2017-10-17T14:06:37+00:00</updated>
<author>
<name>Jan Wozniak</name>
<email>jwozniak@redhat.com</email>
</author>
<published>2017-10-17T14:06:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=1f766eff01f6016a93fd72ee64cb09a8d54a52f1'/>
<id>1f766eff01f6016a93fd72ee64cb09a8d54a52f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>logging: introducing event router</title>
<updated>2017-09-26T08:50:15+00:00</updated>
<author>
<name>Jan Wozniak</name>
<email>jwozniak@redhat.com</email>
</author>
<published>2017-08-01T13:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=4e30a4243a6c9692c24a574ecfd83c2bcd1e2785'/>
<id>4e30a4243a6c9692c24a574ecfd83c2bcd1e2785</id>
<content type='text'>
- eventrouter has its own role 'openshift_logging_eventrouter' written as
  a template
- 'openshift_logging_install_eventrouter' controls whether it gets included
  in the playbook or not
- deployed by default to 'default' namespace
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- eventrouter has its own role 'openshift_logging_eventrouter' written as
  a template
- 'openshift_logging_install_eventrouter' controls whether it gets included
  in the playbook or not
- deployed by default to 'default' namespace
</pre>
</div>
</content>
</entry>
</feed>
