<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/playbooks/common/openshift-loadbalancer, 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>Playbook Consolidation - openshift-loadbalancer</title>
<updated>2017-11-16T19:29:50+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-11-16T17:33: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=fcec6bc2caad1f9b84666fc5b17d0af6658b7999'/>
<id>fcec6bc2caad1f9b84666fc5b17d0af6658b7999</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add execution times to checkpoint status</title>
<updated>2017-10-31T15:00:11+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-10-30T14:44: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=acc1820918f0c8123bff8799dd723929d8baa0e1'/>
<id>acc1820918f0c8123bff8799dd723929d8baa0e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure docker is installed for containerized load balancers</title>
<updated>2017-10-12T17:29:42+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-10-12T17:29:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=7378ed78e5d3ce5d7ca40c4ee36828ff1b0302fc'/>
<id>7378ed78e5d3ce5d7ca40c4ee36828ff1b0302fc</id>
<content type='text'>
Currently, containerized load balancers may not have docker
configured by openshift-ansible.

This commit ensures that containerized load balancers have
the openshift_docker role applied.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1496756
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, containerized load balancers may not have docker
configured by openshift-ansible.

This commit ensures that containerized load balancers have
the openshift_docker role applied.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1496756
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5659 from mtnbikenc/fix-checkpointing</title>
<updated>2017-10-11T01:41:32+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2017-10-11T01:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ed94267382f9629ac110f47df562d9a2b6f7ccb4'/>
<id>ed94267382f9629ac110f47df562d9a2b6f7ccb4</id>
<content type='text'>
Automatic merge from submit-queue.

Allow checkpoint status to work across all groups

Conditionals placed in inventories were not being applied to localhost causing the checkpoint status to not be updated properly.  Moving to the `oo_all_hosts` group will correctly pick up the conditional and apply regardless of which group (or host) may have that conditional set.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Allow checkpoint status to work across all groups

Conditionals placed in inventories were not being applied to localhost causing the checkpoint status to not be updated properly.  Moving to the `oo_all_hosts` group will correctly pick up the conditional and apply regardless of which group (or host) may have that conditional set.</pre>
</div>
</content>
</entry>
<entry>
<title>Separate tuned daemon setup into a role.</title>
<updated>2017-10-10T11:47:35+00:00</updated>
<author>
<name>Jiri Mencak</name>
<email>jmencak@redhat.com</email>
</author>
<published>2017-10-03T17:57: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=17e38ad8c62ac8f1c8f983e63181f69879a45d85'/>
<id>17e38ad8c62ac8f1c8f983e63181f69879a45d85</id>
<content type='text'>
Currently, profiles for the tuned daemon are set only for
OpenShift node(s).  This excludes the OpenShift loadbalancer.
As a result, ARP cache limits on loadbalancers are not raised.
This causes problems with HA setups where loadbalancers serve
1k+ OpenShift nodes.

This commit ensures the openshift-control-plane role is applied
to loadbalancers, masters and OpenShift infra nodes.  Regular
OpenShift worker nodes get the openshift-node profile.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1498213
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, profiles for the tuned daemon are set only for
OpenShift node(s).  This excludes the OpenShift loadbalancer.
As a result, ARP cache limits on loadbalancers are not raised.
This causes problems with HA setups where loadbalancers serve
1k+ OpenShift nodes.

This commit ensures the openshift-control-plane role is applied
to loadbalancers, masters and OpenShift infra nodes.  Regular
OpenShift worker nodes get the openshift-node profile.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1498213
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow checkpoint status to work across all groups</title>
<updated>2017-10-04T15:49:18+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-10-04T15:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf'/>
<id>f6608b45f0cab8359e4e2c0d5504b68ef4e2a7bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>OpenShift-Ansible Installer Checkpointing</title>
<updated>2017-09-27T18:48:59+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-09-25T18:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c096aff90d117e485e5bea17c9386d16c571fb5d'/>
<id>c096aff90d117e485e5bea17c9386d16c571fb5d</id>
<content type='text'>
- Added installer_checkpoint role and callback plugin
- Added checkpoint 'Start' and 'End' plays to each installation phase

Additional items related to enabling proper checkpointing:
- Removed openshift_set_hostname and related task (related to 3.0)
- Added openshift-hosted entry point playbook
- Moved openshift metrics and logging out of openshift_hosted playbook
- Moved API Aggregation play to master install
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added installer_checkpoint role and callback plugin
- Added checkpoint 'Start' and 'End' plays to each installation phase

Additional items related to enabling proper checkpointing:
- Removed openshift_set_hostname and related task (related to 3.0)
- Added openshift-hosted entry point playbook
- Moved openshift metrics and logging out of openshift_hosted playbook
- Moved API Aggregation play to master install
</pre>
</div>
</content>
</entry>
<entry>
<title>Move firewall install and fix scaleup playbooks</title>
<updated>2017-08-29T16:47:00+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-08-29T16:38:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=104400bff26e7522ab6e023bcd5a247d3931c4e9'/>
<id>104400bff26e7522ab6e023bcd5a247d3931c4e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unsupported playbooks and utilities</title>
<updated>2017-08-25T14:52:10+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-08-24T17:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=7da3f730a2e2525190dc2c42661275f62891650c'/>
<id>7da3f730a2e2525190dc2c42661275f62891650c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass first master's openshift_image_tag to openshift_loadbalancer for containerized haproxy installation.</title>
<updated>2017-07-20T20:01:15+00:00</updated>
<author>
<name>Andrew Butcher</name>
<email>abutcher@redhat.com</email>
</author>
<published>2017-07-20T20:01:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f5a610764e20e214d99bd663f8aeb7700777df5d'/>
<id>f5a610764e20e214d99bd663f8aeb7700777df5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
