leonidlm / packer-builder-softlayer

A builder plugin for packer.io for a SoftLayer cloud
MIT License
38 stars 32 forks source link

Persistent instance? #7

Closed jonyen closed 9 years ago

jonyen commented 9 years ago

Is it possible to keep the instance that we used to create the SoftLayer image instead of destroying it? I would like to keep it around so that I can do some troubleshooting. Is there an option that allows you to do this?

leonidlm commented 9 years ago

There is currently no option for that. It is relatively easy to add, the code that responsible for instance termination is here: https://github.com/leonidlm/packer-builder-softlayer/blob/master/builder/softlayer/step_create_instance.go#L75

jonyen commented 9 years ago

Ok, sounds good. Thanks!