leonidlm / packer-builder-softlayer

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

Unable to pass further softlayer options to instance creation #23

Closed zapman449 closed 8 years ago

zapman449 commented 8 years ago

Your readme states:

As already stated above, a good way of reviewing the available options is by inspecting the output of the following API call:

curl https://<username>:<api_key>@api.softlayer.com/rest/v3/SoftLayer_Account/getCreateObjectOptions.json

(first off, that URL fails against softlayer. I believe the correct URL would be: https://${SL_USERNAME}:${SL_API_KEY}@api.softlayer.com/rest/v3/SoftLayer_Virtual_Guest/getCreateObjectOptions.json )

Real issue is that I don't see a way though the config or code to pass further options to SL. Specifically, I'm most interested in setting privateNetworkOnlyFlag to True. But others will be required.

cmluciano commented 8 years ago

That's correct. Would using the env vars be more useful?

cmluciano commented 8 years ago

Closing due to staleness