@davebl wrote:
I am unable to authenticate with the salt servers. I have the error - Master contact not established. Last call home check result was: Call timed out; failed to connect or minion key not accepted.
I am able to see exchanges with the us-virl-salt.cisco.com services on my Meraki trace of the Internet Interface and I can see the exchange of traffic at the wireless interface of my PC when I use Wireshark. There is no firewall issue. My clock on the Virl server is updated by ntp. I can ping and telnet (on port 45050 to the salt servers.
virl@virl:~$ telnet us-virl-salt.cisco.com 4505
Trying 173.37.45.136...
Connected to us-virl-salt.cisco.com.
Escape character is '^]'.
^]
telnet> quit
Connection closed.
virl@virl:~$Please see belowthe result of the sudo salt-minion debug
virl@virl:~$ sudo salt-minion -l debug
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Including configuration from '/etc/salt/minion.d/extra.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/extra.conf
[DEBUG ] Including configuration from '/etc/salt/minion.d/openstack.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/openstack.conf
[DEBUG ] Configuration file path: /etc/salt/minion
[INFO ] Setting up the Salt Minion "Oat826mo.virl.info"
[DEBUG ] Created pidfile: /var/run/salt-minion.pid
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Including configuration from '/etc/salt/minion.d/extra.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/extra.conf
[DEBUG ] Including configuration from '/etc/salt/minion.d/openstack.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/openstack.conf
[INFO ] Got list of available master addresses: ['us-virl-salt.cisco.com']
[DEBUG ] Attempting to authenticate with the Salt Master at 173.37.45.136
[DEBUG ] Initializing new SAuth for ('/etc/salt/pki/minion', 'Oat826mo.virl.info', 'tcp://173.37.45.136:4506')
[ERROR ] The Salt Master has cached the public key for this node, this salt minion will wait for 10 seconds before attempting to re-authenticate
[INFO ] Waiting 10 seconds before retry.
[ERROR ] The Salt Master has cached the public key for this node, this salt minion will wait for 10 seconds before attempting to re-authenticate
[INFO ] Waiting 10 seconds before retry.
[ERROR ] The Salt Master has cached the public key for this node, this salt minion will wait for 10 seconds before attempting to re-authenticate
[INFO ] Waiting 10 seconds before retry.
[ERROR ] The Salt Master has cached the public key for this node, this salt minion will wait for 10 seconds before attempting to re-authenticatePlease let me know if you require ant additional information.
Posts: 6
Participants: 2