leonidlm / packer-builder-softlayer

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

Allow PrivateNetworkOnlyFlag option #25

Closed arunsure closed 7 years ago

arunsure commented 8 years ago

Allow PrivateNetworkOnlyFlag option

This commit adds the option in softlayer packer plugin to set up an instance with private only network. Allows to specify private_network_only_flag parameter, when set to true, the instance spun up will only have a private ip. And it will try to ssh and run the scripts using this private ip.

cmluciano commented 7 years ago

@arunsure Can you resubmit this PR on https://github.com/watson-platform/packer-builder-softlayer? Be sure to include the information from this PR https://github.com/watson-platform/packer-builder-softlayer/pull/3

cmluciano commented 7 years ago

Fixed here https://github.com/watson-platform/packer-builder-softlayer