<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/playbooks/byo/openshift-checks, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/'/>
<entry>
<title>Playbook Consolidation - openshift-checks</title>
<updated>2017-11-16T19:26:37+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-11-16T18:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=9f2de18076bbec19116351a7a3552d4fd2f6790a'/>
<id>9f2de18076bbec19116351a7a3552d4fd2f6790a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Playbook Consolidation - Initialization</title>
<updated>2017-11-15T18:35:10+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-11-03T21:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=e5f4823d6e4191367178f743ddd5e0885598e8cf'/>
<id>e5f4823d6e4191367178f743ddd5e0885598e8cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>openshift-checks: add role symlink</title>
<updated>2017-09-12T16:30:08+00:00</updated>
<author>
<name>Luke Meyer</name>
<email>lmeyer@redhat.com</email>
</author>
<published>2017-09-12T16:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f08d9dc9db4c596e9c06ad0e4fc33960a6bb89bc'/>
<id>f08d9dc9db4c596e9c06ad0e4fc33960a6bb89bc</id>
<content type='text'>
fixes bug 1487548
https://bugzilla.redhat.com/show_bug.cgi?id=1487548
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes bug 1487548
https://bugzilla.redhat.com/show_bug.cgi?id=1487548
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4570 from rhcarvalho/adhoc-check-runner-misc</title>
<updated>2017-08-28T17:13:05+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-08-28T17:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ca5ebcbb4ee01841ca415df3c5afc61c192e2df2'/>
<id>ca5ebcbb4ee01841ca415df3c5afc61c192e2df2</id>
<content type='text'>
Add playbook to run adhoc health checks or list existing checks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add playbook to run adhoc health checks or list existing checks</pre>
</div>
</content>
</entry>
<entry>
<title>List existing health checks when none is requested</title>
<updated>2017-08-24T12:59:50+00:00</updated>
<author>
<name>Rodolfo Carvalho</name>
<email>rhcarvalho@gmail.com</email>
</author>
<published>2017-06-23T13:31:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=25276bda8c002f4279e5c1748f64a9fd1ee999a4'/>
<id>25276bda8c002f4279e5c1748f64a9fd1ee999a4</id>
<content type='text'>
This is a simple mechanism to learn what health checks are available.

Note that we defer task_vars verification, so that we can compute
requested_checks and resolved_checks earlier, allowing us to list checks
even if openshift_facts has not run.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a simple mechanism to learn what health checks are available.

Note that we defer task_vars verification, so that we can compute
requested_checks and resolved_checks earlier, allowing us to list checks
even if openshift_facts has not run.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add playbook for running arbitrary health checks</title>
<updated>2017-08-24T12:55:09+00:00</updated>
<author>
<name>Rodolfo Carvalho</name>
<email>rhcarvalho@gmail.com</email>
</author>
<published>2017-06-12T09:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f98c978bd49f2473ce271d4fc69be7e4eea78125'/>
<id>f98c978bd49f2473ce271d4fc69be7e4eea78125</id>
<content type='text'>
This is useful on its own, and also aids in developing/testing new
checks that are not part of any playbook.

Since the intent when running this playbook is to execute checks, opt
for a less verbose explanation on the error summary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful on its own, and also aids in developing/testing new
checks that are not part of any playbook.

Since the intent when running this playbook is to execute checks, opt
for a less verbose explanation on the error summary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update health check README</title>
<updated>2017-08-24T12:46:03+00:00</updated>
<author>
<name>Rodolfo Carvalho</name>
<email>rhcarvalho@gmail.com</email>
</author>
<published>2017-08-03T13:35:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ebf6ed8d3d467a95fe62c22f131c82882a34c3ad'/>
<id>ebf6ed8d3d467a95fe62c22f131c82882a34c3ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize openshift-checks code paths</title>
<updated>2017-08-23T14:01:08+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-08-18T12:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=df8b79bffe706d39490f39a32d6dce8549a0c2d0'/>
<id>df8b79bffe706d39490f39a32d6dce8549a0c2d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken link to Docker image instructions</title>
<updated>2017-07-20T15:10:54+00:00</updated>
<author>
<name>Rodolfo Carvalho</name>
<email>rhcarvalho@gmail.com</email>
</author>
<published>2017-07-20T15:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f0e70c2c91dac8b2999d288e5a6dae3d626678c3'/>
<id>f0e70c2c91dac8b2999d288e5a6dae3d626678c3</id>
<content type='text'>
And document that one needs to install dependencies before running playbooks.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And document that one needs to install dependencies before running playbooks.</pre>
</div>
</content>
</entry>
<entry>
<title>health check playbooks: relocate and expand</title>
<updated>2017-05-22T19:13:15+00:00</updated>
<author>
<name>Luke Meyer</name>
<email>lmeyer@redhat.com</email>
</author>
<published>2017-04-27T17:09:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a1228a7c4acdb088fbf43c9a67b7eccf7ee67d07'/>
<id>a1228a7c4acdb088fbf43c9a67b7eccf7ee67d07</id>
<content type='text'>
We are moving toward having adhoc post-install checks and so the
"preflight" designation needs to be widened.
Updated location to playbooks/byo/openshift-checks, added health check playbook, and updated README.
Also included the certificate_expiry playbooks.
Left behind symlinks and wrappers for existing checks.

To conform with the direction of the rest of the repo, the
openshift-checks playbooks are split into two directories, one under
playbooks/common with the actual invocation and one under
playbooks/byo for entrypoints that are just wrappers for the ones in common.

Because the certificate_expiry playbooks are intended not just to be
functional but to be examples that users modify, I did not split them
similarly. That could happen later after discussion but for now I just
left them whole under byo/openshift-checks/certificate_expiry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are moving toward having adhoc post-install checks and so the
"preflight" designation needs to be widened.
Updated location to playbooks/byo/openshift-checks, added health check playbook, and updated README.
Also included the certificate_expiry playbooks.
Left behind symlinks and wrappers for existing checks.

To conform with the direction of the rest of the repo, the
openshift-checks playbooks are split into two directories, one under
playbooks/common with the actual invocation and one under
playbooks/byo for entrypoints that are just wrappers for the ones in common.

Because the certificate_expiry playbooks are intended not just to be
functional but to be examples that users modify, I did not split them
similarly. That could happen later after discussion but for now I just
left them whole under byo/openshift-checks/certificate_expiry.
</pre>
</div>
</content>
</entry>
</feed>
