<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_management/tasks, 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>Relocate filter plugins to lib_utils</title>
<updated>2017-12-18T21:46:22+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-13T17:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=801779eeb6f6308f81ae7c48409de7686c04a0aa'/>
<id>urn:sha1:801779eeb6f6308f81ae7c48409de7686c04a0aa</id>
<content type='text'>
This commit relocates filter_plugings to lib_utils,
changes the namespacing to prevent unintended use of
older versions that may be present in filter_plugins/
directory on existing installs.

Add lib_utils to meta depends for roles

Also consolidate some plugins into lib_utils from
various other areas.

Update rpm spec, obsolete plugin rpms.
</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>Allow number of retries in openshift_management to be configurable</title>
<updated>2017-12-04T15:51:18+00:00</updated>
<author>
<name>Elad Alfassa</name>
<email>ealfassa@redhat.com</email>
</author>
<published>2017-12-04T14:49:12+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b72517f9e84921d2b6cb1685d08f3b6f8ea088f3'/>
<id>urn:sha1:b72517f9e84921d2b6cb1685d08f3b6f8ea088f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct usage of include_role</title>
<updated>2017-11-27T21:01:46+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-11-27T21:01:46+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=36e7114057bacb5cde7f92b927a1ad4914e2a82c'/>
<id>urn:sha1:36e7114057bacb5cde7f92b927a1ad4914e2a82c</id>
<content type='text'>
Switch to import_role for some required roles.
</content>
</entry>
<entry>
<title>Merge pull request #5991 from tbielawa/gate_cfme</title>
<updated>2017-11-04T09:37:58+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2017-11-04T09:37:58+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f3d21a11f7e8f0602b593433ef0a36dcb362e5a6'/>
<id>urn:sha1:f3d21a11f7e8f0602b593433ef0a36dcb362e5a6</id>
<content type='text'>
Automatic merge from submit-queue.

management: users must acknowledge use of beta software

Adds a new role variable, openshift_management_install_beta. This
variable defaults to false. The value of this variable is checked
during the validation phase.

* If true, the install will not continue.

* If false, The user is presented with an informative message letting
  them know this is beta software and there is low/no support at this
  time. The installation will abort and instruct the user how to
  continue.</content>
</entry>
<entry>
<title>management: enterprise users must acknowledge use of beta software</title>
<updated>2017-11-03T19:33:17+00:00</updated>
<author>
<name>Tim Bielawa</name>
<email>tbielawa@redhat.com</email>
</author>
<published>2017-11-02T17:26:49+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=aa735c4999d555ba7634bbbe337d606a03195072'/>
<id>urn:sha1:aa735c4999d555ba7634bbbe337d606a03195072</id>
<content type='text'>
Adds a new role variable, openshift_management_install_beta. This
variable defaults to false. The value of this variable is checked
during the validation phase for enterprise deployment types.

* If true, the install will not continue.

* If false, The user is presented with an informative message letting
  them know this is beta software and there is low/no support at this
  time. The installation will abort and instruct the user how to
  continue.
</content>
</entry>
<entry>
<title>CFME: Use cluster_hostname if cluster_public_hostname isn't available</title>
<updated>2017-11-02T15:17:43+00:00</updated>
<author>
<name>Tim Bielawa</name>
<email>tbielawa@redhat.com</email>
</author>
<published>2017-11-02T14:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b09c00ddb0ec802fb19dced5b1c464aad9c6d1ea'/>
<id>urn:sha1:b09c00ddb0ec802fb19dced5b1c464aad9c6d1ea</id>
<content type='text'>
The CFME 'automatically add provider' playbook would fail if
openshift_master_cluster_public_hostname was not defined in the
inventory. Now we use that value if it is available, and fallback to
using the masters 'cluster_hostname' otherwise.

* Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1506951
</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>
</feed>
