5005 Commits

Author SHA1 Message Date
Florian Noeding
98b9d22b68 amazon builder: only fetch password for winrm 2015-07-31 15:34:25 +02:00
Chris Bednarski
3c517a65c3 Autoreformat 2015-07-30 21:16:11 -07:00
Chris Bednarski
4d2a140236 Merge pull request #2536 from sobrinho/patch-1
Fix last example syntax
2015-07-30 20:07:20 -07:00
Gabriel Sobrinho
015742b547 Fix last example syntax 2015-07-31 00:01:00 -03:00
Chris Bednarski
32b714e085 Update code.google.com/gosshold/ssh to point to golang.org/x/crypto/ssh, since this has been moved into core now
Fixes #2515
2015-07-30 19:19:59 -07:00
Chris Bednarski
84abbc2fe2 Merge pull request #2519 from BayanGroup/salt-remote-dirs
Add options to specify salt remote dirs
2015-07-30 19:06:59 -07:00
Chris Bednarski
c04feb77b1 Merge pull request #2520 from BayanGroup/salt-ensure-dir-exists
Ensure that `/etc/salt` exists
2015-07-30 19:03:34 -07:00
Chris Bednarski
87bcfc3ef7 Ignore internal packages for go 1.5; thanks @dlsniper 2015-07-30 16:15:55 -07:00
Chris Bednarski
5218c5a65b Reformat 2015-07-30 16:09:40 -07:00
Chris Bednarski
66b7b9a0b7 Added a section to explain more clearly how to reference external resources like boot ISOs 2015-07-30 15:58:12 -07:00
Chris Bednarski
28d1295460 Merge branch 'openstack_metadata' of https://github.com/trumant/packer into trumant-openstack_metadata 2015-07-30 14:38:03 -07:00
Chris Bednarski
5cd6e19467 Merge pull request #2451 from monsterzz/b-openstack-ipv6-ssh-support
Fix handling IPv6 when ssh_interface set (openstack builder)
2015-07-30 14:36:17 -07:00
Chris Bednarski
f8cfd0a1cb Merge pull request #2309 from marc-ta/casesensitivevmxkeys
Updated how vmx entries are handled
2015-07-30 14:31:54 -07:00
Chris Bednarski
d153542443 Merge pull request #2531 from clstokes/website-character-fix
Fix funny characters.
2015-07-30 13:24:49 -07:00
Cameron Stokes
9030c1fa3a Fix funny characters. 2015-07-30 10:54:28 -07:00
Chris Bednarski
207b81c86b Merge pull request #2522 from bubaflub/non_exclusive_vnc_access
Do not require exclusive VNC access while buildling
2015-07-29 15:05:43 -07:00
Bob Kuo
585638d063 Do not require exclusive VNC access while buildling
An additional client can be connected during build time for inspection.
We can manually connect and set our VNC clients to ignore all input or
we can connect with vnc2flv to record the build session for later
verification.
2015-07-29 10:00:09 -05:00
Chris Bednarski
c04e442203 Merge pull request #2518 from BayanGroup/fix-error-messages
Fix semantic errors in messages
2015-07-28 18:36:21 -07:00
Chris Bednarski
ecc1c4dcc8 Merge pull request #2517 from BayanGroup/docs
Revise documentation for minion config
2015-07-28 18:35:16 -07:00
Chris Bednarski
a9c299d9c4 Merge pull request #2404 from mitchellh/b-instance-destroy
amazon/common: store instance ID earlier for cleanup
2015-07-28 18:24:37 -07:00
Chris Bednarski
68a6a0df44 Merge pull request #2523 from mitchellh/b-aws-0.7.0
Updated AWS SDK calls to match the 0.7.0 release of the AWS SDK
2015-07-28 18:15:36 -07:00
Chris Bednarski
28bf1877c2 Updated AWS SDK calls to match the 0.7.0 release of the AWS SDK 2015-07-28 17:10:21 -07:00
Chris Bednarski
8a426bea0e Merge pull request #2505 from pecigonzalo/b-windows-variables_errors
Fix powershell elevated not setting variables properly.
2015-07-28 16:55:29 -07:00
Chris Bednarski
6fac13868b Added screenshot for Atlas build variables 2015-07-28 16:46:45 -07:00
Chris Bednarski
1420e2494c Added note on 5g upload limit, and workaround 2015-07-28 16:24:43 -07:00
Chris Bednarski
0c7654358a Reformat 2015-07-28 15:30:32 -07:00
Chris Bednarski
8741a6df23 Renamed .markdown to .html.markdown to be consistent with other filenames 2015-07-28 15:29:20 -07:00
Kevin Fishner
97e16aeed9 add updated analytics 2015-07-28 15:04:19 -07:00
Chris Bednarski
b61f86fbae Merge pull request #2516 from patricklucas/document_gce_use_internal_ip
builder/googlecompute: Document use_internal_ip
2015-07-28 14:53:14 -07:00
Chris Bednarski
449f035c4d Merge pull request #2443 from pecigonzalo/b-winrm-communicator
Fix bug on WinRM connector
2015-07-28 02:55:12 -07:00
AmirAli Moinfar
eba0e9eaf8 Ensure that /etc/salt exists
Make sure that directory `/etc/salt` exists before copying salt
minion file.
2015-07-28 10:40:09 +04:30
AmirAli Moinfar
63be0e3ea1 Add documentation for salt remote directories 2015-07-28 10:39:31 +04:30
AmirAli Moinfar
769c82b171 Support for setting salt remote directory
* It is possible to set remote salt tree through `remote_state_tree` argument.
* It is possible to set remote pillar root through `remote_pillar_roots` argument.
* Directories `remote_state_tree` and `remote_pillar_roots` are emptied before use.
2015-07-28 10:37:52 +04:30
AmirAli Moinfar
b88afbf3c9 Revise documentation for minion config
* Update link to salt minion config.
* Clarify that minion config is a file.
2015-07-28 10:36:04 +04:30
AmirAli Moinfar
f90f2f685d Fix semantic errors in messages 2015-07-28 10:34:13 +04:30
Gonzalo Peci
21107b0027 Fix wrong command type being used when running elevated provisioner. 2015-07-28 16:14:32 +12:00
Patrick Lucas
73a157b78d builder/googlecompute: Document use_internal_ip 2015-07-27 19:32:22 -07:00
Chris Bednarski
c73314cd38 Merge pull request #2514 from hazelesque/rackconnect-v2-update-accessipv4
openstack: store updated accessIPv4 from RackConnect
2015-07-27 16:43:17 -07:00
Chris Bednarski
715662f60b Reformat 2015-07-27 16:42:06 -07:00
Chris Bednarski
ff6a091531 Merge pull request #2512 from hazelesque/openstack-support-using-existing-keypair
openstack builder: support using existing keypair
2015-07-27 16:41:17 -07:00
Chris Bednarski
bd0ee8d3f7 Merge pull request #2513 from hazelesque/openstack-ip-debug-logging
openstack builder: log which IP address SSH will use
2015-07-27 16:40:46 -07:00
Hazel Smith
a7da0ffde1 openstack: store updated accessIPv4 from RackConnect 2015-07-27 23:07:25 +01:00
Hazel Smith
b47eb4cea9 openstack builder: support using existing keypair 2015-07-27 23:05:51 +01:00
Hazel Smith
ce54dba2d3 openstack builder: log which IP address SSH will use 2015-07-27 23:00:06 +01:00
Chris Bednarski
cd9e352b2e Merge pull request #2507 from punkle/master
Fix example code for digital ocean builder
2015-07-27 13:14:15 -07:00
Brian Fletcher
e7900ec5ef Fix example code for digital ocean builder
Remove command after size
2015-07-27 21:00:11 +01:00
Chris Bednarski
ef873ba210 Update version file so builds from master don't masquerade as 0.8.2 2015-07-26 16:33:56 -07:00
Gonzalo Peci
88ebc2f7e8 Add s.SSHPort variable as the port WinRM uses to connect. This is needed on any builder where the port used to connect is not the guest winrm port but a nated port on the host.
Similar behavior is used by the SSH communicator.
2015-07-27 09:57:38 +12:00
Chris Bednarski
c656a01b6c Merge pull request #2490 from mitchellh/docs-revamp
Reformat docs using htmlbeautifier and pandoc
2015-07-24 21:02:26 -07:00
Chris Bednarski
e0be4efefe Make the anchor work with reformat 2015-07-24 21:00:24 -07:00