cloudfoundry-community-attic / bosh-bootstrap

From zero to a running micro BOSH in one command line
MIT License
63 stars 46 forks source link

add the resurrector to the AWS provider by default #300

Closed teancom closed 9 years ago

teancom commented 9 years ago

I only added it to the AWS provider, as that's the only one that I could personally test.

lnguyen commented 9 years ago

+1

drnic commented 9 years ago

Add the equivalent changes to OpenStack as well.

@mstine do you think vSphere bosh also needs resurrector?

teancom commented 9 years ago

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},
drnic commented 9 years ago

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