<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_health_checker/library, 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>health checks: add diagnostics check</title>
<updated>2017-09-21T17:43:47+00:00</updated>
<author>
<name>Luke Meyer</name>
<email>lmeyer@redhat.com</email>
</author>
<published>2017-09-21T01:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=9698f76b641b7cc5964d2f4f318ea71702aa2245'/>
<id>9698f76b641b7cc5964d2f4f318ea71702aa2245</id>
<content type='text'>
Also, moved is_first_master method into superclass for reuse. And look
at oo_first_master and ansible_host instead of masters and
ansible_ssh_host.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, moved is_first_master method into superclass for reuse. And look
at oo_first_master and ansible_host instead of masters and
ansible_ssh_host.
</pre>
</div>
</content>
</entry>
<entry>
<title>openshift_checks aos_version: also check installed under yum</title>
<updated>2017-09-06T13:03:59+00:00</updated>
<author>
<name>Luke Meyer</name>
<email>lmeyer@redhat.com</email>
</author>
<published>2017-09-05T19:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=8e514993f5fbe14050e702b2bf7494466cdafcf9'/>
<id>8e514993f5fbe14050e702b2bf7494466cdafcf9</id>
<content type='text'>
Tweaks to the logic around using yum vs dnf; now uses ansible_pkg_mgr to
determine which is in effect for a host.
Also, extended the yum logic to check installed packages in addition to
available packages in the aos_version module so that disconnected
installs and others with weird repo configs need not disable the
package_version check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tweaks to the logic around using yum vs dnf; now uses ansible_pkg_mgr to
determine which is in effect for a host.
Also, extended the yum logic to check installed packages in addition to
available packages in the aos_version module so that disconnected
installs and others with weird repo configs need not disable the
package_version check.
</pre>
</div>
</content>
</entry>
<entry>
<title>Import dnf only if importing yum fails</title>
<updated>2017-09-05T14:11:03+00:00</updated>
<author>
<name>Jakub Hadvig</name>
<email>jhadvig@redhat.com</email>
</author>
<published>2017-09-05T09:03: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=bc79e5c3093c23ba16f79421ff53ed0c7a22a14a'/>
<id>bc79e5c3093c23ba16f79421ff53ed0c7a22a14a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove out of scope variable from exception message</title>
<updated>2017-08-18T16:55:01+00:00</updated>
<author>
<name>Adam Miller</name>
<email>maxamillion@fedoraproject.org</email>
</author>
<published>2017-08-18T16:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=1daba5e1bc11dde6344def8899926ca03abf6156'/>
<id>1daba5e1bc11dde6344def8899926ca03abf6156</id>
<content type='text'>
Signed-off-by: Adam Miller &lt;maxamillion@fedoraproject.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Miller &lt;maxamillion@fedoraproject.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>raise AosVersionException if no expected packages found by dnf query</title>
<updated>2017-08-18T15:57:24+00:00</updated>
<author>
<name>Adam Miller</name>
<email>maxamillion@fedoraproject.org</email>
</author>
<published>2017-08-18T15:57:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a294ee21e86b16f3ec052305508aee9492713f6d'/>
<id>a294ee21e86b16f3ec052305508aee9492713f6d</id>
<content type='text'>
Signed-off-by: Adam Miller &lt;maxamillion@fedoraproject.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Miller &lt;maxamillion@fedoraproject.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add dnf support to roles/openshift_health_checker/library/aos_version.py</title>
<updated>2017-08-16T20:45:10+00:00</updated>
<author>
<name>Adam Miller</name>
<email>maxamillion@fedoraproject.org</email>
</author>
<published>2017-08-16T04:51: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=2e472930fafd8e377410b500a0339585ab9f1c4e'/>
<id>2e472930fafd8e377410b500a0339585ab9f1c4e</id>
<content type='text'>
Signed-off-by: Adam Miller &lt;maxamillion@fedoraproject.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Miller &lt;maxamillion@fedoraproject.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>openshift_checks: allow OVS 2.7 on OCP 3.5 and 3.6</title>
<updated>2017-08-11T13:50:31+00:00</updated>
<author>
<name>Miciah Masters</name>
<email>miciah.masters@gmail.com</email>
</author>
<published>2017-08-08T20:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=7df38035f5e20d49d6cd5eb7a3310070a63a2f78'/>
<id>7df38035f5e20d49d6cd5eb7a3310070a63a2f78</id>
<content type='text'>
rpm_version: Allow package_list items to specify a list value for version.
If a list value is provided for a package, pass the check if any version in
that list is found.

ovs_version: Specify both 2.6 and 2.7 as allowed versions of OVS for
OpenShift versions 3.5 and 3.6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rpm_version: Allow package_list items to specify a list value for version.
If a list value is provided for a package, pass the check if any version in
that list is found.

ovs_version: Specify both 2.6 and 2.7 as allowed versions of OVS for
OpenShift versions 3.5 and 3.6.
</pre>
</div>
</content>
</entry>
<entry>
<title>openshift_checks: improve comments/names</title>
<updated>2017-07-25T17:23:58+00:00</updated>
<author>
<name>Luke Meyer</name>
<email>lmeyer@redhat.com</email>
</author>
<published>2017-06-16T19:36:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3f3f87b7982b570ffb976865e3eace2d36960bd4'/>
<id>3f3f87b7982b570ffb976865e3eace2d36960bd4</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 #4316 from juanvallejo/jvallejo/add-increased-etcd-traffic-check</title>
<updated>2017-07-20T13:09:51+00:00</updated>
<author>
<name>Rodolfo Carvalho</name>
<email>rhcarvalho@gmail.com</email>
</author>
<published>2017-07-20T13:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=e29eab4e9813c46f4738a81e8698b001bd5981b9'/>
<id>e29eab4e9813c46f4738a81e8698b001bd5981b9</id>
<content type='text'>
add check to detect increased etcd traffic</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add check to detect increased etcd traffic</pre>
</div>
</content>
</entry>
<entry>
<title>add etcd increased-traffic check</title>
<updated>2017-07-19T21:39:44+00:00</updated>
<author>
<name>juanvallejo</name>
<email>jvallejo@redhat.com</email>
</author>
<published>2017-05-30T23:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=78955891fe5279d497730a49fe19d69e22b43a8b'/>
<id>78955891fe5279d497730a49fe19d69e22b43a8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
