Markus Korn
Markus Korn
In the past there were alot of "disconnecting from ...." messages at the end of a "list_nodes_with_role:" run. With recent changes, the connection is closed after each node. this means...
I you do a `fix node:all` and one of the nodes inbetween is not available the run will stop immediatly with an error - which is extremly annoying. to prevent...
chef is no longer installable via the apt repository as announced here: http://lists.opscode.com/sympa/arc/chef/2014-11/msg00015.html
when doing a mass deployment using e.g. "nodes_with_role" or a list of nodes I'd like to see some progress information in the output. Right now it's like: ``` [...] SUCCESS:...
Fix has the ability to bulk configure a huge number of nodes (e.g. by using `nodes_with_role:*`) If there is any kind of error during the run (being it a error...
Since a couple of days [0] the ssh.config module has support for variable expansion. Once this has been released in the ssh library, fix should support it too, such that...
with running 'cook new_kitchen' several empty README files are created (e.g. in cooksbooks/, in nodes/ etc.) Although they might be there to describe future content of these directories, it would...
For testing purposes it is useful to be able to run fix with both a role and a recipe, like: fix node:MYNODE role:SOME_ENVIRONMENT recipe:MYRECIPE This way it's easy to test...
It would be great if shell completion work on the cook command. This completion should not only work for commands like "list_nodes" etc. but also for recipe and node arguments,...
I'm using HEAD of fakes3, and whenever I restart the fakes3 server lookinng up keys is not working anymore, I always get an empty list of objects for each bucket.