<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_health_checker/test, 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: tolerate ovs 2.9</title>
<updated>2018-02-06T21:58:16+00:00</updated>
<author>
<name>Luke Meyer</name>
<email>lmeyer@redhat.com</email>
</author>
<published>2018-02-06T21:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=43bf07fca32b6dc2bb6b30f0d0c1183d2be786ab'/>
<id>43bf07fca32b6dc2bb6b30f0d0c1183d2be786ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docker_image_availability: containerized overrides</title>
<updated>2018-01-26T01:49:16+00:00</updated>
<author>
<name>Luke Meyer</name>
<email>lmeyer@redhat.com</email>
</author>
<published>2018-01-25T18:43: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=4d4a628c626f40e6f567d189c2f46f43cb516f0e'/>
<id>4d4a628c626f40e6f567d189c2f46f43cb516f0e</id>
<content type='text'>
Respect container image name override variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Respect container image name override variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6757 from sosiouxme/20180117-update-check-versions</title>
<updated>2018-01-18T17:08:44+00:00</updated>
<author>
<name>Luke Meyer</name>
<email>sosiouxme@gmail.com</email>
</author>
<published>2018-01-18T17:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=13cdf9cbd05fde7632cb06e4cc843648717f8c38'/>
<id>13cdf9cbd05fde7632cb06e4cc843648717f8c38</id>
<content type='text'>
update health check required versions for 3.9</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
update health check required versions for 3.9</pre>
</div>
</content>
</entry>
<entry>
<title>health checks: factor out get_required_version</title>
<updated>2018-01-17T16:01:27+00:00</updated>
<author>
<name>Luke Meyer</name>
<email>lmeyer@redhat.com</email>
</author>
<published>2018-01-17T15:24:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b4b5b685581a6c4b35953bf32d56c1f96b12ff51'/>
<id>b4b5b685581a6c4b35953bf32d56c1f96b12ff51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>package_version check: reuse get_major_minor_version</title>
<updated>2018-01-17T16:01:27+00:00</updated>
<author>
<name>Luke Meyer</name>
<email>lmeyer@redhat.com</email>
</author>
<published>2018-01-17T14:18: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=9f461f2ad2b11ca87ef1ce6ee381ccf31b703fc8'/>
<id>9f461f2ad2b11ca87ef1ce6ee381ccf31b703fc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kibana checks: use six.moves instead of ImportError</title>
<updated>2018-01-03T08:08:25+00:00</updated>
<author>
<name>Vadim Rutkovsky</name>
<email>vrutkovs@redhat.com</email>
</author>
<published>2018-01-02T21:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=1492b3b0cc7556e7d68b127d55dc0f36a947925a'/>
<id>1492b3b0cc7556e7d68b127d55dc0f36a947925a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove openshift.common.{is_atomic|is_containerized}</title>
<updated>2017-12-20T15:13:51+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-18T21:13: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=e6c159afb4ba39a7266c750d43d6a5e911cc8f21'/>
<id>e6c159afb4ba39a7266c750d43d6a5e911cc8f21</id>
<content type='text'>
We set these variables using facts in init, no need
to duplicate the logic all around the codebase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We set these variables using facts in init, no need
to duplicate the logic all around the codebase.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove openshift.common.service_type</title>
<updated>2017-12-07T19:37:36+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-27T20:39: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=eb6b20fc9183cc2aae424c72efd1191b99110a93'/>
<id>eb6b20fc9183cc2aae424c72efd1191b99110a93</id>
<content type='text'>
This commit removes openshift.common.service_type
in favor of openshift_service_type.

This commit also removes r_openshift_excluder_service_type
from plays in favor of using the role's defaults.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes openshift.common.service_type
in favor of openshift_service_type.

This commit also removes r_openshift_excluder_service_type
from plays in favor of using the role's defaults.
</pre>
</div>
</content>
</entry>
<entry>
<title>registry-console: align image and check</title>
<updated>2017-11-15T21:19:59+00:00</updated>
<author>
<name>Luke Meyer</name>
<email>lmeyer@redhat.com</email>
</author>
<published>2017-11-14T20:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a80dab78b05b21393587fc99a73e61e6450dddf7'/>
<id>a80dab78b05b21393587fc99a73e61e6450dddf7</id>
<content type='text'>
enable option to configure basename in image
docker_image_availability check: follow registry-console image options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
enable option to configure basename in image
docker_image_availability check: follow registry-console image options
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5829 from sosiouxme/20171020-registry-console-bz1497310</title>
<updated>2017-11-08T20:14:34+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-11-08T20:14: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=52d2eb56e3198ed83c7c9a912aa22919e2180985'/>
<id>52d2eb56e3198ed83c7c9a912aa22919e2180985</id>
<content type='text'>
reconcile registry-console and docker_image_availability</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reconcile registry-console and docker_image_availability</pre>
</div>
</content>
</entry>
</feed>
