<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_storage_nfs_lvm, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/atom?h=ands</id>
<link rel='self' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/atom?h=ands'/>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/'/>
<updated>2018-01-09T19:56:54+00:00</updated>
<entry>
<title>Remove become statements</title>
<updated>2018-01-09T19:56:54+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-01-09T19:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3b07acdcd41e215dedc4d4c7c7303b807e59333d'/>
<id>urn:sha1:3b07acdcd41e215dedc4d4c7c7303b807e59333d</id>
<content type='text'>
This commit removes become:no statements that break
the installer in various ways.
</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://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=e6c159afb4ba39a7266c750d43d6a5e911cc8f21'/>
<id>urn:sha1:e6c159afb4ba39a7266c750d43d6a5e911cc8f21</id>
<content type='text'>
We set these variables using facts in init, no need
to duplicate the logic all around the codebase.
</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://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=801779eeb6f6308f81ae7c48409de7686c04a0aa'/>
<id>urn:sha1: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>
</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://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c113074f5b84881f416aca40e2bf4e20d4e6ce41'/>
<id>urn:sha1:c113074f5b84881f416aca40e2bf4e20d4e6ce41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include Deprecation: Convert to include_tasks</title>
<updated>2017-12-06T14:48:59+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-12-06T14:48:59+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=50751e3c5e8e8dca97cd27d4c93944515666c8b5'/>
<id>urn:sha1:50751e3c5e8e8dca97cd27d4c93944515666c8b5</id>
<content type='text'>
</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://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=fbb4e1ca73fd39ce9f18fa7c6f05766ccb0e484a'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Merge pull request #3090 from jfchevrette/fix_pv_template_spec</title>
<updated>2017-01-16T15:21:01+00:00</updated>
<author>
<name>Andrew Butcher</name>
<email>abutcher@afrolegs.com</email>
</author>
<published>2017-01-16T15:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=2bd657a6a20f960a3bbdf01cc84472ff5b94fa1a'/>
<id>urn:sha1:2bd657a6a20f960a3bbdf01cc84472ff5b94fa1a</id>
<content type='text'>
Fix role openshift_storage_nfs_lvm keys should be lowercase in the pv spec template</content>
</entry>
<entry>
<title>keys should be lowercase according to the spec</title>
<updated>2017-01-12T21:33:34+00:00</updated>
<author>
<name>Jean-Francois Chevrette</name>
<email>jf.cron0@gmail.com</email>
</author>
<published>2017-01-12T21:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3f2569c06718a3c7d7367fa54b65d91f49b84d06'/>
<id>urn:sha1:3f2569c06718a3c7d7367fa54b65d91f49b84d06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix when statement indentation, cast to bool</title>
<updated>2017-01-12T21:11:16+00:00</updated>
<author>
<name>Jean-Francois Chevrette</name>
<email>jf.cron0@gmail.com</email>
</author>
<published>2017-01-12T21:09:40+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=939f9963e9513c125aed349553ba0a0085203ad0'/>
<id>urn:sha1:939f9963e9513c125aed349553ba0a0085203ad0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add openshift_facts as role dependency</title>
<updated>2017-01-12T21:09:31+00:00</updated>
<author>
<name>Jean-Francois Chevrette</name>
<email>jf.cron0@gmail.com</email>
</author>
<published>2017-01-12T21:09:31+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c756c99ea39689e4651312d2a2a79979585d02d2'/>
<id>urn:sha1:c756c99ea39689e4651312d2a2a79979585d02d2</id>
<content type='text'>
</content>
</entry>
</feed>
