<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_node_dnsmasq, 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>Combine openshift_node and openshift_node_dnsmasq</title>
<updated>2017-11-27T19:08:58+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-27T17:22: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=73bf3e7137d80ba5b225108f39240c43d385a1ea'/>
<id>73bf3e7137d80ba5b225108f39240c43d385a1ea</id>
<content type='text'>
This commit combines these two roles.  This will
prevent openshift_node_facts from running twice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit combines these two roles.  This will
prevent openshift_node_facts from running twice.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include Deprecation - openshift-node</title>
<updated>2017-11-22T19:07:08+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-11-22T19:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a'/>
<id>bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from bind-interfaces to bind-dynamic</title>
<updated>2017-10-31T17:53:30+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-10-31T17:53: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=22938529e485ff4fb9483d15ea213560899c7edd'/>
<id>22938529e485ff4fb9483d15ea213560899c7edd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dnsmasq cache-size dns-forward-max change</title>
<updated>2017-10-30T21:05:03+00:00</updated>
<author>
<name>Phil Cameron</name>
<email>pcameron@redhat.com</email>
</author>
<published>2017-10-27T20:00:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=90b0ab18f62e362052868d89cba6fb0e0f3f142b'/>
<id>90b0ab18f62e362052868d89cba6fb0e0f3f142b</id>
<content type='text'>
On very large clusters dnsmasq performance suffers due to
limited cache-size and dns-forward-max values.

bug: 1482847
https://bugzilla.redhat.com/show_bug.cgi?id=1482847
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On very large clusters dnsmasq performance suffers due to
limited cache-size and dns-forward-max values.

bug: 1482847
https://bugzilla.redhat.com/show_bug.cgi?id=1482847
</pre>
</div>
</content>
</entry>
<entry>
<title>Change dnsmasq to bind-interfaces + except-interfaces</title>
<updated>2017-10-25T21:03:27+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-10-25T21:01:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=db50b11f29ee95fa6128257141bba9c39fe36de3'/>
<id>db50b11f29ee95fa6128257141bba9c39fe36de3</id>
<content type='text'>
Currently, we have to set the listen ip for dnsmasq via ansible
during installation.

This commit enables dnsmasq to bind-interfaces + exclude interfaces
to ensure dnsmasq doesn't listen on lo interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, we have to set the listen ip for dnsmasq via ansible
during installation.

This commit enables dnsmasq to bind-interfaces + exclude interfaces
to ensure dnsmasq doesn't listen on lo interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add variable to control whether NetworkManager hook is installed</title>
<updated>2017-10-19T09:03:02+00:00</updated>
<author>
<name>Michael Hanselmann</name>
<email>hansmi@vshn.ch</email>
</author>
<published>2017-08-28T11:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a4ac8fbe3c33e51ce21c99cc12b29a28727954cd'/>
<id>a4ac8fbe3c33e51ce21c99cc12b29a28727954cd</id>
<content type='text'>
We control /etc/resolv.conf and parts of the dnsmasq configuration via
Puppet in our environment. The hook ends up overwriting the managed
configuration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We control /etc/resolv.conf and parts of the dnsmasq configuration via
Puppet in our environment. The hook ends up overwriting the managed
configuration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add valid search when search does not exist on resolv.conf</title>
<updated>2017-09-29T09:17:29+00:00</updated>
<author>
<name>Kenjiro Nakayama</name>
<email>nakayamakenjiro@gmail.com</email>
</author>
<published>2017-09-29T09:17:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=7f20af939e13a7cec3cf56cedd7aa8a302ee58db'/>
<id>7f20af939e13a7cec3cf56cedd7aa8a302ee58db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support installation of NetworkManager for provisioned nodes</title>
<updated>2017-09-26T13:51:35+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-09-25T22:56:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=6269bb4819277e1fc369e731d8673c97815d8250'/>
<id>6269bb4819277e1fc369e731d8673c97815d8250</id>
<content type='text'>
Currently, automated AWS provisionging fails when provisioning
with images that don't already have NetworkManager installed
and activated.

This commit adds NetworkManager to the build_ami provisioning
process, if not already installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, automated AWS provisionging fails when provisioning
with images that don't already have NetworkManager installed
and activated.

This commit adds NetworkManager to the build_ami provisioning
process, if not already installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure valid search on resolv.conf</title>
<updated>2017-09-15T20:51:18+00:00</updated>
<author>
<name>Mateus Caruccio</name>
<email>mateus.caruccio@getupcloud.com</email>
</author>
<published>2017-09-13T17:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=afb74ff054ff5743998e2611cab83960710920de'/>
<id>afb74ff054ff5743998e2611cab83960710920de</id>
<content type='text'>
On cluster without internal name resolution there will be no `search XXX` on /etc/resolv.conf at all, thus this script will fail to add an entry for `cluster.local`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On cluster without internal name resolution there will be no `search XXX` on /etc/resolv.conf at all, thus this script will fail to add an entry for `cluster.local`.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove openshift-common</title>
<updated>2017-09-06T17:59:38+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-08-25T04:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=8bf97723ceaca02fe12b86466f8383aa211ead5e'/>
<id>8bf97723ceaca02fe12b86466f8383aa211ead5e</id>
<content type='text'>
Most of this role's purpose was to set facts.  The vast majority
of these facts were simply redefining user-supplied variables.

This commit also removes various artifacts leftover from
previous versions, as well as variables that seem to be
entirely unused.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of this role's purpose was to set facts.  The vast majority
of these facts were simply redefining user-supplied variables.

This commit also removes various artifacts leftover from
previous versions, as well as variables that seem to be
entirely unused.
</pre>
</div>
</content>
</entry>
</feed>
