<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/playbooks/common/openshift-cluster/upgrades/v3_9, 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>Simplify double upgrade version logic</title>
<updated>2018-02-13T21:32:36+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-02-12T22:46: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=cdb1ae5fd0057aa6b666ca53fc54e73ce8be19fa'/>
<id>cdb1ae5fd0057aa6b666ca53fc54e73ce8be19fa</id>
<content type='text'>
Currently, double upgrade process (3.7 -&gt; 3.9)
for control plane attempts to run openshift_version
role twice to set the appropriate values for
upgrading each major version, 3.8 and 3.9.

This commit instructs openshift_version to
only inquire about the proper settings for 3.9,
and hard-sets the appropriate values for 3.8.

This allows a simplification of the
openshift_version role, allowing for easier
debugging.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1542368
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, double upgrade process (3.7 -&gt; 3.9)
for control plane attempts to run openshift_version
role twice to set the appropriate values for
upgrading each major version, 3.8 and 3.9.

This commit instructs openshift_version to
only inquire about the proper settings for 3.9,
and hard-sets the appropriate values for 3.8.

This allows a simplification of the
openshift_version role, allowing for easier
debugging.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1542368
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7017 from mtnbikenc/fix-1540537</title>
<updated>2018-02-08T00:25:29+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-08T00:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=52403c8d9ab6e604fb0060250526ae8c1587c269'/>
<id>52403c8d9ab6e604fb0060250526ae8c1587c269</id>
<content type='text'>
Automatic merge from submit-queue.

[1540537] Add base package installation to upgrade playbooks

Hosts will need python ipaddress module installed if it was not
installed during initial installation.

Bug 1540537
https://bugzilla.redhat.com/show_bug.cgi?id=1540537</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

[1540537] Add base package installation to upgrade playbooks

Hosts will need python ipaddress module installed if it was not
installed during initial installation.

Bug 1540537
https://bugzilla.redhat.com/show_bug.cgi?id=1540537</pre>
</div>
</content>
</entry>
<entry>
<title>Add base package installation to upgrade playbooks</title>
<updated>2018-02-07T16:16:55+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2018-02-05T20:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b683605bd97a798589000d32d1b9ea15bf75666d'/>
<id>b683605bd97a798589000d32d1b9ea15bf75666d</id>
<content type='text'>
Hosts will need python ipaddress module installed if it was not
installed during initial installation.

Bug 1540537
https://bugzilla.redhat.com/show_bug.cgi?id=1540537
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hosts will need python ipaddress module installed if it was not
installed during initial installation.

Bug 1540537
https://bugzilla.redhat.com/show_bug.cgi?id=1540537
</pre>
</div>
</content>
</entry>
<entry>
<title>3.9 upgrade: fix typos in restart masters procedure</title>
<updated>2018-02-07T15:52:02+00:00</updated>
<author>
<name>Vadim Rutkovsky</name>
<email>vrutkovs@redhat.com</email>
</author>
<published>2018-02-07T13:57: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=dfc952d8aa55e0c98cfb30d38ec4e2d7b9e416c2'/>
<id>dfc952d8aa55e0c98cfb30d38ec4e2d7b9e416c2</id>
<content type='text'>
* 'rolling_restart_mode' should be 'services', not 'service'
* use 'state: restarted' to properly restart services

Signed-off-by: Vadim Rutkovsky &lt;vrutkovs@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 'rolling_restart_mode' should be 'services', not 'service'
* use 'state: restarted' to properly restart services

Signed-off-by: Vadim Rutkovsky &lt;vrutkovs@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6980 from mtnbikenc/fix-upgrades</title>
<updated>2018-02-04T17:21:53+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-02-04T17:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ff7a9b6f634582a785c7fac6476365659e996d58'/>
<id>ff7a9b6f634582a785c7fac6476365659e996d58</id>
<content type='text'>
Fix version handling in 3.8/3.9 control plane upgrades</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix version handling in 3.8/3.9 control plane upgrades</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6958 from vrutkovs/rework-full-upgrade</title>
<updated>2018-02-02T18:01:38+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-02T18:01:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=e999558b8994488f2a6f47a4057d2deea4be1a22'/>
<id>e999558b8994488f2a6f47a4057d2deea4be1a22</id>
<content type='text'>
Automatic merge from submit-queue.

Upgrade playbook improvements

Two changes in this PR:

 * Avoid duplication in upgrade.yml - it now would simply run upgrade_control_plane and upgrade_nodes playbooks
 * Restart controllers instead of start/stop if restart mode is 'services'
 * For 'system' restart mode controllers are disabled before master upgrade and re-enabled after upgrades are finished</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Upgrade playbook improvements

Two changes in this PR:

 * Avoid duplication in upgrade.yml - it now would simply run upgrade_control_plane and upgrade_nodes playbooks
 * Restart controllers instead of start/stop if restart mode is 'services'
 * For 'system' restart mode controllers are disabled before master upgrade and re-enabled after upgrades are finished</pre>
</div>
</content>
</entry>
<entry>
<title>Fix version handling in 3.8/3.9 control plane upgrades</title>
<updated>2018-02-02T15:39:55+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2018-02-01T16:15:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=db9c0b33f30e992a9d7d2849d3b9c0ac4904689d'/>
<id>db9c0b33f30e992a9d7d2849d3b9c0ac4904689d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable master controllers before upgrade and re-enable those when restart mode is system</title>
<updated>2018-01-31T18:29:03+00:00</updated>
<author>
<name>Vadim Rutkovsky</name>
<email>vrutkovs@redhat.com</email>
</author>
<published>2018-01-31T16:31: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=0fad99cb1c15212ddf6eb6d3862b4ded0b614166'/>
<id>0fad99cb1c15212ddf6eb6d3862b4ded0b614166</id>
<content type='text'>
This removes a start/stop after control plane upgrade
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes a start/stop after control plane upgrade
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade: run upgrade_control_plane and upgrade_nodes playbooks during full upgrade</title>
<updated>2018-01-31T18:29:03+00:00</updated>
<author>
<name>Vadim Rutkovsky</name>
<email>vrutkovs@redhat.com</email>
</author>
<published>2018-01-31T13:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=6f7d06beeaccedc31e8505dcb1db9e633ed4223e'/>
<id>6f7d06beeaccedc31e8505dcb1db9e633ed4223e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore openshift_pkg_version during 3.8 upgrade</title>
<updated>2018-01-30T17:06:18+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2018-01-30T17:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=1295e8882895f5cf827d6592cb0fb352793c52c1'/>
<id>1295e8882895f5cf827d6592cb0fb352793c52c1</id>
<content type='text'>
Version 3.8 is an intermediate step when upgrading to 3.9 and
openshift_pkg_version may be set in the inventory for 3.9. This will
ensure there is not a conflict between the intermediate step and the
final version requested.

Bug 1540108
https://bugzilla.redhat.com/show_bug.cgi?id=1540108
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Version 3.8 is an intermediate step when upgrading to 3.9 and
openshift_pkg_version may be set in the inventory for 3.9. This will
ensure there is not a conflict between the intermediate step and the
final version requested.

Bug 1540108
https://bugzilla.redhat.com/show_bug.cgi?id=1540108
</pre>
</div>
</content>
</entry>
</feed>
