我不知道为什么在这一点上,但是在刀片启动新节点后节点似乎松开了它的运行列表。 sshing到节点,如果我运行chef-client,它会转储我刚刚引导它的所有cookbook并说它有一个空的运行列表:
...
[2017-03-19T14:39:21-04:00] INFO: Removing cookbooks/nfs/.kitchen.yml.aws from the cache; its cookbook is no longer needed on this client.
[2017-03-19T14:39:21-04:00] INFO: Removing cookbooks/users/.foodcritic from the cache; its cookbook is no longer needed on this client.
[2017-03-19T14:39:21-04:00] INFO: Removing cookbooks/java/.rubocop_todo.yml from the cache; its cookbook is no longer needed on this client.
Synchronizing Cookbooks:
Installing Cookbook Gems:
Compiling Cookbooks...
[2017-03-19T14:39:21-04:00] WARN: Node app-test004 has an empty run list.
Converging 0 resources
[2017-03-19T14:39:21-04:00] INFO: Chef Run complete in 0.229085419 seconds
Running handlers:
[2017-03-19T14:39:21-04:00] INFO: Running report handlers
Running handlers complete
[2017-03-19T14:39:21-04:00] INFO: Report handlers complete
Chef Client finished, 0/0 resources updated in 02 seconds
这是两个新厨师服务器之一,另一个是正常行为。关于要寻找什么的任何想法?