26 Feb, 2015
7 commits
-
Otherwise ssh will call bash -c "COMMAND", which is matched when you do things like `run_on $machine pgrep -fa PROCESS` (ssh runs bash -c 'pgrep -fa PROCESS').
-
This is a bit brutal, but it was easier than figuring out how to properly map the (variable) to the logo we want.
23 Feb, 2015
6 commits
-
Resolving *.dev to localhost is up to you. Google DNS servers will do that automatically, otherwise you might add entries to /etc/hosts
-
- ip_helper: don't depend on ruby - colab_tests: use new curl-host script that avoids parameter passing problems with `ssh HOST COMMAND`
-
It needs to be the first one to come up
19 Feb, 2015
4 commits
-
They are going to be used when testing the mail relay
-
Calling `ssh` directly instead of `vagrant ssh` brings the total run time of the test suite from ~42s down to ~9s on my workstation.
12 Feb, 2015
20 commits
-
Pending: web interface
-
that --header 'Host: [...]' gets messed up by vagrant ssh, so let's encapsulate all the common curl options we want to use all the time into a single curl wrapper in test/bin/curl
-
it will be started later anyway when configuration files change
-
We are using private networking anyway, so we can access the machines directly.
-
:start will only start momentaneously, on CentOS you also need :enable to make the service start on boot. Also, provisioning colab requires the database to be up, so added a rake dependency to make sure the database node is always provisioned before the colab node.
09 Feb, 2015
3 commits
-
Pending: nginx for colab