Project

General

Profile

action #174652

Updated by okurz 5 months ago

## Motivation 
 We need to prevent issues like #174610 (caused by work on #168811) in the future so let's use the full fqdn for each host in grafana/influxdb. 

 ## Acceptance criteria 
 * **AC1:** salt states can be cleanly applied even if two hostnames (not FQDN) are the same, e.g. "baremetal-support" 
 * **AC2:** All salt minion IDs equal the FQDN 
 * **AC3:** All grafana monitored OSD hosts show current data 

 ## Suggestions 
 * Follow up with https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/1329 
 * Ensure that monitoring data on https://monitor.qa.suse.de/ continues (not that new dashboards are generated for every host) 
 * Remove workaround from #168811-36 
 * Ensure that salt states can be cleanly applied even if two hostnames (not FQDN) are the same, e.g. "baremetal-support" 
 * Ensure that all salt minion IDs equal the FQDN 

 ## Rollback actions 
 * Remove silence from https://monitor.qa.suse.de/alerting/silences?alertmanager=grafana `alertname=baremetal-support-prg2: host up alert`

Back