<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_master_certificates, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/'/>
<entry>
<title>Correct the list of certificates checked in openshift_master_certificates s.t. masters do not incorrectly report that master certs are missing.</title>
<updated>2018-02-05T20:27:40+00:00</updated>
<author>
<name>Andrew Butcher</name>
<email>abutcher@redhat.com</email>
</author>
<published>2018-02-02T21:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a966744c5729cc98154ce8712a9d5e979ced203b'/>
<id>a966744c5729cc98154ce8712a9d5e979ced203b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move more plugins to lib_utils</title>
<updated>2018-01-10T16:34:36+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-01-05T04:55:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d3fefc32a727fe3c13159c4e9fe4399f35b487a8'/>
<id>d3fefc32a727fe3c13159c4e9fe4399f35b487a8</id>
<content type='text'>
This commit continues moving plugins into lib_utils.

This commit does not move any plugins for add-on roles
such as logging and metrics.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit continues moving plugins into lib_utils.

This commit does not move any plugins for add-on roles
such as logging and metrics.
</pre>
</div>
</content>
</entry>
<entry>
<title>Chmod temp dirs created on localhost</title>
<updated>2018-01-09T21:52:01+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-01-09T21:01:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=4b06eaf83e137ddeba2ce498e141ad87413761c0'/>
<id>4b06eaf83e137ddeba2ce498e141ad87413761c0</id>
<content type='text'>
After remove become:no statements on local_action tasks,
we need to ensure that the proper file permssions are
applied to local temp directories.

This reason for this is that the 'fetch' module
does not use 'become' for the localhost, just the remote
host.

Additionally, users may not wish for the localhost to
become during a fetch.  local_action will execute with
whatever permissions are specified in inventory or via
cli.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After remove become:no statements on local_action tasks,
we need to ensure that the proper file permssions are
applied to local temp directories.

This reason for this is that the 'fetch' module
does not use 'become' for the localhost, just the remote
host.

Additionally, users may not wish for the localhost to
become during a fetch.  local_action will execute with
whatever permissions are specified in inventory or via
cli.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove become statements</title>
<updated>2018-01-09T19:56:54+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-01-09T19:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3b07acdcd41e215dedc4d4c7c7303b807e59333d'/>
<id>3b07acdcd41e215dedc4d4c7c7303b807e59333d</id>
<content type='text'>
This commit removes become:no statements that break
the installer in various ways.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes become:no statements that break
the installer in various ways.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove openshift.common.{is_atomic|is_containerized}</title>
<updated>2017-12-20T15:13:51+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-18T21:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=e6c159afb4ba39a7266c750d43d6a5e911cc8f21'/>
<id>e6c159afb4ba39a7266c750d43d6a5e911cc8f21</id>
<content type='text'>
We set these variables using facts in init, no need
to duplicate the logic all around the codebase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We set these variables using facts in init, no need
to duplicate the logic all around the codebase.
</pre>
</div>
</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://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=801779eeb6f6308f81ae7c48409de7686c04a0aa'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed old version code</title>
<updated>2017-11-14T21:45:59+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-10-31T21:21:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=346ce4fc595ed618e589666a87b441b40e392e73'/>
<id>346ce4fc595ed618e589666a87b441b40e392e73</id>
<content type='text'>
This commit removes any references to versions &lt; 1.5/3.5

We assume the version is always greater than or equal to 1.5/3.5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes any references to versions &lt; 1.5/3.5

We assume the version is always greater than or equal to 1.5/3.5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate certificate playbooks.</title>
<updated>2017-10-02T14:05:44+00:00</updated>
<author>
<name>Andrew Butcher</name>
<email>abutcher@redhat.com</email>
</author>
<published>2017-09-06T14:21:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d8d0e6d7de600d6896014fef928da5bf133dc85e'/>
<id>d8d0e6d7de600d6896014fef928da5bf133dc85e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate loopback kubeconfig separately to preserve OpenShift CA certificate.</title>
<updated>2017-06-27T20:09:30+00:00</updated>
<author>
<name>Andrew Butcher</name>
<email>abutcher@redhat.com</email>
</author>
<published>2017-06-27T17:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=0090224d431a9a6553e13e6d8b959de0866607e7'/>
<id>0090224d431a9a6553e13e6d8b959de0866607e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use local openshift.master.loopback_url when generating initial master loopback kubeconfigs.</title>
<updated>2017-06-02T20:42:14+00:00</updated>
<author>
<name>Andrew Butcher</name>
<email>abutcher@redhat.com</email>
</author>
<published>2017-05-23T19:50:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=816e92aca20a8882016416f3ed4244e5e48d56e7'/>
<id>816e92aca20a8882016416f3ed4244e5e48d56e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
