- 24 Jun, 2015 3 commits
-
-
Schreiter, Wulf-Thilo authored
Since the chef-client provisioner is cleaning the node and client at the chef-server from the provisioned node it needs to have a flexible configuration This is replacing the used knife flags: -s '<chef-server-url>' -k '/tmp/packer-chef-client/client.pem' -u '<client-name>' and puts their values into a generated knife.rb Additionally the knife.rb may include the optional ssl_verify_mode attribute to enable the verify mode verify_none Background: When deleting node and client to a self-hosted chef-server using self signed cerfiticates the usage of knife node delete <node-name> -y -s '<chef-server-url>' -k '/tmp/packer-chef-client/client.pem' -u '<client-name>' will lead into a ssl verification failure. The error output of the knife call is somthing like: 2015/06/24 12:29:17 ui: docker: WARNING: No knife configuration file found docker: WARNING: No knife configuration file found 2015/06/24 12:29:17 ui: docker: ERROR: SSL Validation failure connecting to host: 172.16.117.63 - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed docker: ERROR: SSL Validation failure connecting to host: 172.16.117.63 - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed 2015/06/24 12:29:17 ui: docker: ERROR: Could not establish a secure connection to the server. docker: ERROR: Could not establish a secure connection to the server. 2015/06/24 12:29:17 ui: docker: Use 'knife ssl check' to troubleshoot your SSL configuration. docker: Use 'knife ssl check' to troubleshoot your SSL configuration. 2015/06/24 12:29:17 ui: docker: If your Chef Server uses a self-signed certificate, you can use docker: If your Chef Server uses a self-signed certificate, you can use 2015/06/24 12:29:17 ui: docker: 'knife ssl fetch' to make knife trust the server's certificates. docker: 'knife ssl fetch' to make knife trust the server's certificates. 2015/06/24 12:29:17 ui: docker: docker: 2015/06/24 12:29:17 ui: docker: Original Exception: OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed docker: Original Exception: OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed 2015/06/24 12:29:17 packer-builder-docker: 2015/06/24 12:29:17 Executed command exit status: 100
-
Mitchell Hashimoto authored
website: Fix DigitalOcean section of getting started docs.
-
John (Jack) Brown authored
This updates the example for adding DigitalOcean as a provider in the beginning tutorial. It looks like it hadn't been updated in some time, and was using old settings. I've updated it and confirmed it works.
-
- 23 Jun, 2015 28 commits
-
-
Mitchell Hashimoto authored
helper/communicator: support disabling SSH agent
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Clint authored
-
Clint authored
builder/amazon-chroot: add mount_options configuration option
-
Mitchell Hashimoto authored
-
Clint Shryock authored
-
Mitchell Hashimoto authored
builder/qemu: default acceleration to tcg on Windows [GH-2284]
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint authored
builder/amazon-chroot: various fixing and debugging of chroot builder
-
Clint Shryock authored
-
Mitchell Hashimoto authored
fix file download provisioner
-
Mitchell Hashimoto authored
-
Clint Shryock authored
-
Mitchell Hashimoto authored
allow import qemu builded artifacts
-
Clint Shryock authored
-
Vasiliy Tolstov authored
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
-
Vasiliy Tolstov authored
when file used with download direction we don't need to check source on builder because it on machine. Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
-
Clint Shryock authored
-
Clint Shryock authored
These are needed for chroot builder to work
-
Mitchell Hashimoto authored
-
- 22 Jun, 2015 9 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
-
https://github.com/rickard-von-essen/packerMitchell Hashimoto authored
Merge branch 'issue_2080' of https://github.com/rickard-von-essen/packer into rickard-von-essen-issue_2080
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
Adding disable sudo support to salt masterless
-