Note
Before proceeding with the manual steps below, verify that you have performed the steps described in Apply maintenance updates.
Fixed the issue with false-positive raise of the HaproxyBackendOutage
alert
for the aptly-api
and aptly-public
proxy for the HAProxy service in
case of Aptly running on an offline node. If you experience the
HaproxyBackendOutage
alert raise, apply the issue resolution below.
To apply the issue resolution:
Open your Git project repository with the Reclass model on the cluster level.
In classes/cluster/cluster_name/cicd/control/init.yml
, remove the
following class:
system.haproxy.proxy.listen.cicd.aptly
From the Salt Master node, apply the following state:
salt -C '<cid_nodes>' saltutil.sync_all
salt -C '<cid_nodes>' state.sls haproxy
To avoid the CVP - StackLight tests Jenkins pipeline job failure with the Update test data fixture with the missing dashboards: set([u’openstack-tenants’]) error message because the Openstack - Tenants dashboard has been removed from StackLight tests but is still present in the Grafana database, apply the issue resolution below. For details, see OpenStack tenant monitoring.
To apply the issue resolution: