<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/playbooks/byo/openshift-cluster/upgrades/docker, 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>Include Deprecation: Convert to import_playbook</title>
<updated>2017-12-07T17:30:17+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-12-06T14:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=e64462aa1dfedbdc9b0bc3fae22e3fcca8f5b83b'/>
<id>e64462aa1dfedbdc9b0bc3fae22e3fcca8f5b83b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Playbook Consolidation - Initialization</title>
<updated>2017-11-15T18:35:10+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-11-03T21:28: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=e5f4823d6e4191367178f743ddd5e0885598e8cf'/>
<id>e5f4823d6e4191367178f743ddd5e0885598e8cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor initialize groups tasks</title>
<updated>2017-04-12T19:34:01+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-03-28T20:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=558796bc195e6f17b11918ea877eb55c8ed0bb26'/>
<id>558796bc195e6f17b11918ea877eb55c8ed0bb26</id>
<content type='text'>
Two tasks for initializing group names for the byo playbooks was located
in the common folder in the std_include.yml file.  Byo dependencies
should not be in the common folder.  The two tasks have been removed
from common/openshift-cluster/std_include.yml to a new file
byo/openshift-cluster/initialize_groups.yml.  All references where these
tasks were included from either std_include.yml or other various files
have been updated to use the byo initialize_groups.yml.  The methodology
implemented follows the pattern of having groups set up in byo then
calling out to playbooks in common, which are common to all deployments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two tasks for initializing group names for the byo playbooks was located
in the common folder in the std_include.yml file.  Byo dependencies
should not be in the common folder.  The two tasks have been removed
from common/openshift-cluster/std_include.yml to a new file
byo/openshift-cluster/initialize_groups.yml.  All references where these
tasks were included from either std_include.yml or other various files
have been updated to use the byo initialize_groups.yml.  The methodology
implemented follows the pattern of having groups set up in byo then
calling out to playbooks in common, which are common to all deployments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor docker upgrade playbooks</title>
<updated>2017-04-10T13:39:51+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-04-07T20:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b4c2a7507ced4c47732a20b819d2e34bf4ca129c'/>
<id>b4c2a7507ced4c47732a20b819d2e34bf4ca129c</id>
<content type='text'>
The playbooks were crossing byo/common boundaries for task includes.
This moves all 'common' files/tasks into the 'common' folder.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The playbooks were crossing byo/common boundaries for task includes.
This moves all 'common' files/tasks into the 'common' folder.
</pre>
</div>
</content>
</entry>
<entry>
<title>validate and normalize inventory variables</title>
<updated>2017-03-29T15:59:47+00:00</updated>
<author>
<name>Luke Meyer</name>
<email>lmeyer@redhat.com</email>
</author>
<published>2017-03-22T19:23: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=f5827111a7609b3c6f7f72a03c8bc13fee2bbb60'/>
<id>f5827111a7609b3c6f7f72a03c8bc13fee2bbb60</id>
<content type='text'>
In openshift_repos and everywhere, ensure deployment_type and
openshift_deployment_type are defined and the same.
We really want to set openshift_deployment_type, but users will likely
still have just deployment_type, so accept both. And don't make every
playbook default openshift_deployment_type to deployment_type.

This introduces the openshift_sanitize_inventory role to run before anything else.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In openshift_repos and everywhere, ensure deployment_type and
openshift_deployment_type are defined and the same.
We really want to set openshift_deployment_type, but users will likely
still have just deployment_type, so accept both. And don't make every
playbook default openshift_deployment_type to deployment_type.

This introduces the openshift_sanitize_inventory role to run before anything else.
</pre>
</div>
</content>
</entry>
<entry>
<title>Renaming oadm_manage_node to oc_adm_manage_node</title>
<updated>2017-03-10T20:53:35+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-03-10T20:53:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=411b1b0292bb012e58ad34912dce35e4668b54e0'/>
<id>411b1b0292bb012e58ad34912dce35e4668b54e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue where upgrade fails when using daemon sets (e.g. aggregated logging)</title>
<updated>2017-02-15T15:33:13+00:00</updated>
<author>
<name>Andrew Baldi</name>
<email>adbaldi+ghub@gmail.com</email>
</author>
<published>2017-02-15T15:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b38a5540bb89b2aecb8004750d6b423d73cf6f07'/>
<id>b38a5540bb89b2aecb8004750d6b423d73cf6f07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify playbooks to use oadm_manage_node module</title>
<updated>2017-02-13T19:15:49+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-02-08T14:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=8fd0bcfaa48b8fb62585dc96aa87741c58afe5cd'/>
<id>8fd0bcfaa48b8fb62585dc96aa87741c58afe5cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding names to plays and standardizing</title>
<updated>2017-01-27T21:04:03+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-01-27T19:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f606ccc1623a422878ab48b4451124453c7c6ded'/>
<id>f606ccc1623a422878ab48b4451124453c7c6ded</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 #3198 from mtnbikenc/drain-fix</title>
<updated>2017-01-27T00:59:05+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-01-27T00:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3e00b0082c1af7cc77957bbad9ea514874681fb1'/>
<id>3e00b0082c1af7cc77957bbad9ea514874681fb1</id>
<content type='text'>
Correct usage of draining nodes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct usage of draining nodes</pre>
</div>
</content>
</entry>
</feed>
