<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/playbooks, 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>Upgrade to 3.7.2</title>
<updated>2018-03-20T14:43:00+00:00</updated>
<author>
<name>Suren A. Chilingaryan</name>
<email>csa@suren.me</email>
</author>
<published>2018-03-20T14:43:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f9eff9e52638563f6ff75a8b3b1c07ebab80e12e'/>
<id>f9eff9e52638563f6ff75a8b3b1c07ebab80e12e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow upgrade to OpenShift 3.7.1</title>
<updated>2018-02-27T06:10:35+00:00</updated>
<author>
<name>Suren A. Chilingaryan</name>
<email>csa@suren.me</email>
</author>
<published>2018-02-27T06:10:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=9ff59b4db572f63a78e2a35da95ac60d86a3a0c2'/>
<id>9ff59b4db572f63a78e2a35da95ac60d86a3a0c2</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 #7124 from mgugino-upstream-stage/fix-version-multi</title>
<updated>2018-02-14T21:09:41+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-14T21:09:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=deb9a793cbb169b964424720f9c3a6ce6b976b09'/>
<id>deb9a793cbb169b964424720f9c3a6ce6b976b09</id>
<content type='text'>
Automatic merge from submit-queue.

Fix version multi

Simplify double upgrade version logic

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>
Automatic merge from submit-queue.

Fix version multi

Simplify double upgrade version logic

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>Fix metadata access in OpenStack inventory</title>
<updated>2018-02-14T10:35:23+00:00</updated>
<author>
<name>Tomas Sedovic</name>
<email>tomas@sedovic.cz</email>
</author>
<published>2018-02-01T14:18: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=de410074cf5e1e8c2296ce821bc4455e3b7aa693'/>
<id>de410074cf5e1e8c2296ce821bc4455e3b7aa693</id>
<content type='text'>
Some versions of shade (e.g. the one currently in RHEL) only allow a
dict-like interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some versions of shade (e.g. the one currently in RHEL) only allow a
dict-like interface.
</pre>
</div>
</content>
</entry>
<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 #6918 from SaravanaStorageNetwork/uninstall_playbook</title>
<updated>2018-02-13T19:00:57+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-13T19:00:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b1cca03835322c1fb325834112b4a002229dc00e'/>
<id>b1cca03835322c1fb325834112b4a002229dc00e</id>
<content type='text'>
Automatic merge from submit-queue.

Uninstall playbook for Glusterfs 

Uninstall playbook for Glusterfs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Uninstall playbook for Glusterfs 

Uninstall playbook for Glusterfs</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7116 from mgugino-upstream-stage/fix-docker-upgrade</title>
<updated>2018-02-13T16:10:12+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-13T16:10:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=e2fad4e69710c9d4fd18febd4ab60b0f12b78ef8'/>
<id>e2fad4e69710c9d4fd18febd4ab60b0f12b78ef8</id>
<content type='text'>
Automatic merge from submit-queue.

Fix docker_upgrade variable

Currently, docker_upgrade is ignored during
cluster upgrades.

This commit ensures that the variable is respected.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1543714</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Fix docker_upgrade variable

Currently, docker_upgrade is ignored during
cluster upgrades.

This commit ensures that the variable is respected.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1543714</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7121 from sdodson/fix-registry-cert-redeploy</title>
<updated>2018-02-13T14:23:27+00:00</updated>
<author>
<name>Kenny Woodson</name>
<email>kwoodson@redhat.com</email>
</author>
<published>2018-02-13T14:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a53d6181a69df2bea769de59e9e54d9c18d8be94'/>
<id>a53d6181a69df2bea769de59e9e54d9c18d8be94</id>
<content type='text'>
Invert logic to decide when to re-deploy certs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Invert logic to decide when to re-deploy certs</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6951 from tomassedovic/fix-openstack-master</title>
<updated>2018-02-13T13:17:12+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-13T13:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b0943498fd3da4e4bfd2885c02e7d0a75fde8696'/>
<id>b0943498fd3da4e4bfd2885c02e7d0a75fde8696</id>
<content type='text'>
Automatic merge from submit-queue.

Fix OpenStack playbooks

This shuffles a few playbooks around to fix the ordering between various
facts and prerequisites.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Fix OpenStack playbooks

This shuffles a few playbooks around to fix the ordering between various
facts and prerequisites.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7095 from jpeeler/upgrade-cat</title>
<updated>2018-02-13T04:29:10+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-13T04:29: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=e4111f2acca12db04a6ef3241acc4250e488719b'/>
<id>e4111f2acca12db04a6ef3241acc4250e488719b</id>
<content type='text'>
Automatic merge from submit-queue.

Add service catalog to be upgraded

Currently service catalog was left running at the previous version.

https://bugzilla.redhat.com/show_bug.cgi?id=1541247</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Add service catalog to be upgraded

Currently service catalog was left running at the previous version.

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