<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/playbooks/openshift-logging, 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-02-09T15:54:00+00:00</updated>
<entry>
<title>Limit host scope during plays</title>
<updated>2018-02-09T15:54:00+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-02-08T21:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=70957a529da6b00c3c614f4f1b1f04385e0ef61a'/>
<id>urn:sha1:70957a529da6b00c3c614f4f1b1f04385e0ef61a</id>
<content type='text'>
Many plays only target a select subset of hosts,
especially oo_first_master for components such
as logging and registry.

This commit limits the scope of most plays to
eliminate unnecessary task execution on node
groups.  This will result in great time
savings for large deployments.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1516526
</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://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d5879135f077e4aaaa09c8e4ebf5d9ef2a063a78'/>
<id>urn:sha1:d5879135f077e4aaaa09c8e4ebf5d9ef2a063a78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't update master-config.yaml with logging/metrics urls &gt;= 3.9</title>
<updated>2018-01-31T14:04:10+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-01-31T14:04:10+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=686e44eb23324044490facfa0514f5d480c8b8c1'/>
<id>urn:sha1:686e44eb23324044490facfa0514f5d480c8b8c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6359 from spadgett/web-console-server</title>
<updated>2018-01-06T17:17:40+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-01-06T17:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a5eee09d02120bb16d7f81d1b05982e1a69df4dc'/>
<id>urn:sha1:a5eee09d02120bb16d7f81d1b05982e1a69df4dc</id>
<content type='text'>
Install web console server</content>
</entry>
<entry>
<title>Install web console server</title>
<updated>2018-01-05T20:36:39+00:00</updated>
<author>
<name>Samuel Padgett</name>
<email>spadgett@redhat.com</email>
</author>
<published>2017-11-15T18:12:12+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=296ee5ee346c843eb69786e1ab997e72870839ff'/>
<id>urn:sha1:296ee5ee346c843eb69786e1ab997e72870839ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate to import_role for static role inclusion</title>
<updated>2018-01-05T17:44:56+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-01-05T17:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=eacc12897ca86a255f89b8a4537ce2b7004cf319'/>
<id>urn:sha1:eacc12897ca86a255f89b8a4537ce2b7004cf319</id>
<content type='text'>
In Ansible 2.2, the include_role directive came into existence as
a Tech Preview. It is still a Tech Preview through Ansible 2.4
(and in current devel branch), but with a noteable change. The
default behavior switched from static: true to static: false
because that functionality moved to the newly introduced
import_role directive (in order to stay consistent with include*
being dynamic in nature and `import* being static in nature).

The dynamic include is considerably more memory intensive as it will
dynamically create a role import for every host in the inventory
list to be used. (Also worth noting, there is at the time of this
writing an object allocation inefficiency in the dynamic include
that can in certain situations amplify this effect considerably)

This change is meant to mitigate the pressure on memory for the
Ansible control host.

We need to evaluate where it makes sense to dynamically include roles
and revert back to dynamic inclusion if and where it makes sense to do
so.
</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>Cleanup byo references</title>
<updated>2017-12-08T20:55:25+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-12-08T13:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=2bf65cdab4aa88f160d005d3b7649b22a6dceba8'/>
<id>urn:sha1:2bf65cdab4aa88f160d005d3b7649b22a6dceba8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include Deprecation: Convert to import_playbook</title>
<updated>2017-12-07T17:30:17+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-12-06T14:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=e64462aa1dfedbdc9b0bc3fae22e3fcca8f5b83b'/>
<id>urn:sha1:e64462aa1dfedbdc9b0bc3fae22e3fcca8f5b83b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing symlinks in openshift-logging</title>
<updated>2017-12-06T13:03:25+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-12-06T13:03:25+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=6a1f689cfcf377eaa5f13949aa9b51da43efe873'/>
<id>urn:sha1:6a1f689cfcf377eaa5f13949aa9b51da43efe873</id>
<content type='text'>
</content>
</entry>
</feed>
