Emmanuel Frecon

Results 37 issues of 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,...

bug

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...

enhancement
help wanted

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...

enhancement
help wanted

Respect and migrate file permissions when packing to an archive.

bug

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...

bug

`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...

enhancement

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,...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement
help wanted