Emmanuel Frecon
Emmanuel Frecon
When specifying labels in the YAML format, these are sent onto the remote machine for tagging. In addition, they should be used to tag the swarm node representing the machine,...
A large part of the `unix` module is based on executing processes on the (remote) machine to collect information. At the time of writing, [procfs](https://github.com/efrecon/procfs/) is being integrated to provide...
Add support for rebooting a machine in a controlled manner. This would typically happen at the end of the prelude or addendum, once a number of packages have been installed...
When recursively copying folders, the behaviour of `-files` is not consistent. This is probably a bug in `scp` and a good way of solving this would be to recurse manually...
`machinery` uses a combination of `docker save` and `docker load` when transferring images onto the created virtual machines. When running over remote services (as opposed to local virtualbox or similar...
Implementing an `inspect` sub command, which would return low-level information about the cluster in JSON format, is desirable. Such a command would permit automating `machinery` using external tools (`bash` scripts,...
We are currently able to use `rsync` to synchronise between the host and the machines. However, this relies on `rsync` to get a proper `ssh` command working and the ability...
Currently, we know extra about `virtualbox` and are in the hands of `machine` for the list of providers that it supports. Being able to bring in other providers into the...
As the `ports` key of the YAML description file conveniently describe more or less all the ports that get opened on the virtual machine (or are necessary to open), this...