Commit Graph

351 Commits (ba2b438001f426bcdfd8fcd06bca5bb41adaa10a)

Author SHA1 Message Date
Vespian 4750da3457 Add empty_groups param to ansible provisioner
10 years ago
Marat Bakeev 2791542171 Allow specifying environment variables for ansible provisioner
10 years ago
Chris Bednarski 6dd02e7912 Update ansible test to use the new Downloader interface
10 years ago
Vasiliy Tolstov feee19e4ed file provisioner improvements
10 years ago
Chris Bednarski d8aaf6175f Merge pull request #2470 from jsoriano/puppet-masterless-clean-staging
10 years ago
Chris Bednarski 3ae867446d Merge pull request #2660 from mafrosis/saltp
10 years ago
Billie H. Cleek 0cd54ed19e add options to configure host alias and groups
10 years ago
Chris Bednarski a6552f7c75 Merge pull request #3166 from ephemeralsnow/master
10 years ago
Billie Cleek a5ab53bf5e update ansible tests
10 years ago
Billie Cleek a23610ef41 cleanup ansible provisioner key generation
10 years ago
ephemeralsnow 3de8561a75 Add chmod to chef-solo provisioner
10 years ago
Chris Bednarski 569e6cc464 go fmt
10 years ago
Marat Bakeev c95b2b483f Merge branch ansible-provisioner of https://github.com/dkhenry/packer
10 years ago
Chris Bednarski 114bddfe36 Merge branch 'master' of https://github.com/mitchellh/packer
10 years ago
Chris Bednarski 1f6749096a Restore missing interpolation after merging ansible remote; fixes #3138
10 years ago
Billie H. Cleek bf3c294326 listen on system chosen port
10 years ago
Chris Bednarski 15f99a4aee Merge branch 'ansible-provisioner' of https://github.com/bhcleek/packer into f-ansible
10 years ago
Chris Bednarski 87532b1b00 Merge branch 'chef-provisioner-windows' of https://github.com/sneal/packer into f-chef-provisioner-windows
10 years ago
Matt Black 33071150c1 Salt provisioner: option to set logging level on Salt highstate run
10 years ago
Matt Black 9ccf298be9 Salt provisioner: option to ignore salt highstate failures fixes #2486
10 years ago
Matt Black 5cd15b52c5 Salt provisioner: dynamic command line args passed onto salt-call fixes #2652
10 years ago
Matt Black 7cb802f8a0 Salt provisioner: improved inputs validation
10 years ago
Chris Bednarski 3eabc6253d Merge pull request #2653 from evertrue/evertrue/eherot/add_data_bag_secret_to_chef_client
10 years ago
Billie Cleek 77c48678d6 eliminate possible race conditions
10 years ago
Billie Cleek d73e75a7cf fix panic when connection is closed before packer send Shutdown
10 years ago
David Zanetti 2668747c71 Rename noclean shell option to skip_clean, per pull feedback
10 years ago
David Zanetti 3d23655f2f Add "noclean" boolean to shell provisioner. This stops the provisioner from
10 years ago
Trevor Suarez f006a83c95 Fixing the bug found in the tests
11 years ago
Trevor Suarez 6ca02286d4 Test for when the config parameter isn't passed
11 years ago
Trevor Suarez 627a8fe819 Renaming the config parameter from "options"
11 years ago
Trevor Suarez 4ea7e3473d Testing the new options argument during the actual
11 years ago
Trevor Suarez 84e1b387c4 New test for preparing the new config parameter
11 years ago
Trevor Suarez ebed9e53fb Adding new "Options" configuration parameter for
11 years ago
Billie Cleek 2dc9e0af3f fix `go vet` identified issues
11 years ago
Billie H. Cleek 5366393f9f fix tests
11 years ago
Billie H. Cleek cc8ca3098e add ansible provisioner
11 years ago
Mark Peek 43cb854b3e Merge pull request #2568 from pecigonzalo/f-winrm-reboot
11 years ago
Mark Peek c48548b3bb go fmt
11 years ago
Mark Peek 1aad5cf6d5 provisioner/windows-restart: remove race in test
11 years ago
Mark Peek d87b68efe8 Syncronize cancellation in windows-restart tests
11 years ago
Shawn Neal 357e494ee3 Fix failing Windows guest command tests
11 years ago
Shawn Neal 8014dac742 Add Windows support to Chef provisioners
11 years ago
Shawn Neal affebcda86 Windows Powershell commands need to specify shell
11 years ago
Shawn Neal 67f6d6cdb5 Adds provisioner guest commands abstraction
11 years ago
Gonzalo Peci f01f62dc88 Add specific exit codes listed on https://msdn.microsoft.com/en-us/library/windows/desktop/ms681383(v=vs.85).aspx
11 years ago
Gonzalo Peci 8bd3e62853 Because the new functionality makes the ```waitForRestart()``` function run commands it modifies the value of ```comm.StartCmd.Command``` that is being checked, we need to implement the same workaround that is being used for the ```waitForCommunicator()``` function. This should make the test work again and retain functionality.
11 years ago
Gonzalo Peci 08359e409a Revert the shutdown command with new parameters as this will return proper exit codes. This will work in the same way as restart-computer -force when using ```shutdown /r /f /t 0```.
11 years ago
Gonzalo Peci 70083fc869 Add reboot checks before moving out of the reboot.
11 years ago
Tim Smith 72e8119233 Download chef from chef.io
11 years ago
Eric Herot f625c985af Chef-client provisioner: Add encrypted data bag secret support (Fixes #1945)
11 years ago