<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/etcd/defaults, 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>Use r_etcd_common_etcdctl_command instead of hardcoded binary name to support containerized upgrade</title>
<updated>2018-02-10T11:32:33+00:00</updated>
<author>
<name>Vadim Rutkovsky</name>
<email>vrutkovs@redhat.com</email>
</author>
<published>2018-02-10T11:32:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=6eeb0f5aad9f41f982cbc7dfeadb099cb614b844'/>
<id>6eeb0f5aad9f41f982cbc7dfeadb099cb614b844</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cast openshift_docker_use_system_container to bool</title>
<updated>2018-01-02T19:23:04+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-01-02T19:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=1a99f2ee9fac6dfe02e56e227874371b40a0b4fe'/>
<id>1a99f2ee9fac6dfe02e56e227874371b40a0b4fe</id>
<content type='text'>
openshift_docker_use_system_container might be passed
in via ini inventory as 'openshift_docker_use_system_container=false'

This condition will be interpreted as a string type, instead of
boolean.

Casting openshift_docker_use_system_container as bool
will achieve the users desired intent.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
openshift_docker_use_system_container might be passed
in via ini inventory as 'openshift_docker_use_system_container=false'

This condition will be interpreted as a string type, instead of
boolean.

Casting openshift_docker_use_system_container as bool
will achieve the users desired intent.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove openshift.common.{is_atomic|is_containerized}</title>
<updated>2017-12-20T15:13:51+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-18T21:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=e6c159afb4ba39a7266c750d43d6a5e911cc8f21'/>
<id>e6c159afb4ba39a7266c750d43d6a5e911cc8f21</id>
<content type='text'>
We set these variables using facts in init, no need
to duplicate the logic all around the codebase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We set these variables using facts in init, no need
to duplicate the logic all around the codebase.
</pre>
</div>
</content>
</entry>
<entry>
<title>etcd: use Fedora /latest/ instead of hardcoding the version</title>
<updated>2017-12-13T17:05:56+00:00</updated>
<author>
<name>Giuseppe Scrivano</name>
<email>gscrivan@redhat.com</email>
</author>
<published>2017-12-13T17:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=8537a9a56e6c95023735c238b8d894aedc50899b'/>
<id>8537a9a56e6c95023735c238b8d894aedc50899b</id>
<content type='text'>
Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</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>Cleanup etcd runtime variable.</title>
<updated>2017-11-21T21:23:37+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-20T22:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a1fa70c1ac6fbe9a4c8ca740b2c6c3cf5ff27ef1'/>
<id>a1fa70c1ac6fbe9a4c8ca740b2c6c3cf5ff27ef1</id>
<content type='text'>
Cleaning out reference to etcd_runtime in openshift facts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleaning out reference to etcd_runtime in openshift facts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor etcd image</title>
<updated>2017-11-20T22:43:08+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-20T22:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=85efc9cffcc8a80dc3b939c5e4ffcd7825b4300e'/>
<id>85efc9cffcc8a80dc3b939c5e4ffcd7825b4300e</id>
<content type='text'>
Simplify logic for etcd_image
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify logic for etcd_image
</pre>
</div>
</content>
</entry>
<entry>
<title>etcd: remove hacks for the system container</title>
<updated>2017-10-23T12:20:27+00:00</updated>
<author>
<name>Giuseppe Scrivano</name>
<email>gscrivan@redhat.com</email>
</author>
<published>2017-10-03T19:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=657cf2a8290d7ba1d3307234f7214b09f5fbeb90'/>
<id>657cf2a8290d7ba1d3307234f7214b09f5fbeb90</id>
<content type='text'>
Use ADDTL_MOUNTS to add a bind mount to the etcd configuration.

Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use ADDTL_MOUNTS to add a bind mount to the etcd configuration.

Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5672 from ingvagabund/migrate-embedded-etcd</title>
<updated>2017-10-11T16:40:00+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2017-10-11T16:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=94656ef680c235f8777d48528c314357673d255c'/>
<id>94656ef680c235f8777d48528c314357673d255c</id>
<content type='text'>
Automatic merge from submit-queue.

Migrate embedded etcd to external etcd

Trello card: https://trello.com/c/9fnBfkT5/528-migrate-embedded-etcd-hosts-to-external-process?menu=filter&amp;filter=label:committed-3.7

Tested on:
- [x] embedded etcd -&gt; external rpm etcd
- [x] embedded etcd -&gt; external docker etcd

One needs to set the `openshift_image_tag` before running the migration to containerized docker etcd.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Migrate embedded etcd to external etcd

Trello card: https://trello.com/c/9fnBfkT5/528-migrate-embedded-etcd-hosts-to-external-process?menu=filter&amp;filter=label:committed-3.7

Tested on:
- [x] embedded etcd -&gt; external rpm etcd
- [x] embedded etcd -&gt; external docker etcd

One needs to set the `openshift_image_tag` before running the migration to containerized docker etcd.</pre>
</div>
</content>
</entry>
<entry>
<title>migrate embedded etcd to external etcd</title>
<updated>2017-10-06T14:45:23+00:00</updated>
<author>
<name>Jan Chaloupka</name>
<email>jchaloup@redhat.com</email>
</author>
<published>2017-10-05T14:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=43b7dcd79df91114d6b7cd9c9bf09a4254746f73'/>
<id>43b7dcd79df91114d6b7cd9c9bf09a4254746f73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
