<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_node/templates/openvswitch.docker.service, 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 openshift_node_facts role</title>
<updated>2017-12-18T19:33:43+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-18T19:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=23b283e22982c032db341b7b4d81a384f0ec0b71'/>
<id>23b283e22982c032db341b7b4d81a384f0ec0b71</id>
<content type='text'>
This commit removes the remainder of openshift_node_facts
role.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes the remainder of openshift_node_facts
role.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement container runtime role</title>
<updated>2017-12-01T17:32:39+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-16T19:56: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=5120f8e90c0178ac7f6d911159ceb278dd87b4c9'/>
<id>5120f8e90c0178ac7f6d911159ceb278dd87b4c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update systemd units to use proper container service name</title>
<updated>2017-05-09T18:49:01+00:00</updated>
<author>
<name>Steve Milner</name>
<email>smilner@redhat.com</email>
</author>
<published>2017-05-09T14:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b7ccac941502c93e804adf5582575ea3becf1ed8'/>
<id>b7ccac941502c93e804adf5582575ea3becf1ed8</id>
<content type='text'>
- If using a system container: container-engine
- If using a package install: docker

Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1448800
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- If using a system container: container-engine
- If using a package install: docker

Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1448800
</pre>
</div>
</content>
</entry>
<entry>
<title>use RestartSec to avoid default rate limit in systemd</title>
<updated>2016-04-12T18:32:24+00:00</updated>
<author>
<name>Brenton Leanhardt</name>
<email>bleanhar@redhat.com</email>
</author>
<published>2016-04-11T17:22: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=ad9aad99694fa9e0c6454483bc4921bf3acfa6a9'/>
<id>ad9aad99694fa9e0c6454483bc4921bf3acfa6a9</id>
<content type='text'>
Lifted from https://github.com/openshift/origin/pull/8317
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lifted from https://github.com/openshift/origin/pull/8317
</pre>
</div>
</content>
</entry>
<entry>
<title>make docker service want ose containerized services</title>
<updated>2016-03-28T16:49:43+00:00</updated>
<author>
<name>Seth Jennings</name>
<email>sjenning@redhat.com</email>
</author>
<published>2016-03-28T16:02: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=93d48b330e500bd45a91c4dc7dc3d89fd000dfc4'/>
<id>93d48b330e500bd45a91c4dc7dc3d89fd000dfc4</id>
<content type='text'>
There are points where the docker service is restarted during
the install.  Sometimes the services that are PartOf docker.service
do not get restarted when docker is restarted.

https://bugzilla.redhat.com/show_bug.cgi?id=1318948

Systemd documentation recommends using "wants" as the perferred
means of creating startup linkages between units.  This
patch makes the ose services wanted by the docker service rather
than multi-user.target.

This creates a downward link from the docker service to the ose
containerized services.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are points where the docker service is restarted during
the install.  Sometimes the services that are PartOf docker.service
do not get restarted when docker is restarted.

https://bugzilla.redhat.com/show_bug.cgi?id=1318948

Systemd documentation recommends using "wants" as the perferred
means of creating startup linkages between units.  This
patch makes the ose services wanted by the docker service rather
than multi-user.target.

This creates a downward link from the docker service to the ose
containerized services.
</pre>
</div>
</content>
</entry>
<entry>
<title>improve ordering of systemd units</title>
<updated>2016-03-14T15:38:20+00:00</updated>
<author>
<name>Jason DeTiberus</name>
<email>jdetiber@redhat.com</email>
</author>
<published>2016-03-11T07:56: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=8f7b31051dae0cdb853ca2f7fb68c31a40ae2967'/>
<id>8f7b31051dae0cdb853ca2f7fb68c31a40ae2967</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly set the image tag for containerized installs (and upgrades)</title>
<updated>2016-03-03T14:05:42+00:00</updated>
<author>
<name>Brenton Leanhardt</name>
<email>bleanhar@redhat.com</email>
</author>
<published>2016-02-28T21:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=7d561bd252a4ddc9e204f31144fbed7fecd99bff'/>
<id>7d561bd252a4ddc9e204f31144fbed7fecd99bff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Give openvswitch container some time to start</title>
<updated>2016-01-29T13:35:19+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovazn@redhat.com</email>
</author>
<published>2016-01-28T13:23:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=25fd1cd150b10b7362e3dfa2bfe714077bcd99cc'/>
<id>25fd1cd150b10b7362e3dfa2bfe714077bcd99cc</id>
<content type='text'>
It's possible that openshift containers are started sooner
than openvswitch starts/sets networking (this typically
happens when docker service is restarted).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's possible that openshift containers are started sooner
than openvswitch starts/sets networking (this typically
happens when docker service is restarted).
</pre>
</div>
</content>
</entry>
<entry>
<title>Containerization work by @sdodson</title>
<updated>2015-12-15T20:45:45+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2015-10-05T16:53: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=8e7c5c970b8adc83fd6d5cad115f4edb06b36d98'/>
<id>8e7c5c970b8adc83fd6d5cad115f4edb06b36d98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
