Open
Conversation
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.
Use go get for glide
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.
Allow PrivateNetworkOnlyFlag option
* added travis --> github release config * added extra install step * removed POWER build
* added travis --> github release config * added extra install step * removed POWER build * added option for multiple disks * removed extraneous files, improved organization, and made various tweaks * typos missed backslash * removed flint dep * more slight refinements * removed verbose testing * fixed var name * changed struct field check nil -> 0
Update Go version and dependency manager
added a condition to skip metadata device from image capturing
update README.md for dep
added 2 commits
April 1, 2018 23:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A bunch of fixes to get the Vagrantfile working