Closed jaypipes closed 11 years ago
The up
command expects the name of the thing you want to start. So you would use one of the keys within the :nodes
hash. Something like:
$ bundle exec vagabond up controller
If you want to kick on a bunch of them all at once in a single command, you can use the cluster. In the clusters hash, you can fill it out:
:clusters => {
:my_cluster => ['controller', 'compute_worker', 'ops']
}
and then you can start all of them:
$ bundle exec vagabond cluster my_cluster
Doh, got it. Thanks!
Hi again,
When I run bundle exec vagabond up, I'm getting this:
The Vagabondfile I'm using is here:
I tried adding :node_name => "chef" to the :local_chef_server section, but got same error... any suggestions?
Thanks in advance! -jay