<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/playbooks/openshift-master/private/tasks, 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-02T13:32:13+00:00</updated>
<entry>
<title>Add missing tasks file</title>
<updated>2018-02-02T13:32:13+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-02-01T22:30:01+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b06b857e31099e8642d5f2e64361b4b8bb9f6b9f'/>
<id>urn:sha1:b06b857e31099e8642d5f2e64361b4b8bb9f6b9f</id>
<content type='text'>
Was errantly removed in 4f7d963986a1e28ecc6abd15532b0c1aece99be1
</content>
</entry>
<entry>
<title>Merge pull request #6876 from mgugino-upstream-stage/fix-restart-master-play</title>
<updated>2018-02-01T15:30:53+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-02-01T15:30:53+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=24f9b73bb9a6d6197a5028fe0d223c8823e2905e'/>
<id>urn:sha1:24f9b73bb9a6d6197a5028fe0d223c8823e2905e</id>
<content type='text'>
Remove master_ha bool checks</content>
</entry>
<entry>
<title>Remove old assetConfig from master-config.yaml</title>
<updated>2018-01-25T19:56:10+00:00</updated>
<author>
<name>Samuel Padgett</name>
<email>spadgett@redhat.com</email>
</author>
<published>2018-01-22T21:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ef6d01b6c0a4000133ab443a0a3d52d686484fc9'/>
<id>urn:sha1:ef6d01b6c0a4000133ab443a0a3d52d686484fc9</id>
<content type='text'>
The `assetConfig` is no longer used now that the console is split into
its own pod.

- Remove `assetConfig` on upgrades to 3.9
- Stop writing logging and metrics URLs to assetConfig for 3.9
</content>
</entry>
<entry>
<title>Remove master_ha bool checks</title>
<updated>2018-01-25T18:25:49+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-01-25T18:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=4f7d963986a1e28ecc6abd15532b0c1aece99be1'/>
<id>urn:sha1:4f7d963986a1e28ecc6abd15532b0c1aece99be1</id>
<content type='text'>
Most of these checks are no longer applicable to
the tasks on which they are applied.

This commit removes incorrect ha checks to ensure
services are restarted at appropriate times.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1500897
</content>
</entry>
<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>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>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>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://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=eb6b20fc9183cc2aae424c72efd1191b99110a93'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Remove all references to pacemaker (pcs, pcsd) and openshift.master.cluster_method.</title>
<updated>2017-12-05T19:02:23+00:00</updated>
<author>
<name>Andrew Butcher</name>
<email>abutcher@redhat.com</email>
</author>
<published>2017-11-16T20:49:17+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=259272fa2359fd4d3bd78291bd0b06a1261c4b01'/>
<id>urn:sha1:259272fa2359fd4d3bd78291bd0b06a1261c4b01</id>
<content type='text'>
With pacemaker removed there is no longer a need for
openshift.master.cluster_method. We only have one option.
</content>
</entry>
<entry>
<title>Include Deprecation - openshift-master</title>
<updated>2017-11-22T18:05:18+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-11-22T18:05:18+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c378c56c138945b78d69b8c42218bef74b85de2b'/>
<id>urn:sha1:c378c56c138945b78d69b8c42218bef74b85de2b</id>
<content type='text'>
</content>
</entry>
</feed>
