Re: Bosh Job and Package dependency problem.
James Bayer
the docker bosh release supports "depends on" to start containers in a
particular order:
https://github.com/cf-platform-eng/docker-boshrelease/blob/master/examples/docker-aws.yml#L88-L89
toggle quoted message
Show quoted text
particular order:
https://github.com/cf-platform-eng/docker-boshrelease/blob/master/examples/docker-aws.yml#L88-L89
On Tue, Jun 9, 2015 at 5:51 PM, Xue Zhi Yong <zhiyxue(a)126.com> wrote:
In my case, I create job for each container and all are run within same
vm. So the result is out of control.
Except run all containers in one job. Is it possible that change some job
to package, then add them as dependency for other jobs?
At 2015-06-10 01:15:54, "Sabha" <sabhap(a)pivotal.io> wrote:IIRC, Bosh would kick off the jobs in the order you have declared (serial).
So, you can have jobs 1 and 2 go first, then the others... If there are
multiple job templates all bundled to run within the same vm or job
definition, those they are concurrent.
-Sabha
--
View this message in context: http://cf-bosh.70367.x6.nabble.com/cf-bosh-Bosh-Job-and-Package-dependency-problem-tp150p157.html
Sent from the CF BOSH mailing list archive at Nabble.com.
_______________________________________________
cf-bosh mailing list
cf-bosh(a)lists.cloudfoundry.org
https://lists.cloudfoundry.org/mailman/listinfo/cf-bosh
_______________________________________________
cf-bosh mailing list
cf-bosh(a)lists.cloudfoundry.org
https://lists.cloudfoundry.org/mailman/listinfo/cf-bosh
--
Thank you,
James Bayer
Thank you,
James Bayer