Fabric 1 contained the ability to run code as root in parallel. My organization has a collection of scripts that run commands on remote hosts in parallel and as sudo. ThreadingGroup has the parallelism we need, and Connection has the sudo method, but there isn't a class that has both.
This seems like a major problem with Fabric 2, but I haven't found anyone else discussing this issue. Is there a common workaround? Are there plans to create this functionality soon? Any feedback is appreciated.
Fabric 1 contained the ability to run code as root in parallel. My organization has a collection of scripts that run commands on remote hosts in parallel and as sudo. ThreadingGroup has the parallelism we need, and Connection has the sudo method, but there isn't a class that has both.
This seems like a major problem with Fabric 2, but I haven't found anyone else discussing this issue. Is there a common workaround? Are there plans to create this functionality soon? Any feedback is appreciated.