If other jobs define a /var/vcap/jobs/*/consul directory, we pick that up automagically, but if they don't (as is the case with all Diego components), we need a way to inject service definitions easily.
Suggest a new property, consul.services that defines a map of service name -> definitions.
If other jobs define a
/var/vcap/jobs/*/consul
directory, we pick that up automagically, but if they don't (as is the case with all Diego components), we need a way to inject service definitions easily.Suggest a new property,
consul.services
that defines a map of service name -> definitions.