Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow PrivateNetworkOnlyFlag option #25

Closed
wants to merge 8 commits into from

Conversation

arunsure
Copy link

@arunsure arunsure commented Feb 2, 2016

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.

Christopher M Luciano added 6 commits October 4, 2016 13:11
Glide is necessary in order to make use of packer vendored libraries.
If we do not vendor, the softlayer builder becomes confused over which
multistep libraries it is supposed to be using.
The glide PPA is needs to be approved with
travis-ci/apt-source-safelist#319. Until this is merged, we should be
able to use go get to install glide.
@cmluciano
Copy link
Collaborator

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

cmluciano and others added 2 commits October 4, 2016 18:10
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
Copy link
Collaborator

@cmluciano cmluciano closed this Oct 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants