<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_master/defaults, 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>Merge pull request #6586 from mgugino-upstream-stage/cast-bool-openshift_docker_use_system_container</title>
<updated>2018-01-03T09:33:02+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-01-03T09:33:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=79e1bf6974e7c107a20b510d664c09a26e0fe88d'/>
<id>79e1bf6974e7c107a20b510d664c09a26e0fe88d</id>
<content type='text'>
Automatic merge from submit-queue.

Cast openshift_docker_use_system_container to bool

openshift_docker_use_system_container might be passed
in via ini inventory as 'openshift_docker_use_system_container=false'

This condition will be interpreted as a string type, instead of
boolean.

Casting openshift_docker_use_system_container as bool
will achieve the users desired intent.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Cast openshift_docker_use_system_container to bool

openshift_docker_use_system_container might be passed
in via ini inventory as 'openshift_docker_use_system_container=false'

This condition will be interpreted as a string type, instead of
boolean.

Casting openshift_docker_use_system_container as bool
will achieve the users desired intent.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943</pre>
</div>
</content>
</entry>
<entry>
<title>Cast openshift_docker_use_system_container to bool</title>
<updated>2018-01-02T19:23:04+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-01-02T19:21: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=1a99f2ee9fac6dfe02e56e227874371b40a0b4fe'/>
<id>1a99f2ee9fac6dfe02e56e227874371b40a0b4fe</id>
<content type='text'>
openshift_docker_use_system_container might be passed
in via ini inventory as 'openshift_docker_use_system_container=false'

This condition will be interpreted as a string type, instead of
boolean.

Casting openshift_docker_use_system_container as bool
will achieve the users desired intent.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
openshift_docker_use_system_container might be passed
in via ini inventory as 'openshift_docker_use_system_container=false'

This condition will be interpreted as a string type, instead of
boolean.

Casting openshift_docker_use_system_container as bool
will achieve the users desired intent.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove oauth_template bits from openshift_facts</title>
<updated>2017-12-21T14:26:01+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-18T23:09:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=89197481ce9f593ff5f7c2b37f0efbbfca61431e'/>
<id>89197481ce9f593ff5f7c2b37f0efbbfca61431e</id>
<content type='text'>
This commit moves some deprecated variable logic
outside of openshift_facts and into role defaults.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit moves some deprecated variable logic
outside of openshift_facts and into role defaults.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some small items from openshift_facts</title>
<updated>2017-12-18T23:16:16+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-18T20:21:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=313b15fb2668cbe6738802f913a9caa6203083b2'/>
<id>313b15fb2668cbe6738802f913a9caa6203083b2</id>
<content type='text'>
Remove some small items from openshift_facts that
don't need to be there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove some small items from openshift_facts that
don't need to be there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Combine openshift_master/vars with defaults</title>
<updated>2017-12-13T16:00:11+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-13T16:00:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d227dc7233cb7adf34da619da6f6a3bed2eaac18'/>
<id>d227dc7233cb7adf34da619da6f6a3bed2eaac18</id>
<content type='text'>
This commit combines these two sources of variables.

Prior to the current release, some plays external to
the openshift_master role consumed these variables
using relative imports.  This is no longer the case,
so we can safely combine the vars into defaults.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit combines these two sources of variables.

Prior to the current release, some plays external to
the openshift_master role consumed these variables
using relative imports.  This is no longer the case,
so we can safely combine the vars into defaults.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement container runtime role</title>
<updated>2017-12-01T17:32:39+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-16T19:56:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=5120f8e90c0178ac7f6d911159ceb278dd87b4c9'/>
<id>5120f8e90c0178ac7f6d911159ceb278dd87b4c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove openshift_facts project_cfg_facts</title>
<updated>2017-11-28T22:22:08+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-28T20:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=42f206740d3b065ebdbc95f12315f922a1d70c7d'/>
<id>42f206740d3b065ebdbc95f12315f922a1d70c7d</id>
<content type='text'>
This simplifies some variable logic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This simplifies some variable logic.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dns_port fact</title>
<updated>2017-11-28T19:46:57+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-28T19:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=602310de78f785c9715f97075c67e176a2c62932'/>
<id>602310de78f785c9715f97075c67e176a2c62932</id>
<content type='text'>
Simply dns_port variable by remove from openshift_facts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simply dns_port variable by remove from openshift_facts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify is_master_system_container logic</title>
<updated>2017-11-27T14:54:37+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-20T23:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=94bbe2b08cec73b79d8c0755df45677229c35e34'/>
<id>94bbe2b08cec73b79d8c0755df45677229c35e34</id>
<content type='text'>
Simplify the variable is_master_system_container
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify the variable is_master_system_container
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix system_images_registry variable</title>
<updated>2017-11-22T15:00:22+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-20T23:25:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f9846a94a2ebd0f9417aeb8f9007f8acdba32b24'/>
<id>f9846a94a2ebd0f9417aeb8f9007f8acdba32b24</id>
<content type='text'>
Simplify the logic for this variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify the logic for this variable.
</pre>
</div>
</content>
</entry>
</feed>
