knife ssh
isn't finding my nodes. I know it should be able to because when I can search for them I find them
# knife search node name:*
2 items found
Node Name: web_01
...
Node Name: admin
...
However, when I run knife ssh
(I'll show it with the 'debug' flag) I get
# knife ssh "node:*" "uptime" -VV
DEBUG: Using configuration from /root/.chef/knife.rb
DEBUG: Signing the request as dev
DEBUG: Sending HTTP Request via GET to ec2-xx-xx-xx-xx.compute-1.amazonaws.com:4000/search/node
FATAL: No nodes returned from search!
(yes the host is correct, I just censored it for the post).
I've tried modifying the QUERY parameter and always get the same results. I've tried:
- node:*
- role:*
- *
- *:*
Any ideas?