<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/playbooks/common/openshift-cluster/upgrades/v3_5, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/'/>
<entry>
<title>Remove upgrade playbooks for 3.3 through 3.5</title>
<updated>2017-11-08T21:32:07+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-11-08T21:32:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d53afc610156925b67c58893a93deb6c94448620'/>
<id>d53afc610156925b67c58893a93deb6c94448620</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5875 from mgugino-upstream-stage/fix-upgrade-config-hook</title>
<updated>2017-10-27T13:01:45+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>gugino.michael@yahoo.com</email>
</author>
<published>2017-10-27T13:01:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=36767b4902e496e2b2f217c374853eede7b44d79'/>
<id>36767b4902e496e2b2f217c374853eede7b44d79</id>
<content type='text'>
This previously passed all CI tests, merge queue broke last night.

Merging, this is a blocker bug.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This previously passed all CI tests, merge queue broke last night.

Merging, this is a blocker bug.</pre>
</div>
</content>
</entry>
<entry>
<title>Add master config upgrade hook to upgrade-all plays</title>
<updated>2017-10-25T13:36:52+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-10-25T13:36:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ae494abf95c0904e0b61887eca8e430a32e33646'/>
<id>ae494abf95c0904e0b61887eca8e430a32e33646</id>
<content type='text'>
Currently, in 1.5, 3.6, 1.7 upgrade-all plays, control
plane upgrades are not called correctly.

This commit ensures the master config hook is appropriately
applied during these upgrades to match the steps in
control plane only upgrades.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1486054
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, in 1.5, 3.6, 1.7 upgrade-all plays, control
plane upgrades are not called correctly.

This commit ensures the master config hook is appropriately
applied during these upgrades to match the steps in
control plane only upgrades.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1486054
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove base package install</title>
<updated>2017-10-23T17:48:16+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-10-23T17:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=7fe575eb57be7ab230dd9cfee4d11c6be1fe480b'/>
<id>7fe575eb57be7ab230dd9cfee4d11c6be1fe480b</id>
<content type='text'>
Currently, base atomic-openshift package is
installed for versioning.

This doesn't appear to be necessary.

This commit removes this step.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1504196
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, base atomic-openshift package is
installed for versioning.

This doesn't appear to be necessary.

This commit removes this step.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1504196
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded master config updates during upgrades</title>
<updated>2017-10-17T17:30:35+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-10-16T19:01:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c124eb746e92d6a2682705e84a95ed5b982bc162'/>
<id>c124eb746e92d6a2682705e84a95ed5b982bc162</id>
<content type='text'>
Currently, upgrade_control_plane.yml will add any
missing sections to the openshift master's config.

These additions are only needed once.  Users who
perform multiple upgrades to their clusters over
time do not need to have these variables re-inserted.

Currently, re-inserting these variables can cause
unwanted local changes.

This commit ensures that the variables are only
inserted into openshift master's config once.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1486054
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, upgrade_control_plane.yml will add any
missing sections to the openshift master's config.

These additions are only needed once.  Users who
perform multiple upgrades to their clusters over
time do not need to have these variables re-inserted.

Currently, re-inserting these variables can cause
unwanted local changes.

This commit ensures that the variables are only
inserted into openshift master's config once.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1486054
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure controllerConfig.serviceServingCert is correctly set during upgrade.</title>
<updated>2017-10-13T20:32:14+00:00</updated>
<author>
<name>Andrew Butcher</name>
<email>abutcher@redhat.com</email>
</author>
<published>2017-10-13T20:32:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ea94cacab228b5134024d2a86142964e82a35639'/>
<id>ea94cacab228b5134024d2a86142964e82a35639</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit base-package install during master upgrades</title>
<updated>2017-10-02T22:16:16+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-10-02T22:16:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3f931ea57f510e6d081866c50c6910544d92285a'/>
<id>3f931ea57f510e6d081866c50c6910544d92285a</id>
<content type='text'>
Currently, openshift_version installs RPM packages
on all nodes and masters to aid in determining and
setting the proper version across the cluster.

This commit limits the host groups to only
masters during upgrade_control_plane plays.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1495107
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, openshift_version installs RPM packages
on all nodes and masters to aid in determining and
setting the proper version across the cluster.

This commit limits the host groups to only
masters during upgrade_control_plane plays.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1495107
</pre>
</div>
</content>
</entry>
<entry>
<title>move health-checks and control-plane-verification before excluders</title>
<updated>2017-09-29T14:54:44+00:00</updated>
<author>
<name>Jan Chaloupka</name>
<email>jchaloup@redhat.com</email>
</author>
<published>2017-09-29T14:54:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=602d3ed24a6c6b3a8eddf549b60b777d0b5a8c33'/>
<id>602d3ed24a6c6b3a8eddf549b60b777d0b5a8c33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>disable excluders after all pre-checks</title>
<updated>2017-09-21T13:35:17+00:00</updated>
<author>
<name>Jan Chaloupka</name>
<email>jchaloup@redhat.com</email>
</author>
<published>2017-09-14T12:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=483208ca75ef16013a2a51fe73cde7974f109d98'/>
<id>483208ca75ef16013a2a51fe73cde7974f109d98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test: Fail on entry point playbooks in common</title>
<updated>2017-08-29T12:14:37+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-08-23T20:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d8191cbd7a66fc2ba8b4d3cafeccc19afca76850'/>
<id>d8191cbd7a66fc2ba8b4d3cafeccc19afca76850</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
