Bug 1389263
Summary: | [3.4] the summary of json report should include total/ok number after certificate expiry check | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | liujia <jiajliu> |
Component: | Installer | Assignee: | Tim Bielawa <tbielawa> |
Status: | CLOSED ERRATA | QA Contact: | liujia <jiajliu> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 3.4.0 | CC: | aos-bugs, jokerman, mmccomas, tbielawa |
Target Milestone: | --- | ||
Target Release: | 3.4.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: |
Feature: Total OK/Checked certificates are included in openshift_certificate_expiry role JSON check results.
Reason: Increased visibility and easier checking for admins.
Result: "Total" and "OK" counts are always included in JSON check results.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-03-06 16:37:09 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
liujia
2016-10-27 10:04:31 UTC
Was working on a patch for this on GitHub: https://github.com/openshift/openshift-ansible/pull/2829 Patch has been merged into master. Version: atomic-openshift-utils-3.4.56-1.git.0.7ba9968.el7.noarch Steps: 1. Install ocp3.4 2. Wrote a playbook to run role openshift_certificate_expiry. 3. Check result is right and total/ok numbers are added into json report now <snip> }, "summary": { "expired": 0, "ok": 14, "total": 14, "warning": 0 } <snip> Bug has been fixed, change status. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:0448 |