<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/playbooks/init, 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>Merge pull request #7078 from mgugino-upstream-stage/limit-hosts</title>
<updated>2018-02-10T00:14:03+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-10T00:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=64a6974ced70b17c34016732ae75b428d5925765'/>
<id>64a6974ced70b17c34016732ae75b428d5925765</id>
<content type='text'>
Automatic merge from submit-queue.

Limit host scope during plays

Many plays only target a select subset of hosts,
especially oo_first_master for components such
as logging and registry.

This commit limits the scope of most plays to
eliminate unnecessary task execution on node
groups.  This will result in great time
savings for large deployments.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1516526</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Limit host scope during plays

Many plays only target a select subset of hosts,
especially oo_first_master for components such
as logging and registry.

This commit limits the scope of most plays to
eliminate unnecessary task execution on node
groups.  This will result in great time
savings for large deployments.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1516526</pre>
</div>
</content>
</entry>
<entry>
<title>Limit host scope during plays</title>
<updated>2018-02-09T15:54:00+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-02-08T21:55: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=70957a529da6b00c3c614f4f1b1f04385e0ef61a'/>
<id>70957a529da6b00c3c614f4f1b1f04385e0ef61a</id>
<content type='text'>
Many plays only target a select subset of hosts,
especially oo_first_master for components such
as logging and registry.

This commit limits the scope of most plays to
eliminate unnecessary task execution on node
groups.  This will result in great time
savings for large deployments.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1516526
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many plays only target a select subset of hosts,
especially oo_first_master for components such
as logging and registry.

This commit limits the scope of most plays to
eliminate unnecessary task execution on node
groups.  This will result in great time
savings for large deployments.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1516526
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7061 from gnewson/Change-etcd-check</title>
<updated>2018-02-08T23:08:03+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-08T23:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=70914a6b13d9462e5348af268a67691c641d6634'/>
<id>70914a6b13d9462e5348af268a67691c641d6634</id>
<content type='text'>
Automatic merge from submit-queue.

Changing the check for the number of etcd nodes

This playbook is called (via std_include.yml) when the scale up playbook for either master or etcd is called. In the scenario where you are scaling up the number of masters/etcd nodes it is feasible, if not likely, that the number of etcd nodes is not 1, 3 or 5 and this check therefore causes a scale up to fail.

The two example scenarios that are driving this change are:

You have a cluster with 3 master nodes (each running etcd) and one of those masters fail. The master node is removed from both the OpenShift cluster and the etcd cluster and the inventory updated to reflect the state of the cluster minus the failed master node. You would then run the scale up playbook to add a new master / etcd master into the cluster using an inventory containing and etcd group of just 2 nodes.
As above but the cluster has 5 master nodes. If you lose a master node and update the inventory to reflect that then the inventory will contain an etcd group with 4 nodes.

@sdodson
Previously submitted as https://github.com/openshift/openshift-ansible/pull/6979</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Changing the check for the number of etcd nodes

This playbook is called (via std_include.yml) when the scale up playbook for either master or etcd is called. In the scenario where you are scaling up the number of masters/etcd nodes it is feasible, if not likely, that the number of etcd nodes is not 1, 3 or 5 and this check therefore causes a scale up to fail.

The two example scenarios that are driving this change are:

You have a cluster with 3 master nodes (each running etcd) and one of those masters fail. The master node is removed from both the OpenShift cluster and the etcd cluster and the inventory updated to reflect the state of the cluster minus the failed master node. You would then run the scale up playbook to add a new master / etcd master into the cluster using an inventory containing and etcd group of just 2 nodes.
As above but the cluster has 5 master nodes. If you lose a master node and update the inventory to reflect that then the inventory will contain an etcd group with 4 nodes.

@sdodson
Previously submitted as https://github.com/openshift/openshift-ansible/pull/6979</pre>
</div>
</content>
</entry>
<entry>
<title>Remove spaces introduced at the start of the line</title>
<updated>2018-02-07T22:46:37+00:00</updated>
<author>
<name>Geoff Newson</name>
<email>geoff.newson@googlemail.com</email>
</author>
<published>2018-02-07T22:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=16ae2ef84266dfdb1b9af493704579aeebc7284f'/>
<id>16ae2ef84266dfdb1b9af493704579aeebc7284f</id>
<content type='text'>
In making the initial change I introduce some spaces at the beginning of the line.  Removing them.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In making the initial change I introduce some spaces at the beginning of the line.  Removing them.</pre>
</div>
</content>
</entry>
<entry>
<title>Changing the check for the number of etcd nodes</title>
<updated>2018-02-07T22:34:55+00:00</updated>
<author>
<name>Geoff Newson</name>
<email>geoff.newson@gmail.com</email>
</author>
<published>2018-02-07T22:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a3e8299968664620b59e3e69dbe53a7a9a9b77f9'/>
<id>a3e8299968664620b59e3e69dbe53a7a9a9b77f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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.ru.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>Don't use 'omit' for package module</title>
<updated>2018-02-02T09:56:43+00:00</updated>
<author>
<name>Vadim Rutkovsky</name>
<email>vrutkovs@redhat.com</email>
</author>
<published>2018-02-02T09:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=72025672bcda5a608aeda30ec416c2c43922cb34'/>
<id>72025672bcda5a608aeda30ec416c2c43922cb34</id>
<content type='text'>
'name' param is required and can't be skipped. 'when' is used instead
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'name' param is required and can't be skipped. 'when' is used instead
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6927 from sdodson/1538974</title>
<updated>2018-01-30T16:04:36+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-01-30T16:04:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b1828482c9ed63a387dbbfa59930192424a15fa4'/>
<id>b1828482c9ed63a387dbbfa59930192424a15fa4</id>
<content type='text'>
Automatic merge from submit-queue.

Don't deploy the console if disabled or registry subtype

Whenever openshift_deployment_subtype == registry or the console is explicitly listed as a disabled feature don't deploy.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1538974</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Don't deploy the console if disabled or registry subtype

Whenever openshift_deployment_subtype == registry or the console is explicitly listed as a disabled feature don't deploy.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1538974</pre>
</div>
</content>
</entry>
<entry>
<title>Don't deploy the console if disabled or registry subtype</title>
<updated>2018-01-29T21:21:19+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-01-29T21:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d88559b6133aa22397f010615587031c66ab873a'/>
<id>d88559b6133aa22397f010615587031c66ab873a</id>
<content type='text'>
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1538974
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1538974
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6215 from sdodson/bz1511870</title>
<updated>2018-01-29T18:48:27+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-01-29T18:48:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3346448363ead62312cb29596dcf3df5ce753ef7'/>
<id>3346448363ead62312cb29596dcf3df5ce753ef7</id>
<content type='text'>
Automatic merge from submit-queue.

Add kube service ipaddress to no_proxy list

Computed as the first ip address in the portal_net

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1511870</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Add kube service ipaddress to no_proxy list

Computed as the first ip address in the portal_net

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1511870</pre>
</div>
</content>
</entry>
</feed>
