<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/calico/tasks, 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>Migrate to import_role for static role inclusion</title>
<updated>2018-01-05T17:44:56+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-01-05T17:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=eacc12897ca86a255f89b8a4537ce2b7004cf319'/>
<id>eacc12897ca86a255f89b8a4537ce2b7004cf319</id>
<content type='text'>
In Ansible 2.2, the include_role directive came into existence as
a Tech Preview. It is still a Tech Preview through Ansible 2.4
(and in current devel branch), but with a noteable change. The
default behavior switched from static: true to static: false
because that functionality moved to the newly introduced
import_role directive (in order to stay consistent with include*
being dynamic in nature and `import* being static in nature).

The dynamic include is considerably more memory intensive as it will
dynamically create a role import for every host in the inventory
list to be used. (Also worth noting, there is at the time of this
writing an object allocation inefficiency in the dynamic include
that can in certain situations amplify this effect considerably)

This change is meant to mitigate the pressure on memory for the
Ansible control host.

We need to evaluate where it makes sense to dynamically include roles
and revert back to dynamic inclusion if and where it makes sense to do
so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Ansible 2.2, the include_role directive came into existence as
a Tech Preview. It is still a Tech Preview through Ansible 2.4
(and in current devel branch), but with a noteable change. The
default behavior switched from static: true to static: false
because that functionality moved to the newly introduced
import_role directive (in order to stay consistent with include*
being dynamic in nature and `import* being static in nature).

The dynamic include is considerably more memory intensive as it will
dynamically create a role import for every host in the inventory
list to be used. (Also worth noting, there is at the time of this
writing an object allocation inefficiency in the dynamic include
that can in certain situations amplify this effect considerably)

This change is meant to mitigate the pressure on memory for the
Ansible control host.

We need to evaluate where it makes sense to dynamically include roles
and revert back to dynamic inclusion if and where it makes sense to do
so.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded embedded etcd logic</title>
<updated>2017-12-08T22:03:06+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-08T22:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ed4d3fb42125405f8dd0765b4a42c618a9916f22'/>
<id>ed4d3fb42125405f8dd0765b4a42c618a9916f22</id>
<content type='text'>
Removing some remaining embedded etcd facts except
for the migration plays.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing some remaining embedded etcd facts except
for the migration plays.
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate etcd certs roles</title>
<updated>2017-09-18T18:16:24+00:00</updated>
<author>
<name>Jan Chaloupka</name>
<email>jchaloup@redhat.com</email>
</author>
<published>2017-09-14T10:10: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=99745a04223f2ed8111b5eb4b49d2bcfec9e678f'/>
<id>99745a04223f2ed8111b5eb4b49d2bcfec9e678f</id>
<content type='text'>
This is a part of the etcd_ like role consolidationi into an action-based role.
As part of the consilidation some roles have been removed and some replaced by
include_role module. Resulting in reorder and shift of role dependencies
from a role into a play.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a part of the etcd_ like role consolidationi into an action-based role.
As part of the consilidation some roles have been removed and some replaced by
include_role module. Resulting in reorder and shift of role dependencies
from a role into a play.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing space in calico ansible roles</title>
<updated>2017-08-18T00:42:52+00:00</updated>
<author>
<name>Dan Osborne</name>
<email>djosborne10@gmail.com</email>
</author>
<published>2017-08-18T00:42:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ddfe82bd796b9b77a50b4b1ed55b941d8f621b23'/>
<id>ddfe82bd796b9b77a50b4b1ed55b941d8f621b23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix calico when certs are auto-generated</title>
<updated>2017-07-10T23:11:27+00:00</updated>
<author>
<name>Dan Osborne</name>
<email>djosborne10@gmail.com</email>
</author>
<published>2017-07-10T22:56:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d3fd19973950dccfe65c80de09a3c778cdb3f631'/>
<id>d3fd19973950dccfe65c80de09a3c778cdb3f631</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support byo etcd for calico</title>
<updated>2017-05-24T23:20:04+00:00</updated>
<author>
<name>Dan Osborne</name>
<email>djosborne10@gmail.com</email>
</author>
<published>2017-05-19T21:49:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=854a77ce23135f0ef27c79338b48aa53e49d8202'/>
<id>854a77ce23135f0ef27c79338b48aa53e49d8202</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjusted Naming Schema of Calico Roles</title>
<updated>2017-05-18T10:05:53+00:00</updated>
<author>
<name>Vincent Schwarzer</name>
<email>vincent.schwarzer@yahoo.de</email>
</author>
<published>2017-05-10T12:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=6c85255ad4ec8ed25af2c9bdd717ce43e68e134c'/>
<id>6c85255ad4ec8ed25af2c9bdd717ce43e68e134c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed Hardcoded Calico URLs</title>
<updated>2017-05-10T12:31:29+00:00</updated>
<author>
<name>Vincent Schwarzer</name>
<email>vincent.schwarzer@yahoo.de</email>
</author>
<published>2017-05-10T12: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=df72177ecfc8d03cb29d6f3d7c612f6f198aa4a9'/>
<id>df72177ecfc8d03cb29d6f3d7c612f6f198aa4a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add calico.</title>
<updated>2017-03-23T20:53:46+00:00</updated>
<author>
<name>Dan Osborne</name>
<email>djosborne10@gmail.com</email>
</author>
<published>2017-03-11T00:07: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=7aa584b59baba5a7018d38aadd19aa7646702391'/>
<id>7aa584b59baba5a7018d38aadd19aa7646702391</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
