<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_master/vars, 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_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>Increase rate limiting in journald.conf</title>
<updated>2017-09-12T19:49:40+00:00</updated>
<author>
<name>Maciej Szulik</name>
<email>maszulik@redhat.com</email>
</author>
<published>2017-03-23T15:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f827350f1d3dea4e910dff1a9698e5cc75fecb93'/>
<id>f827350f1d3dea4e910dff1a9698e5cc75fecb93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove remaining references to openshift-master.service</title>
<updated>2017-08-08T16:50:22+00:00</updated>
<author>
<name>Clayton Coleman</name>
<email>ccoleman@redhat.com</email>
</author>
<published>2017-08-08T04:13: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=c71bed77b350bf66f7c3342ce1e26b9bc389ba3f'/>
<id>c71bed77b350bf66f7c3342ce1e26b9bc389ba3f</id>
<content type='text'>
Prevents playbooks from accidentally restarting the master service.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevents playbooks from accidentally restarting the master service.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use existing OPENSHIFT_DEFAULT_REGISTRY setting during masters scaleup</title>
<updated>2017-07-28T19:21:26+00:00</updated>
<author>
<name>Tim Bielawa</name>
<email>tbielawa@redhat.com</email>
</author>
<published>2017-07-26T17:21:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=88c946de1ce8299fa8cda05c537e1f90a4c29512'/>
<id>88c946de1ce8299fa8cda05c537e1f90a4c29512</id>
<content type='text'>
Fixes a bug which reported that AFTER a cluster upgrade from OCP 3.5
to 3.6, any masters which are later added via the scaleup playbooks
are setting a value for OPENSHIFT_DEFAULT_REGISTRY which is
inconsistent with the already configured masters.

* OPENSHIFT_DEFAULT_REGISTRY value is saved from oo_first_master
* The new scaleup master has a fact set noting it is a scaleup host
* The saved OPENSHIFT_DEFAULT_REGISTRY value is used instead of the
  default for 3.6, which is to use a hard-coded registry value of
  'docker-registry.default.svc:5000'

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1469336
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a bug which reported that AFTER a cluster upgrade from OCP 3.5
to 3.6, any masters which are later added via the scaleup playbooks
are setting a value for OPENSHIFT_DEFAULT_REGISTRY which is
inconsistent with the already configured masters.

* OPENSHIFT_DEFAULT_REGISTRY value is saved from oo_first_master
* The new scaleup master has a fact set noting it is a scaleup host
* The saved OPENSHIFT_DEFAULT_REGISTRY value is used instead of the
  default for 3.6, which is to use a hard-coded registry value of
  'docker-registry.default.svc:5000'

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1469336
</pre>
</div>
</content>
</entry>
<entry>
<title>master: use the new oc_atomic_container module</title>
<updated>2017-02-28T12:56:03+00:00</updated>
<author>
<name>Giuseppe Scrivano</name>
<email>gscrivan@redhat.com</email>
</author>
<published>2017-02-21T14:03:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=61ac568ce8586b03bd025a83c052dcf5b677c885'/>
<id>61ac568ce8586b03bd025a83c052dcf5b677c885</id>
<content type='text'>
Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>master, vars/main.yml: define l_is_ha and l_is_same_version</title>
<updated>2017-02-14T14:54:13+00:00</updated>
<author>
<name>Giuseppe Scrivano</name>
<email>gscrivan@redhat.com</email>
</author>
<published>2017-02-12T18:25:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=95cf33d8b8e9bfeffbf1cc80bf55fc3c603be190'/>
<id>95cf33d8b8e9bfeffbf1cc80bf55fc3c603be190</id>
<content type='text'>
Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update scheduler predicate/priorities vars</title>
<updated>2016-12-01T21:12:37+00:00</updated>
<author>
<name>Jason DeTiberus</name>
<email>jdetiber@redhat.com</email>
</author>
<published>2016-12-01T21:12: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=3094794acf9e9441b3333b0149c555a3d493a218'/>
<id>3094794acf9e9441b3333b0149c555a3d493a218</id>
<content type='text'>
- Introduce additional variables for current scheduler config and default
  values to better determine if the values we are getting are user-defined,
  coming from config or are the default values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Introduce additional variables for current scheduler config and default
  values to better determine if the values we are getting are user-defined,
  coming from config or are the default values.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor handling of scheduler defaults</title>
<updated>2016-11-29T17:47:18+00:00</updated>
<author>
<name>Jason DeTiberus</name>
<email>jdetiber@redhat.com</email>
</author>
<published>2016-11-23T21:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=81d8b6a835de79f18b2cae87b7b58ba4d02f0b14'/>
<id>81d8b6a835de79f18b2cae87b7b58ba4d02f0b14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-master-api and atomic-openshift-master-controllers</title>
<updated>2016-04-01T18:20:24+00:00</updated>
<author>
<name>Brenton Leanhardt</name>
<email>bleanhar@redhat.com</email>
</author>
<published>2016-04-01T15:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=590e5582ed22a491ed2a4701492083fa6521f047'/>
<id>590e5582ed22a491ed2a4701492083fa6521f047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow for overriding scheduler config</title>
<updated>2016-03-31T21:47:38+00:00</updated>
<author>
<name>Jason DeTiberus</name>
<email>jdetiber@redhat.com</email>
</author>
<published>2016-03-29T19:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ccc5a30e00144bdb7a9cc2339aa2cb65defdb230'/>
<id>ccc5a30e00144bdb7a9cc2339aa2cb65defdb230</id>
<content type='text'>
- introduce openshift_master_scheduler_predicates and
  openshift_master_scheduler_priorities to override the default scheduler
  predicates and priorities

- switch default scheduler priorities to use SelectorSpreadPriority instead
  of ServiceSpreadingPriority
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- introduce openshift_master_scheduler_predicates and
  openshift_master_scheduler_priorities to override the default scheduler
  predicates and priorities

- switch default scheduler priorities to use SelectorSpreadPriority instead
  of ServiceSpreadingPriority
</pre>
</div>
</content>
</entry>
</feed>
