<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/playbooks/common/openshift-etcd, 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-etcd</title>
<updated>2017-11-16T19:28:30+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-11-16T16:31: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=79939ca092b9ee0fe31e5964102c60fca73da568'/>
<id>79939ca092b9ee0fe31e5964102c60fca73da568</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>Set the proper external etcd ip address when migrating embeded etcd</title>
<updated>2017-10-23T13:16:09+00:00</updated>
<author>
<name>Jan Chaloupka</name>
<email>jchaloup@redhat.com</email>
</author>
<published>2017-10-23T13:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=9c76790c3f27acf7682858616d7e9948de7a5160'/>
<id>9c76790c3f27acf7682858616d7e9948de7a5160</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5733 from ingvagabund/data-migrate-of-embedded-etcd-not-allowed</title>
<updated>2017-10-16T15:28:27+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2017-10-16T15:28:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=7359d9902a2d7d701c0e32d6bc6a341b3eea4e13'/>
<id>7359d9902a2d7d701c0e32d6bc6a341b3eea4e13</id>
<content type='text'>
Automatic merge from submit-queue.

data migration of embedded etcd not allowed

The v2-&gt;v3 migration of an embedded etcd is depricated. Instead, one needs to run:
1. `playbooks/byo/openshift-etcd/embedded2external.yml` to migrate the embedded etcd to an external one (see https://github.com/openshift/openshift-ansible/pull/5672)
2. then `playbooks/byo/openshift-etcd/migrate.yml` to migrate the v2 data to v3 data</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

data migration of embedded etcd not allowed

The v2-&gt;v3 migration of an embedded etcd is depricated. Instead, one needs to run:
1. `playbooks/byo/openshift-etcd/embedded2external.yml` to migrate the embedded etcd to an external one (see https://github.com/openshift/openshift-ansible/pull/5672)
2. then `playbooks/byo/openshift-etcd/migrate.yml` to migrate the v2 data to v3 data</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5747 from ingvagabund/set-initial-etcd-cluster-properly-system-container-scale-up</title>
<updated>2017-10-15T13:28:07+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2017-10-15T13:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=1720af442f0b02359ce4cc70d32adca15d9d26ab'/>
<id>1720af442f0b02359ce4cc70d32adca15d9d26ab</id>
<content type='text'>
Automatic merge from submit-queue.

Set initial etcd cluster properly during system container scale up

When a cluster is scaled up, the ETCD_INITIAL_CLUSTER must not contain etcd members that are not about to start or are not part of the etcd cluster.

Consolidating `initial_etcd_cluster` and `etcd_initial_cluster` as they do exactly the same.

Bug: 1500667</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Set initial etcd cluster properly during system container scale up

When a cluster is scaled up, the ETCD_INITIAL_CLUSTER must not contain etcd members that are not about to start or are not part of the etcd cluster.

Consolidating `initial_etcd_cluster` and `etcd_initial_cluster` as they do exactly the same.

Bug: 1500667</pre>
</div>
</content>
</entry>
<entry>
<title>set initial etcd cluster properly during system container scale up</title>
<updated>2017-10-13T13:33:15+00:00</updated>
<author>
<name>Jan Chaloupka</name>
<email>jchaloup@redhat.com</email>
</author>
<published>2017-10-13T13:33: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=641be9236ef8bf7cb4eb27b2d333bdf9aef8e0a5'/>
<id>641be9236ef8bf7cb4eb27b2d333bdf9aef8e0a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>default groups.oo_new_etcd_to_config to an empty list</title>
<updated>2017-10-12T15:36:31+00:00</updated>
<author>
<name>Jan Chaloupka</name>
<email>jchaloup@redhat.com</email>
</author>
<published>2017-10-12T15:36:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=fe3c468220ba24b6b2afeab546be21f45bce6a01'/>
<id>fe3c468220ba24b6b2afeab546be21f45bce6a01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>data migration of embedded etcd not allowed</title>
<updated>2017-10-12T11:40:29+00:00</updated>
<author>
<name>Jan Chaloupka</name>
<email>jchaloup@redhat.com</email>
</author>
<published>2017-10-12T11:40: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=8b45cff69c9ab5f99ef57911a483da5d8bd13c72'/>
<id>8b45cff69c9ab5f99ef57911a483da5d8bd13c72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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.ru.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>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>
</feed>
