Comment 2 for bug 2047165

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.opendev.org/c/starlingx/config/+/904235
Committed: https://opendev.org/starlingx/config/commit/4134359426d0f53d40b5913d4a084f0a895daa78
Submitter: "Zuul (22348)"
Branch: master

commit 4134359426d0f53d40b5913d4a084f0a895daa78
Author: amantri <email address hidden>
Date: Thu Dec 21 13:40:19 2023 -0500

    Clear ssl_ca certificate alarm

    Currently we are not clearing the ssl_ca certificate
    expiring/expired alarm on active alarm audit when the
    certificate is already uninstalled, this change clears
    the alarm if the expiring/expired certificate is deleted
    on active alarm audit.

    Test Plan:
    PASS: Install a ssl_ca certificate expires in 30days,
          run the full audit to raise the alarm, now
          uninstall the certificate and notice the alarm is
          cleared on active alarm audit.
    PASS: Install multiple expiring ssl_ca certificates,
          run full audit to raise the alarms, now uninstall
          one ssl_ca certificate, when the active alarm
          audit is run verify only uninstalled certificate
          alarm is cleared.

    Closes-bug: 2047165

    Change-Id: Icb7d4814eedba3202b92eda37fb17e46f93d68b7
    Signed-off-by: amantri <email address hidden>