<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_management/tasks/storage, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/atom?h=ands</id>
<link rel='self' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/atom?h=ands'/>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/'/>
<updated>2018-01-29T20:52:25+00:00</updated>
<entry>
<title>[1538960] Correct ability to overried openshift_management_app_template</title>
<updated>2018-01-29T20:52:25+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2018-01-29T20:30:30+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=53ed4ededbbac3ca0095051885aecd0674fbf867'/>
<id>urn:sha1:53ed4ededbbac3ca0095051885aecd0674fbf867</id>
<content type='text'>
* Converted 'flavor' logic to be based on app template
* Converted 'ext-db' logic to use var based on app template
* Prepended role private vars with '__' for consistency

Bug 1538960
https://bugzilla.redhat.com/show_bug.cgi?id=1538960
</content>
</entry>
<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://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=eacc12897ca86a255f89b8a4537ce2b7004cf319'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Include Deprecation: Convert to include_tasks</title>
<updated>2017-12-06T14:48:59+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-12-06T14:48:59+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=50751e3c5e8e8dca97cd27d4c93944515666c8b5'/>
<id>urn:sha1:50751e3c5e8e8dca97cd27d4c93944515666c8b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use possibly undefined variables in error messages</title>
<updated>2017-11-01T14:29:33+00:00</updated>
<author>
<name>Tim Bielawa</name>
<email>tbielawa@redhat.com</email>
</author>
<published>2017-11-01T14:29:33+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=645ff53669a013723b0fc0f2c1b9bdb5254fa019'/>
<id>urn:sha1:645ff53669a013723b0fc0f2c1b9bdb5254fa019</id>
<content type='text'>
In an error reporting task we were referencing a variable which may
not have been defined. Even though NFS server detection was working
correctly the undefined variable reference caused an
AnsibleUndefinedVariable error.

* Fixes CFME failing to deploy using external NFS storage

https://bugzilla.redhat.com/show_bug.cgi?id=1504535
</content>
</entry>
<entry>
<title>Refactor adding multiple container providers</title>
<updated>2017-10-20T20:04:39+00:00</updated>
<author>
<name>Tim Bielawa</name>
<email>tbielawa@redhat.com</email>
</author>
<published>2017-10-19T20:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=7d88f8dada9f19dd6b49af9bb539e43aaa15f138'/>
<id>urn:sha1:7d88f8dada9f19dd6b49af9bb539e43aaa15f138</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Management Cleanup and Provider Integration</title>
<updated>2017-10-20T20:02:55+00:00</updated>
<author>
<name>Tim Bielawa</name>
<email>tbielawa@redhat.com</email>
</author>
<published>2017-10-09T20:14:38+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f3741a05097f1848d2b3e9a01f03e76a33487e01'/>
<id>urn:sha1:f3741a05097f1848d2b3e9a01f03e76a33487e01</id>
<content type='text'>
* Add container provider integration
* General cleanup
* Poll until service fully starts
* Add notes on multiple-provider additions
</content>
</entry>
<entry>
<title>Rename openshift_cfme role to openshift_management</title>
<updated>2017-10-06T15:45:17+00:00</updated>
<author>
<name>Tim Bielawa</name>
<email>tbielawa@redhat.com</email>
</author>
<published>2017-10-05T19:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c0f63fb902b53bc592e6862d5876af9b244ee82b'/>
<id>urn:sha1:c0f63fb902b53bc592e6862d5876af9b244ee82b</id>
<content type='text'>
</content>
</entry>
</feed>
