<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/kuryr/tasks, 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>Merge pull request #6476 from jihoon5/jihoon5</title>
<updated>2018-02-12T19:50:09+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>gugino.michael@yahoo.com</email>
</author>
<published>2018-02-12T19:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=79a487da0a4eeb10776ad312debacf603189ef04'/>
<id>79a487da0a4eeb10776ad312debacf603189ef04</id>
<content type='text'>
Support master node high availability</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support master node high availability</pre>
</div>
</content>
</entry>
<entry>
<title>Configure Kuryr CNI daemon</title>
<updated>2017-12-22T12:44:12+00:00</updated>
<author>
<name>Michał Dulko</name>
<email>mdulko@redhat.com</email>
</author>
<published>2017-11-13T10:41:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d515d4542f648194effb5be242d95f2d4834d7de'/>
<id>d515d4542f648194effb5be242d95f2d4834d7de</id>
<content type='text'>
Kuryr CNI daemon is scalability improvement that moves watching K8s API
and VIF plugging into a separate entity called kuryr-daemon.
Kuryr-daemon will run in a container and serve requests from
kuryr-driver.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kuryr CNI daemon is scalability improvement that moves watching K8s API
and VIF plugging into a separate entity called kuryr-daemon.
Kuryr-daemon will run in a container and serve requests from
kuryr-driver.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support master node high availability</title>
<updated>2017-12-14T07:39:12+00:00</updated>
<author>
<name>jihoon.o</name>
<email>jihoon.o@samsung.com</email>
</author>
<published>2017-12-14T07:39: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=b9bef842c1e0010fdbabaee51cdd5a5defa2e5a3'/>
<id>b9bef842c1e0010fdbabaee51cdd5a5defa2e5a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove openshift.common.service_type</title>
<updated>2017-12-07T19:37:36+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-27T20:39:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=eb6b20fc9183cc2aae424c72efd1191b99110a93'/>
<id>eb6b20fc9183cc2aae424c72efd1191b99110a93</id>
<content type='text'>
This commit removes openshift.common.service_type
in favor of openshift_service_type.

This commit also removes r_openshift_excluder_service_type
from plays in favor of using the role's defaults.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes openshift.common.service_type
in favor of openshift_service_type.

This commit also removes r_openshift_excluder_service_type
from plays in favor of using the role's defaults.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include Deprecation - openshift-master</title>
<updated>2017-11-22T18:05:18+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-11-22T18:05:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c378c56c138945b78d69b8c42218bef74b85de2b'/>
<id>c378c56c138945b78d69b8c42218bef74b85de2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial Kuryr support</title>
<updated>2017-10-20T12:22:52+00:00</updated>
<author>
<name>Michał Dulko</name>
<email>mdulko@redhat.com</email>
</author>
<published>2017-04-05T12:24: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=e6ea6839a8f657c1266c25ba4aba43c837329fa3'/>
<id>e6ea6839a8f657c1266c25ba4aba43c837329fa3</id>
<content type='text'>
This commit enables deploying Kuryr networking on top of OpenShift in
containers. kuryr-controller is a Deployment and kuryr-cni is deployed
as DaemonSet (container will drop all CNI configuration files).

Co-Authored-By: Antoni Segura Puimedon &lt;celebdor@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit enables deploying Kuryr networking on top of OpenShift in
containers. kuryr-controller is a Deployment and kuryr-cni is deployed
as DaemonSet (container will drop all CNI configuration files).

Co-Authored-By: Antoni Segura Puimedon &lt;celebdor@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
