Commit Graph

10378 Commits (bacfb021828fec7672420344dadefbccf9b35ef2)
 

Author SHA1 Message Date
Adrien Delorme bacfb02182 doc better SSHConfigFunc
8 years ago
Adrien Delorme ab7f998862 SSHConfigFunc: use struct fields instead of copying them locally
8 years ago
Adrien Delorme 0ff7c1da87 SSHConfigFunc: append the ssh auth ways
8 years ago
Adrien Delorme 41f6e0334d refactor all copy pasted sshConfig with into communicator.Config.SSHConfigFunc
8 years ago
Rickard von Essen a90fccf329
Updated CHANGELOG.md
8 years ago
Rickard von Essen 057a635cab
Merge pull request #6532 from sermilrod/Allowing-fixed-port-in-forwarding-rules
8 years ago
Sergio Millan Rodriguez befdb59da6 renaming public_ssh_port to public_port
8 years ago
Megan Marsh 41898ec7ba
Merge pull request #6611 from hashicorp/prettify_log_terminal_output
8 years ago
Megan Marsh 941d2fcca6 deduplicate logs that stream to terminal
8 years ago
Megan Marsh c1b50d365b
Merge pull request #5851 from arizvisa/multi-proto-progressbar
8 years ago
Megan Marsh af48214ddd
Merge pull request #6606 from hashicorp/fix_6301
8 years ago
Megan Marsh 9fa47f5dad make windows restart provisioner work with ssh communicator
8 years ago
Ali Rizvi-Santiago cf9bbe3ecf Incorporated the hack demonstrated by @SwampDragons in order to deal with packer.rpc.Ui not exporting any information about what it's doing to anybody.
8 years ago
Ali Rizvi-Santiago 5726927cba Moved the progress bar out of packer.Ui and unlinked it out of all the packer.Ui implementations. Split up the terminal-related functions into a separate terminal.go and calculate the progress bar width by traversing through packer.Ui to avoid the issue with github.com/ugorji/go/codec serializing private members (or unsafe pointers) of structs. Shuffled some arguments around in getConsoleScreenBufferInfo in common/terminal_windows.go so that the interface forces the user to correctly declare a _CONSOLE_SCREEN_BUFFER_INFO type.
8 years ago
Ali Rizvi-Santiago dc2088318e Updated vendor package github.com/cheggaaa/pb to v1.0.25.
8 years ago
Ali Rizvi-Santiago 0f10032b3d Moved the progress bar from common to the packer.UI interface and refactored it so that the terminal width is calculated based on each interface which returns a custom progressbar specific to its ui.
8 years ago
Ali Rizvi-Santiago fd2fef8738 Added support for the progress bar to automatically determine its width using the minimum length from a packer.UI and the terminal dimensions via kernel32.GetConsoleScreenBufferInfo or an ioctl (TIOCGWINSZ) to "/dev/tty".
8 years ago
Ali Rizvi-Santiago ac27e54c95 Updated vendor package github.com/cheggaaa/pb to v1.0.22
8 years ago
Ali Rizvi-Santiago 16ecb3ad9a Reverted removal of progress-bar that was done by commit 5d97b105a8 and added some missing arguments that were missed during the rebase. Modified the default progress bar's width to 80 as a result of the conversation on PR #5851.
8 years ago
Christopher Boumenot a1fa35dff5
Merge pull request #6590 from abhinaykumar/patch-1
8 years ago
Megan Marsh ca743514b7
Merge pull request #6603 from hashicorp/revert-6593-iso_inplace
8 years ago
Adrien Delorme a5587e30ec log wether the file was transfered or is just being inplace referenced
8 years ago
Adrien Delorme 6b3844a64f
Revert "allow to use ISO images in-place v.s. copying them"
8 years ago
Rickard von Essen 3e00ca3608
Merge pull request #6600 from rickard-von-essen/os-dep-fix
8 years ago
Rickard von Essen 3b7e23e7f9 Added missing gophercloud files
8 years ago
Megan Marsh 5dbd71b857
Merge pull request #6593 from hashicorp/iso_inplace
8 years ago
Rickard von Essen b85756c01e
Updated CHANGELOG.md
8 years ago
Rickard von Essen d4c34159f4
Merge pull request #6373 from ozerovandrei/openstack-neutron-floatingips
8 years ago
Rickard von Essen 3b535cbcbc
Merge pull request #6598 from hashicorp/docs_gcp_winrm_update
8 years ago
Adrien Delorme 3ea8f9f50d
Small updates on the googlecompute website docs
8 years ago
Adrien Delorme c744e8b2bb make download messages less redudant and more simple
8 years ago
Andrei Ozerov 6bf442f039 OpenStack builder: fix floating IP docs
8 years ago
Andrei Ozerov 103403db48 OpenStack builder: do not always use floating IPs
8 years ago
Megan Marsh f00260e293
Merge pull request #6597 from mprince/docfix
8 years ago
Marcel Prince 2cde0d6132 Add env template function to doc
8 years ago
Andrei Ozerov 5d6ba4301d OpenStack builder: fix floating_ip_pool validation
8 years ago
Andrei Ozerov 72de95a7e1 Vendor: add github.com/google/uuid package
8 years ago
Andrei Ozerov 1af899248b OpenStack builder: allow floating IP network name
8 years ago
Andrei Ozerov 511c4fbabe Vendor: update OpenStack floatingips
8 years ago
Andrei Ozerov 29c20eae78 Docs: update OpenStack floating IPs notes
8 years ago
Andrei Ozerov c9047cbfbe OpenStack builder: update floating IP params
8 years ago
Andrei Ozerov 0eef9b4292 OpenStack builder: floating IP refactoring
8 years ago
Andrei Ozerov 68afd3d8da Vendor: add Gophercloud networking v2 external
8 years ago
Andrei Ozerov f0f1967c9f Vendor: add Gophercloud networking v2 networks
8 years ago
Andrei Ozerov 71bf67620f Vendor: add Gophercloud compute attachinterfaces
8 years ago
Andrei Ozerov 4d17dbd56b Vendor: remove Gophercloud compute floatingips
8 years ago
Andrei Ozerov a4d7b3a909 Vendor: add Gophercloud networking floatingips
8 years ago
Adrien Delorme d7d4aed51c be even more precise
8 years ago
Adrien Delorme 2b3ea29970 show more precise error download/copy/referencing messages
8 years ago
zhuzhih2017 2eafdb33a2
Merge pull request #6588 from xiaozhu36/master
8 years ago