I'm trying to use your traffic_shift example to explore consul and consul-client in a bit more detail.
However when I try and run foreman start on a CentOS 7 Vagrant VM running Ruby 2.0.0p353, I get the following error:
traffic_shift]$ foreman start
ERROR: Procfile does not exist.
A quick google suggests that foreman requires a Procfile to define what needs to be run, however there isn't one included in your example.
Are you able to share the one that you used to test?
I'm trying to use your traffic_shift example to explore consul and consul-client in a bit more detail.
However when I try and run
foreman start
on a CentOS 7 Vagrant VM running Ruby 2.0.0p353, I get the following error:A quick google suggests that
foreman
requires a Procfile to define what needs to be run, however there isn't one included in your example. Are you able to share the one that you used to test?Cheers Gavin