<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/playbooks/common/openshift-cluster/upgrades/v3_3, 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 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.master.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>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.master.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>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.master.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.master.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>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.master.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>
<entry>
<title>Fix syntax for when statement</title>
<updated>2017-08-10T18:12:43+00:00</updated>
<author>
<name>Rodolfo Carvalho</name>
<email>rhcarvalho@gmail.com</email>
</author>
<published>2017-08-08T16:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c84f11d71f89ae9ac0c93f3da4f74c742346612e'/>
<id>c84f11d71f89ae9ac0c93f3da4f74c742346612e</id>
<content type='text'>
Without that, playbook runs print warnings such as this:
 [WARNING]: when statements should not include jinja2 templating
 delimiters such as {{ }} or {% %}. Found: {{ g_etcd_hosts is not
 defined and g_new_etcd_hosts is not
 defined}}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without that, playbook runs print warnings such as this:
 [WARNING]: when statements should not include jinja2 templating
 delimiters such as {{ }} or {% %}. Found: {{ g_etcd_hosts is not
 defined and g_new_etcd_hosts is not
 defined}}
</pre>
</div>
</content>
</entry>
<entry>
<title>verify upgrade targets separately for each group (masters, nodes, etcd)</title>
<updated>2017-05-31T15:58:45+00:00</updated>
<author>
<name>Jan Chaloupka</name>
<email>jchaloup@redhat.com</email>
</author>
<published>2017-05-31T13:55: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=b54a3295e840f0e14708460a994b739817d04e63'/>
<id>b54a3295e840f0e14708460a994b739817d04e63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>run excluders over selected set of hosts during control_plane/node upgrade</title>
<updated>2017-05-03T13:45:16+00:00</updated>
<author>
<name>Jan Chaloupka</name>
<email>jchaloup@redhat.com</email>
</author>
<published>2017-04-07T14:07: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=ba67bf5e155b81d5f313f6e8492ffd5d3b583286'/>
<id>ba67bf5e155b81d5f313f6e8492ffd5d3b583286</id>
<content type='text'>
Disable/reset excluders over requested hosts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable/reset excluders over requested hosts
</pre>
</div>
</content>
</entry>
<entry>
<title>v3.3 Upgrade Refactor</title>
<updated>2017-05-02T15:32:14+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-04-28T17:18: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=d4e4d3b4663ddd05b32014627d936871432e610a'/>
<id>d4e4d3b4663ddd05b32014627d936871432e610a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove jinja template delimeters from when conditions</title>
<updated>2017-05-01T15:03:49+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-04-21T17:30: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=b6190a17b578de72147e481b0eea00aca59adc2f'/>
<id>b6190a17b578de72147e481b0eea00aca59adc2f</id>
<content type='text'>
In ansible 2.3 "[WARNING]: when statements should not include jinja2
templating delimiters such as {{ }} or {% %}. Found: {{
g_glusterfs_hosts is not defined }}"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In ansible 2.3 "[WARNING]: when statements should not include jinja2
templating delimiters such as {{ }} or {% %}. Found: {{
g_glusterfs_hosts is not defined }}"
</pre>
</div>
</content>
</entry>
</feed>
