<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_web_console/tasks, 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>Fix indentation to make yamllint happy</title>
<updated>2018-02-10T11:41:14+00:00</updated>
<author>
<name>Vadim Rutkovsky</name>
<email>vrutkovs@redhat.com</email>
</author>
<published>2018-02-07T17:22: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=93619d7f090f633ddbd57bb5a41a4d67c83c7c10'/>
<id>93619d7f090f633ddbd57bb5a41a4d67c83c7c10</id>
<content type='text'>
Signed-off-by: Vadim Rutkovsky &lt;vrutkovs@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Vadim Rutkovsky &lt;vrutkovs@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7093 from sdodson/bz1534917</title>
<updated>2018-02-10T01:30:24+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-10T01:30:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f18cfa7897d771cb973b9aa28a90bc3575b56f58'/>
<id>f18cfa7897d771cb973b9aa28a90bc3575b56f58</id>
<content type='text'>
Automatic merge from submit-queue.

Normalize the time we wait for pods to 5s * 60 retries

A few people have run into situations where it takes longer than 120seconds for the webconsole to start up so lets be a bit more foregiving and allow for up to 5 minutes in scenarios where we're waiting for pods.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Normalize the time we wait for pods to 5s * 60 retries

A few people have run into situations where it takes longer than 120seconds for the webconsole to start up so lets be a bit more foregiving and allow for up to 5 minutes in scenarios where we're waiting for pods.</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize the time we wait for pods to 5s * 60 retries</title>
<updated>2018-02-09T21:25:10+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-02-09T21:11: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=1ea94e63d1f74edf7d866646a816bf9dc4f69072'/>
<id>1ea94e63d1f74edf7d866646a816bf9dc4f69072</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pause for console rollout</title>
<updated>2018-02-09T19:38:31+00:00</updated>
<author>
<name>Samuel Padgett</name>
<email>spadgett@redhat.com</email>
</author>
<published>2018-02-09T14:41:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=efb0a82600bc6db89059ddf78f0d4599fd47d55b'/>
<id>efb0a82600bc6db89059ddf78f0d4599fd47d55b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect config changes in console liveness probe</title>
<updated>2018-02-06T18:56:00+00:00</updated>
<author>
<name>Samuel Padgett</name>
<email>spadgett@redhat.com</email>
</author>
<published>2018-02-06T18:52:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=9c1cfdec3ca6ec7034ea55050b66215d6a827323'/>
<id>9c1cfdec3ca6ec7034ea55050b66215d6a827323</id>
<content type='text'>
Use an md5sum to check if the console config has changed and
automatically restart the container.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use an md5sum to check if the console config has changed and
automatically restart the container.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 1539182: Detect if ClusterResourceOverrides enabled during console install</title>
<updated>2018-01-27T17:38:46+00:00</updated>
<author>
<name>Samuel Padgett</name>
<email>spadgett@redhat.com</email>
</author>
<published>2018-01-27T17:38: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=c7cf55596e22323ba5ae6abdd1d4c2cdfa06b31d'/>
<id>c7cf55596e22323ba5ae6abdd1d4c2cdfa06b31d</id>
<content type='text'>
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1539182
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1539182
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:openshift/openshift-ansible into rm_origin-components</title>
<updated>2018-01-26T20:39:50+00:00</updated>
<author>
<name>Dan Yocum</name>
<email>dyocum@redhat.com</email>
</author>
<published>2018-01-26T20:39: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=7dceb6260a333e29c922dad8613ae6a0946fa07b'/>
<id>7dceb6260a333e29c922dad8613ae6a0946fa07b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old assetConfig from master-config.yaml</title>
<updated>2018-01-25T19:56:10+00:00</updated>
<author>
<name>Samuel Padgett</name>
<email>spadgett@redhat.com</email>
</author>
<published>2018-01-22T21:24: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=ef6d01b6c0a4000133ab443a0a3d52d686484fc9'/>
<id>ef6d01b6c0a4000133ab443a0a3d52d686484fc9</id>
<content type='text'>
The `assetConfig` is no longer used now that the console is split into
its own pod.

- Remove `assetConfig` on upgrades to 3.9
- Stop writing logging and metrics URLs to assetConfig for 3.9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `assetConfig` is no longer used now that the console is split into
its own pod.

- Remove `assetConfig` on upgrades to 3.9
- Stop writing logging and metrics URLs to assetConfig for 3.9
</pre>
</div>
</content>
</entry>
<entry>
<title>files in ansible roles do not need to have the path specified to them</title>
<updated>2018-01-24T22:18:39+00:00</updated>
<author>
<name>Dan Yocum</name>
<email>dyocum@redhat.com</email>
</author>
<published>2018-01-24T22:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=0dc67b8693d9472f5afb910556e7b86e531cf55c'/>
<id>0dc67b8693d9472f5afb910556e7b86e531cf55c</id>
<content type='text'>
when referenced by a builtin module, i.e., copy:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when referenced by a builtin module, i.e., copy:
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6836 from spadgett/rollout-only-if-changed</title>
<updated>2018-01-24T14:35:42+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-01-24T14:35: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=a5cb77982ad02e4654df8d6a266927035da51e9b'/>
<id>a5cb77982ad02e4654df8d6a266927035da51e9b</id>
<content type='text'>
Automatic merge from submit-queue.

Only rollout console if config changed

/assign @sdodson 
@jwforres FYI</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Only rollout console if config changed

/assign @sdodson 
@jwforres FYI</pre>
</div>
</content>
</entry>
</feed>
