<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/lib_utils, 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>Adding ability to yedit json files.</title>
<updated>2018-02-14T03:21:44+00:00</updated>
<author>
<name>Kenny Woodson</name>
<email>kwoodson@redhat.com</email>
</author>
<published>2018-02-14T01:19: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=42fd5866e3eeb878f7d890005bf69365fade5482'/>
<id>42fd5866e3eeb878f7d890005bf69365fade5482</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7106 from jarrpa/pvc-gen-storageclass</title>
<updated>2018-02-13T17:31:50+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-13T17:31: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=4d1e757b1e84400f8049b91afc6b9fba5d5d1d9b'/>
<id>4d1e757b1e84400f8049b91afc6b9fba5d5d1d9b</id>
<content type='text'>
Automatic merge from submit-queue.

Allow for blank StorageClass in PVC creation

In the case where a default StorageClass is already defined and a PV's
storage kind is not 'dynamic', allows for the storageClassName of the
associated PVC to be blank so as to not use the default SC.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1544387

Signed-off-by: Jose A. Rivera &lt;jarrpa@redhat.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Allow for blank StorageClass in PVC creation

In the case where a default StorageClass is already defined and a PV's
storage kind is not 'dynamic', allows for the storageClassName of the
associated PVC to be blank so as to not use the default SC.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1544387

Signed-off-by: Jose A. Rivera &lt;jarrpa@redhat.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7113 from mgugino-upstream-stage/fix-etcd-scaleup-sanity</title>
<updated>2018-02-13T03:03:37+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>gugino.michael@yahoo.com</email>
</author>
<published>2018-02-13T03:03: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=cf6d85fca0d42466f42b64cf205e83e7f1586369'/>
<id>cf6d85fca0d42466f42b64cf205e83e7f1586369</id>
<content type='text'>
Fix etcd scaleup plays</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix etcd scaleup plays</pre>
</div>
</content>
</entry>
<entry>
<title>Fix etcd scaleup plays</title>
<updated>2018-02-12T17:22:32+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-02-12T17: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=a043ba9e9951d091f66d00ed88ad05b66c3f3c63'/>
<id>a043ba9e9951d091f66d00ed88ad05b66c3f3c63</id>
<content type='text'>
This commit ensures that only the proper host groups
have sanity checks run during etcd scaleup.

This commit also adds additional debugging statements
to sanity_checks.py to make it easier to debug when
an error occurs.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1543771
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit ensures that only the proper host groups
have sanity checks run during etcd scaleup.

This commit also adds additional debugging statements
to sanity_checks.py to make it easier to debug when
an error occurs.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1543771
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow for blank StorageClass in PVC creation</title>
<updated>2018-02-12T15:54:38+00:00</updated>
<author>
<name>Jose A. Rivera</name>
<email>jarrpa@redhat.com</email>
</author>
<published>2018-02-12T14:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=0101c000a6e1e944f98a037183d9f222ee9aeb13'/>
<id>0101c000a6e1e944f98a037183d9f222ee9aeb13</id>
<content type='text'>
In the case where a default StorageClass is already defined and a PV's
storage kind is not 'dynamic', allows for the storageClassName of the
associated PVC to be blank so as to not use the default SC.

Signed-off-by: Jose A. Rivera &lt;jarrpa@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the case where a default StorageClass is already defined and a PV's
storage kind is not 'dynamic', allows for the storageClassName of the
associated PVC to be blank so as to not use the default SC.

Signed-off-by: Jose A. Rivera &lt;jarrpa@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>Merge pull request #6926 from abutcher/etcd-ca-host</title>
<updated>2018-02-09T00:44:21+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-02-09T00:44: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=3489d4f75fd2773f5fa5a684b82bf8ca44f1fa02'/>
<id>3489d4f75fd2773f5fa5a684b82bf8ca44f1fa02</id>
<content type='text'>
Determine which host is the etcd CA host</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Determine which host is the etcd CA host</pre>
</div>
</content>
</entry>
<entry>
<title>Initial support for 3.10</title>
<updated>2018-02-05T20:09:07+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-02-05T19:31: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=5402ff05c7f5695bbe60cb6966e57a038c4fe1c0'/>
<id>5402ff05c7f5695bbe60cb6966e57a038c4fe1c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib_utils_oo_collect: Allow filtering on dot separated keys.</title>
<updated>2018-02-01T21:57:48+00:00</updated>
<author>
<name>Andrew Butcher</name>
<email>abutcher@redhat.com</email>
</author>
<published>2018-01-31T14:53: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=e4f4204c4dcb5d9d300a2e2cca9cabe4b7afcf94'/>
<id>e4f4204c4dcb5d9d300a2e2cca9cabe4b7afcf94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6919 from mfojtik/symlink-kubectl-to-oc</title>
<updated>2018-01-31T01:24:38+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-01-31T01:24:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=04894a4c43346417154a6c1591043236ed574d16'/>
<id>04894a4c43346417154a6c1591043236ed574d16</id>
<content type='text'>
Automatic merge from submit-queue.

Symlink kubectl to oc instead of openshift

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1538933

@sdodson @juanvallejo FYI</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Symlink kubectl to oc instead of openshift

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1538933

@sdodson @juanvallejo FYI</pre>
</div>
</content>
</entry>
</feed>
