Project

General

Profile

action #116689

Updated by okurz over 1 year ago

## Motivation 
 In #116539 and #116563 we had the problem that we needed to add a static IPv4 address entry to /etc/hosts for hosts to be able to connect to the salt master when instead we should rely on the FQDN entry, e.g. openqa.suse.de in /etc/salt/minion which we already configure from salt but this step needs to happen initially before connecting to salt. 

 ## Acceptance criteria 
 * **AC1:** IPv4 addresses have been replaced with FQDNs in all our salt controlled hosts 

 ## Suggestions 
 * Add to https://gitlab.suse.de/openqa/salt-states-openqa/-/blob/master/README.md where the salt master is configured. Currently it says to add the host to /etc/hosts

Back