<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/etcd/templates/etcd.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>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>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>drop etcdctl before the etcd_container service</title>
<updated>2017-07-04T13:25:21+00:00</updated>
<author>
<name>Jan Chaloupka</name>
<email>jchaloup@redhat.com</email>
</author>
<published>2017-07-04T13:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=61e2d5d539677a236b48ee92ad7b618a232e3833'/>
<id>61e2d5d539677a236b48ee92ad7b618a232e3833</id>
<content type='text'>
If the etcdctl is dropped after the etcd_container is enabled,
label of /var/lib/etcd directory is set to var_lib_t instead of virt_sandbox_file_t.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the etcdctl is dropped after the etcd_container is enabled,
label of /var/lib/etcd directory is set to var_lib_t instead of virt_sandbox_file_t.
</pre>
</div>
</content>
</entry>
<entry>
<title>run etcd_container with type:spc_t label</title>
<updated>2017-06-30T11:11:45+00:00</updated>
<author>
<name>Jan Chaloupka</name>
<email>jchaloup@redhat.com</email>
</author>
<published>2017-06-30T10:19: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=c7f631b3e233eb477fd5921ddf7ff720142a3a4e'/>
<id>c7f631b3e233eb477fd5921ddf7ff720142a3a4e</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>Refactor etcd roles</title>
<updated>2017-04-28T07:59:11+00:00</updated>
<author>
<name>Jan Chaloupka</name>
<email>jchaloup@redhat.com</email>
</author>
<published>2017-03-31T11:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c9688b8571500878d10632740d14b4b9fb9dcc7f'/>
<id>c9688b8571500878d10632740d14b4b9fb9dcc7f</id>
<content type='text'>
- introduce block and simplify when conditions
- introduce config.yml so the self-standing etcd role can be run (e.g. to test etcd cluster deployment)
- remove empty task files
- skip dependency on openshift_etcd_ca
- replace cert paths with their appropriate variables
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- introduce block and simplify when conditions
- introduce config.yml so the self-standing etcd role can be run (e.g. to test etcd cluster deployment)
- remove empty task files
- skip dependency on openshift_etcd_ca
- replace cert paths with their appropriate variables
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add /etc/sysconfig/etcd to etcd_container"</title>
<updated>2017-04-25T14:39:21+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-04-25T14:39:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d6e696b4f7905e2b7961e10fe8e6448988717dea'/>
<id>d6e696b4f7905e2b7961e10fe8e6448988717dea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add /etc/sysconfig/etcd to etcd_container</title>
<updated>2017-04-19T14:44:44+00:00</updated>
<author>
<name>Fabio Alessandro Locati</name>
<email>me@fale.io</email>
</author>
<published>2017-04-19T14:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3b451396df802edbf72169226f519152b189c7c3'/>
<id>3b451396df802edbf72169226f519152b189c7c3</id>
<content type='text'>
The `/etc/sysconfig/etcd` file is often used to allow the usage of additional variables passed to the etcd daemon.
Example of this is to make some new nodes join an existing cluster.

Having two files simplify the automation around it, since in the `/etc/sysconfig/etcd` is possible to put temporary variables and then nuke the file as soon as they are not used anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `/etc/sysconfig/etcd` file is often used to allow the usage of additional variables passed to the etcd daemon.
Example of this is to make some new nodes join an existing cluster.

Having two files simplify the automation around it, since in the `/etc/sysconfig/etcd` is possible to put temporary variables and then nuke the file as soon as they are not used anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix selinux issues with etcd container</title>
<updated>2016-11-29T01:04:24+00:00</updated>
<author>
<name>Dusty Mabe</name>
<email>dusty@dustymabe.com</email>
</author>
<published>2016-11-29T00:41:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=64a8eae55bf09c6b258563230329a8f205a7bc3d'/>
<id>64a8eae55bf09c6b258563230329a8f205a7bc3d</id>
<content type='text'>
Make it so that we don't relabel /etc/etcd/ (via `:z`) on every run.
Doing this causes systemd to fail accessing /etc/etcd/etcd.conf when
trying to run the systemd unit file on the next run. Convert it from
`:z` to `:ro` since we only need read-only access to the files.

Fixes #2811
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it so that we don't relabel /etc/etcd/ (via `:z`) on every run.
Doing this causes systemd to fail accessing /etc/etcd/etcd.conf when
trying to run the systemd unit file on the next run. Convert it from
`:z` to `:ro` since we only need read-only access to the files.

Fixes #2811
</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>
</feed>
