Closed teancom closed 9 years ago
+1
Add the equivalent changes to OpenStack as well.
@mstine do you think vSphere bosh also needs resurrector?
It was already in the openstack provider, @drnic. You added it, actually:
$ git blame lib/bosh-bootstrap/microbosh_providers/openstack.rb | grep resurrector
341d58f2 (Dr Nic Williams 2013-10-26 13:20:34 -0700 23) "hm"=>{"resurrector_enabled" => true},
Go me!
On Tue, Jan 27, 2015 at 10:28 PM, David Bishop notifications@github.com wrote:
It was already in the openstack provider, @drnic. You added it, actually:
$ git blame lib/bosh-bootstrap/microbosh_providers/openstack.rb | grep resurrector 341d58f2 (Dr Nic Williams 2013-10-26 13:20:34 -0700 23) "hm"=>{"resurrector_enabled" => true},
Reply to this email directly or view it on GitHub: https://github.com/cloudfoundry-community/bosh-bootstrap/pull/300#issuecomment-71787522
I only added it to the AWS provider, as that's the only one that I could personally test.