<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_service_catalog, 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>Verify that requested services have schedulable nodes matching the selectors</title>
<updated>2018-02-10T09:41:45+00:00</updated>
<author>
<name>Vadim Rutkovsky</name>
<email>vrutkovs@redhat.com</email>
</author>
<published>2018-02-06T11:57: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=cea68953a257477198ac262f3f9c8047e4f39498'/>
<id>cea68953a257477198ac262f3f9c8047e4f39498</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>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>Set default image tag to openshift_image_tag for services</title>
<updated>2018-02-08T19:13:13+00:00</updated>
<author>
<name>Vadim Rutkovsky</name>
<email>vrutkovs@redhat.com</email>
</author>
<published>2018-01-11T17:08: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=e6e8c13d7d65c81c287a5b53403866db8280a5bf'/>
<id>e6e8c13d7d65c81c287a5b53403866db8280a5bf</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 #6860 from jpeeler/aggregate-name-change</title>
<updated>2018-01-29T20:22:29+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-01-29T20:22: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=629e4d771badb6aaa5fcfe303d8d330acb68305a'/>
<id>629e4d771badb6aaa5fcfe303d8d330acb68305a</id>
<content type='text'>
Update catalog role patching to use new names</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update catalog role patching to use new names</pre>
</div>
</content>
</entry>
<entry>
<title>Change catalog roles install to use aggregation</title>
<updated>2018-01-25T01:45:41+00:00</updated>
<author>
<name>Jeff Peeler</name>
<email>jpeeler@redhat.com</email>
</author>
<published>2018-01-24T21:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=9779f4c74d2847130af9265cccdeaab98351e5dd'/>
<id>9779f4c74d2847130af9265cccdeaab98351e5dd</id>
<content type='text'>
Recently it was changed for openshift cluster roles to be reconciled via
the aggregate-to* label, so this is now updated. Rather than generating
portions of the file, simply use the auth reconciler and let it handle
any necessary role updates. Also, since it is theoretically possible for
conflicts to occur, retry reconciliation several times.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recently it was changed for openshift cluster roles to be reconciled via
the aggregate-to* label, so this is now updated. Rather than generating
portions of the file, simply use the auth reconciler and let it handle
any necessary role updates. Also, since it is theoretically possible for
conflicts to occur, retry reconciliation several times.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 1524805- ServiceCatalog now works disconnected</title>
<updated>2018-01-22T18:54:56+00:00</updated>
<author>
<name>Fabian von Feilitzsch</name>
<email>fabian@fabianism.us</email>
</author>
<published>2018-01-22T18:54: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=4fca5efde8ac210b96846a553153a444c13be4fb'/>
<id>4fca5efde8ac210b96846a553153a444c13be4fb</id>
<content type='text'>
Change imagePullPolicy for service catalog from Always to IfNotPresent,
      allowing service catalog to install in a disconnected setting
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change imagePullPolicy for service catalog from Always to IfNotPresent,
      allowing service catalog to install in a disconnected setting
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6705 from jpeeler/add-async-bindings-var</title>
<updated>2018-01-13T16:41:46+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-01-13T16:41: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=6753e23ce8e08d9143bee31e004ce4d8742a848c'/>
<id>6753e23ce8e08d9143bee31e004ce4d8742a848c</id>
<content type='text'>
Add var for catalog controller to enable async bindings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add var for catalog controller to enable async bindings</pre>
</div>
</content>
</entry>
<entry>
<title>Add var for controller to enable async bindings</title>
<updated>2018-01-11T20:00:11+00:00</updated>
<author>
<name>Jeff Peeler</name>
<email>jpeeler@redhat.com</email>
</author>
<published>2018-01-11T20: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=b46b2d9f9c2e020ecbd89ea0ba11e8960bef0fc4'/>
<id>b46b2d9f9c2e020ecbd89ea0ba11e8960bef0fc4</id>
<content type='text'>
New variable is called
'openshift_service_catalog_async_bindings_enabled' and is set to false
by default.

Also, fixed a typo in the controller template for the DaemonSet update
strategy, which caused the strategy to be set to OnDelete rather than
the intended RollingUpdate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New variable is called
'openshift_service_catalog_async_bindings_enabled' and is set to false
by default.

Also, fixed a typo in the controller template for the DaemonSet update
strategy, which caused the strategy to be set to OnDelete rather than
the intended RollingUpdate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update deployment and apiserver with new certs</title>
<updated>2018-01-10T20:22:31+00:00</updated>
<author>
<name>Jeff Peeler</name>
<email>jpeeler@redhat.com</email>
</author>
<published>2018-01-10T15:45: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=53bd951747c03e181d0a3fcdb4f93354d7258ed6'/>
<id>53bd951747c03e181d0a3fcdb4f93354d7258ed6</id>
<content type='text'>
Since new certificates are generated for every run, the apiservice
caBundle needs updating in order to have the on disk CA match what is in
Kubernetes.

Because the secrets are updated, the daemonset needs to do a rolling
update for the api server to pick up the new certs. Implemented here is
an added annotation to the api server such that the update occurs
automatically when the CA is changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since new certificates are generated for every run, the apiservice
caBundle needs updating in order to have the on disk CA match what is in
Kubernetes.

Because the secrets are updated, the daemonset needs to do a rolling
update for the api server to pick up the new certs. Implemented here is
an added annotation to the api server such that the update occurs
automatically when the CA is changed.
</pre>
</div>
</content>
</entry>
</feed>
