<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_loadbalancer, 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>[1506866] Update haproxy.cfg.j2</title>
<updated>2018-01-23T18:28:15+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2018-01-23T18:28:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=9f5a6e37f2b76a9390bb647ae9be0f065b2bc633'/>
<id>9f5a6e37f2b76a9390bb647ae9be0f065b2bc633</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cast openshift_docker_use_system_container to bool</title>
<updated>2018-01-02T19:23:04+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-01-02T19:21: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=1a99f2ee9fac6dfe02e56e227874371b40a0b4fe'/>
<id>1a99f2ee9fac6dfe02e56e227874371b40a0b4fe</id>
<content type='text'>
openshift_docker_use_system_container might be passed
in via ini inventory as 'openshift_docker_use_system_container=false'

This condition will be interpreted as a string type, instead of
boolean.

Casting openshift_docker_use_system_container as bool
will achieve the users desired intent.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
openshift_docker_use_system_container might be passed
in via ini inventory as 'openshift_docker_use_system_container=false'

This condition will be interpreted as a string type, instead of
boolean.

Casting openshift_docker_use_system_container as bool
will achieve the users desired intent.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943
</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>Merge pull request #6469 from mgugino-upstream-stage/plugin-consolidate</title>
<updated>2017-12-19T18:08:55+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-12-19T18:08: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=151115eaf18d557aa8f770e61820e10bed4109bc'/>
<id>151115eaf18d557aa8f770e61820e10bed4109bc</id>
<content type='text'>
Plugin consolidate</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Plugin consolidate</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some small items from openshift_facts</title>
<updated>2017-12-18T23:16:16+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-18T20:21:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=313b15fb2668cbe6738802f913a9caa6203083b2'/>
<id>313b15fb2668cbe6738802f913a9caa6203083b2</id>
<content type='text'>
Remove some small items from openshift_facts that
don't need to be there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove some small items from openshift_facts that
don't need to be there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Relocate filter plugins to lib_utils</title>
<updated>2017-12-18T21:46:22+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-13T17:42: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=801779eeb6f6308f81ae7c48409de7686c04a0aa'/>
<id>801779eeb6f6308f81ae7c48409de7686c04a0aa</id>
<content type='text'>
This commit relocates filter_plugings to lib_utils,
changes the namespacing to prevent unintended use of
older versions that may be present in filter_plugins/
directory on existing installs.

Add lib_utils to meta depends for roles

Also consolidate some plugins into lib_utils from
various other areas.

Update rpm spec, obsolete plugin rpms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit relocates filter_plugings to lib_utils,
changes the namespacing to prevent unintended use of
older versions that may be present in filter_plugins/
directory on existing installs.

Add lib_utils to meta depends for roles

Also consolidate some plugins into lib_utils from
various other areas.

Update rpm spec, obsolete plugin rpms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate using Ansible tests as filters</title>
<updated>2017-12-14T21:03:44+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-12-14T20:00: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=c113074f5b84881f416aca40e2bf4e20d4e6ce41'/>
<id>c113074f5b84881f416aca40e2bf4e20d4e6ce41</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 #6034 from cwilkers/containerized-lb-portfix</title>
<updated>2017-12-06T21:38:28+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-12-06T21:38: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=192a8c1386ada33cb797d1e7a56c38bf2d21e338'/>
<id>192a8c1386ada33cb797d1e7a56c38bf2d21e338</id>
<content type='text'>
Mod startup script to publish all frontend binds</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mod startup script to publish all frontend binds</pre>
</div>
</content>
</entry>
<entry>
<title>Implement container runtime role</title>
<updated>2017-12-01T17:32:39+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-16T19:56: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=5120f8e90c0178ac7f6d911159ceb278dd87b4c9'/>
<id>5120f8e90c0178ac7f6d911159ceb278dd87b4c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>retry package operations</title>
<updated>2017-11-30T21:45:20+00:00</updated>
<author>
<name>Luke Meyer</name>
<email>lmeyer@redhat.com</email>
</author>
<published>2017-11-28T20:46:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=fbb4e1ca73fd39ce9f18fa7c6f05766ccb0e484a'/>
<id>fbb4e1ca73fd39ce9f18fa7c6f05766ccb0e484a</id>
<content type='text'>
When a package install/update fails due to network blips or other spotty
availability, retry it. If the failure is a real failure (e.g. package
is really not there) it still fails after 3 tries (Ansible default).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a package install/update fails due to network blips or other spotty
availability, retry it. If the failure is a real failure (e.g. package
is really not there) it still fails after 3 tries (Ansible default).
</pre>
</div>
</content>
</entry>
</feed>
