All,
I'm having a problem communicating with a minion. The minion has correctly been authenticated, but no commands pass to it. This particular minion is connected to a syndic master (e.g. master -> syndic -> master -> minion). Neither the master_master or the syndic_master can pass commands to the minion, but I can see the master_master job being relayed. Trying to test.ping the minion from either syndic or master_master does nothing.
Here is what I have in the syndic/master debug log:
Clear payload received with command publish
14:43:27,135 [salt.master ][INFO ] Published command status.cpuinfo with jid 20120601144326439237
14:43:27,135 [salt.master ][DEBUG ] Published command details {'tgt_type': 'glob', 'jid': '20120601144326439237', 'tgt': '*', 'ret': '', 'arg': [], 'fun': 'status.cpuinfo'}
That's the only indication of anything happening in response to salt '*' status.cpuinfo
I've run all four servers (master_master, syndic, master(syndic), minion) with --log-level=debug and the above line was the only indication of activity... I also looked at the troubleshooting guide to get some guidance, but no joy there...
I'm quite sure it's not a firewall issue as netstat shows everything is connection properly:
Note: .227 is the minion, .226 is the master/master, .228 is the syndic/master (local machine in this case)
Help?
Thx. Chris.