Skip to content

Commit

Permalink
Drop ClonesConnectivyAndDataCheck from pki-healthcheck
Browse files Browse the repository at this point in the history
pki-healthcheck is a tool to check the status of an instance or
a node in a cluster so that if it reports a problem the admin can
fix it or the monitoring service can replace it with a new node.

The ClonesConnectivyAndDataCheck on the other hand is a plugin
that checks the connectivity from the instance to other clones.
This plugin will report a problem if another clone is down even
though the instance itself is fine, which would be misleading.
Since it doesn't really fit the purpose of pki-healthcheck this
plugin has been dropped.
  • Loading branch information
edewata committed Sep 6, 2024
1 parent 4231529 commit 18ee6a0
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 387 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ca-renewal-system-certs-hsm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ jobs:
echo "Expired Cert: sslserver" >> expected
echo "Expired Cert: subsystem" >> expected
echo "Expired Cert: audit_signing" >> expected
echo "Internal server error 404 Client Error: for url: http://pki.example.com:8080/ca/rest/securityDomain/domainInfo" >> expected
echo "Internal server error 404 Client Error: for url: https://pki.example.com:8443/ca/admin/ca/getStatus" >> expected
diff expected stderr
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ca-renewal-system-certs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ jobs:
echo "Expired Cert: sslserver" >> expected
echo "Expired Cert: subsystem" >> expected
echo "Expired Cert: audit_signing" >> expected
echo "Internal server error 404 Client Error: for url: http://pki.example.com:8080/ca/rest/securityDomain/domainInfo" >> expected
echo "Internal server error 404 Client Error: for url: https://pki.example.com:8443/ca/admin/ca/getStatus" >> expected
diff expected stderr
Expand Down
Empty file.

This file was deleted.

163 changes: 0 additions & 163 deletions base/server/healthcheck/pki/server/healthcheck/clones/plugin.py

This file was deleted.

Loading

0 comments on commit 18ee6a0

Please sign in to comment.