<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_node/tasks/upgrade, 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>Create swapoff module</title>
<updated>2018-01-24T21:00:27+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-21T20:39:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=8c722ed8f5d986e465b1e95f31faa2a733af4715'/>
<id>8c722ed8f5d986e465b1e95f31faa2a733af4715</id>
<content type='text'>
Create custome ansible module 'swapoff' to idempotently
disable swap in /etc/fstab and also run swapoff.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create custome ansible module 'swapoff' to idempotently
disable swap in /etc/fstab and also run swapoff.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6426 from danwinship/cleanup-ipam</title>
<updated>2018-01-13T17:13:08+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-01-13T17:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c2344f09f50f13e2f1aa5dacf422da32ce7525a4'/>
<id>c2344f09f50f13e2f1aa5dacf422da32ce7525a4</id>
<content type='text'>
Clean up host-local IPAM data while nodes are drained</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean up host-local IPAM data while nodes are drained</pre>
</div>
</content>
</entry>
<entry>
<title>Add defaults for openshift_pkg_version</title>
<updated>2018-01-10T14:40:21+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-22T01:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=870b4b66cb8cd8a1accd3d1964f2f40a719403ed'/>
<id>870b4b66cb8cd8a1accd3d1964f2f40a719403ed</id>
<content type='text'>
This variable may or may not be defined by the users.

During deployments, it will be set to '-{{ openshift_version }}'
if undefined.

During upgrades, it will remain undefined.

This commit ensures that if the variable is undefined,
empty strings '' are set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This variable may or may not be defined by the users.

During deployments, it will be set to '-{{ openshift_version }}'
if undefined.

During upgrades, it will remain undefined.

This commit ensures that if the variable is undefined,
empty strings '' are set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6658 from mgugino-upstream-stage/containerized_bools</title>
<updated>2018-01-10T00:50:13+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-01-10T00:50:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a594dd15a707651e0b9c8dac6d48991488537d4d'/>
<id>a594dd15a707651e0b9c8dac6d48991488537d4d</id>
<content type='text'>
Automatic merge from submit-queue.

ensure containerized bools are cast</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

ensure containerized bools are cast</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6650 from vrutkovs/containerized_upgrade_set_openshift_use_openshift_sdn</title>
<updated>2018-01-09T16:01:45+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-01-09T16:01:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c49d85c8eb1bcb42943e0fd15a3345dd8bf2c8f2'/>
<id>c49d85c8eb1bcb42943e0fd15a3345dd8bf2c8f2</id>
<content type='text'>
Automatic merge from submit-queue.

upgrades: use openshift_node_use_openshift_sdn when trying to pre-pull the image

This affects 3.8/3.9 upgrades for containerized hosts, if nodes are separate from master.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

upgrades: use openshift_node_use_openshift_sdn when trying to pre-pull the image

This affects 3.8/3.9 upgrades for containerized hosts, if nodes are separate from master.</pre>
</div>
</content>
</entry>
<entry>
<title>Use openshift_node_use_openshift_sdn when doing a containerized node upgrade</title>
<updated>2018-01-09T07:58:18+00:00</updated>
<author>
<name>Vadim Rutkovsky</name>
<email>vrutkovs@redhat.com</email>
</author>
<published>2018-01-08T15:57: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=728a286eed2865bfeda3f2ab5106b945f2bdfb6d'/>
<id>728a286eed2865bfeda3f2ab5106b945f2bdfb6d</id>
<content type='text'>
Signed-off-by: Vadim Rutkovsky &lt;vrutkovs@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Vadim Rutkovsky &lt;vrutkovs@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure containerized bools are cast</title>
<updated>2018-01-08T20:59:24+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-01-08T20:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=aae5250ed482423e7789c2dfb335d99475445493'/>
<id>aae5250ed482423e7789c2dfb335d99475445493</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't overwrite node's systemd units for containerized install</title>
<updated>2018-01-05T17:57:19+00:00</updated>
<author>
<name>Vadim Rutkovsky</name>
<email>vrutkovs@redhat.com</email>
</author>
<published>2018-01-05T16:53:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=45d3a1d919290daf5f2ca9523fb847db13de0ad6'/>
<id>45d3a1d919290daf5f2ca9523fb847db13de0ad6</id>
<content type='text'>
Systemd units are being updated in ../systemd_units.yml

Signed-off-by: Vadim Rutkovsky &lt;vrutkovs@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Systemd units are being updated in ../systemd_units.yml

Signed-off-by: Vadim Rutkovsky &lt;vrutkovs@redhat.com&gt;
</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>Remove openshift_node_facts role</title>
<updated>2017-12-18T19:33:43+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-18T19:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=23b283e22982c032db341b7b4d81a384f0ec0b71'/>
<id>23b283e22982c032db341b7b4d81a384f0ec0b71</id>
<content type='text'>
This commit removes the remainder of openshift_node_facts
role.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes the remainder of openshift_node_facts
role.
</pre>
</div>
</content>
</entry>
</feed>
