<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_master/templates/master_docker, 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>Remove remaining references to openshift-master.service</title>
<updated>2017-08-08T16:50:22+00:00</updated>
<author>
<name>Clayton Coleman</name>
<email>ccoleman@redhat.com</email>
</author>
<published>2017-08-08T04:13:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c71bed77b350bf66f7c3342ce1e26b9bc389ba3f'/>
<id>c71bed77b350bf66f7c3342ce1e26b9bc389ba3f</id>
<content type='text'>
Prevents playbooks from accidentally restarting the master service.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevents playbooks from accidentally restarting the master service.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that host pki tree is mounted in containerized components</title>
<updated>2017-06-12T15:24:02+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-06-12T15:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=2d780c406038a6f0b3cc4c7a2326853c09a3caa0'/>
<id>2d780c406038a6f0b3cc4c7a2326853c09a3caa0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update systemd units to use proper container service name</title>
<updated>2017-05-09T18:49:01+00:00</updated>
<author>
<name>Steve Milner</name>
<email>smilner@redhat.com</email>
</author>
<published>2017-05-09T14:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b7ccac941502c93e804adf5582575ea3becf1ed8'/>
<id>b7ccac941502c93e804adf5582575ea3becf1ed8</id>
<content type='text'>
- If using a system container: container-engine
- If using a package install: docker

Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1448800
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- If using a system container: container-engine
- If using a package install: docker

Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1448800
</pre>
</div>
</content>
</entry>
<entry>
<title>master: add mount for /var/log</title>
<updated>2017-04-06T16:21:31+00:00</updated>
<author>
<name>Giuseppe Scrivano</name>
<email>gscrivan@redhat.com</email>
</author>
<published>2017-04-06T13:55: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=589a695caf74939fd2dcbb7c9d267cbbb9817c19'/>
<id>589a695caf74939fd2dcbb7c9d267cbbb9817c19</id>
<content type='text'>
Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use openshift_env for cloud provider facts.</title>
<updated>2016-08-25T18:42:40+00:00</updated>
<author>
<name>Andrew Butcher</name>
<email>abutcher@redhat.com</email>
</author>
<published>2016-08-25T18:42:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=791640e083c31e4380a3d7cd929fd67567a944f8'/>
<id>791640e083c31e4380a3d7cd929fd67567a944f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce 1.3/3.3 upgrade path.</title>
<updated>2016-07-25T15:16:16+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-07-15T18:50:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=31707737a5473bb5cf6545b6675b192a64a913c7'/>
<id>31707737a5473bb5cf6545b6675b192a64a913c7</id>
<content type='text'>
Refactored the 3.2 upgrade common files out to a path that does not
indicate they are strictly for 3.2.

3.3 upgrade then becomes a relatively small copy of the byo entry point,
all calling the same code as 3.2 upgrade.

Thus far there are no known 3.3 specific upgrade tasks. In future we
will likely want to allow hooks out to version specific pre/upgrade/post
tasks.

Also fixes a bug where the handlers were not restarting
nodes/openvswitch containers doing upgrades, due to a change in Ansible
2+.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactored the 3.2 upgrade common files out to a path that does not
indicate they are strictly for 3.2.

3.3 upgrade then becomes a relatively small copy of the byo entry point,
all calling the same code as 3.2 upgrade.

Thus far there are no known 3.3 specific upgrade tasks. In future we
will likely want to allow hooks out to version specific pre/upgrade/post
tasks.

Also fixes a bug where the handlers were not restarting
nodes/openvswitch containers doing upgrades, due to a change in Ansible
2+.
</pre>
</div>
</content>
</entry>
</feed>
