Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"fab up" should be parallelizable #17

Open
karlp opened this issue Sep 24, 2013 · 1 comment
Open

"fab up" should be parallelizable #17

karlp opened this issue Sep 24, 2013 · 1 comment

Comments

@karlp
Copy link
Member

karlp commented Sep 24, 2013

https://gist.github.com/bitprophet/26ff1aeed14650a269eb

16:29 < bitprophet> 'fab meta'. important is not to do 'fab -H some,hosts meta' because that'll try to run meta
itself multiple times :)
16:29 < karlp> that's pretty much what I'd tried,
16:29 < karlp> I may have been seeing some interaction with fabtools vagrant
16:30 < karlp> the meta was being run once per host, then the parallel would get run on all hosts, once for each
run of the meta
16:30 < karlp> yeah, fab vagrant meta was running meta on the multiple hosts,
16:30 < karlp> like you describe :)
16:31 < karlp> so, I'm sure it can be fiddled eventually :)

@karlp
Copy link
Member Author

karlp commented Oct 15, 2013

Double confirmed! this makes it very slow to turn on 10 AWS instances!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant