[chef] Re: Application cookbook/bitbucket problem


Chronological Thread 
  • From: Fabien Delpierre < >
  • To:
  • Subject: [chef] Re: Application cookbook/bitbucket problem
  • Date: Tue, 16 Sep 2014 15:38:48 -0400

Can you replace:

deploy_key "-----BEGIN RSA PRIVATE KEY-----
    MIIEogIBAAKCAQEAyfREehADgLn/Bh27ePPDDkB78R9WpRD0Rr9ENJh4hpNwzSt2
    .
    .
    .
    uR60aI0Yfa68/LT/zP+TJjyu3iR69jVpHBxL/f2lEnGMydzJZ0s=
    -----END RSA PRIVATE KEY-----"

With:

deploy_key "/path/to/id_rsa"
(or whatever the file is called)?


On Tue, Sep 16, 2014 at 1:40 PM, Jim Fluke < " target="_blank"> > wrote:
Hello,

I am trying to install a local application from bitbucket to a Ubuntu 14.04 virtualBox VM. I keep getting an error on the keys for the ssh connection, but I can't see what is wrong with how I specify the private key. I have attached the Vagrant and cookbook files I am using. My cookbook is called CIRAdataApp and I am installing it to our local chef server.

Also note that the repository is under a bitbucket group account, cira-dpc, but that my ssh key is under my personal account. But, I have been able to check out the repository using this key pair with git commands on my desktop.

And here is the last part of the chef-client output with the git error:

Running handlers:
[2014-09-16T16:54:12+00:00] ERROR: Running exception handlers
Running handlers complete
[2014-09-16T16:54:12+00:00] ERROR: Exception handlers complete
[2014-09-16T16:54:12+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
Chef Client failed. 3 resources updated in 25.022724174 seconds
[2014-09-16T16:54:12+00:00] ERROR: deploy_revision[CIRAdataApp] (/var/chef/cache/cookbooks/application/providers/default.rb line 122) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '128'
---- Begin output of git ls-remote " :cira-dpc/api.ciradata.edu.git" "HEAD" ----
STDOUT:
STDERR: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
---- End output of git ls-remote " :cira-dpc/api.ciradata.edu.git" "HEAD" ----
Ran git ls-remote " :cira-dpc/api.ciradata.edu.git" "HEAD" returned 128
[2014-09-16T16:54:12+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)


Any help would be appreciated.

Thanks,
Jim




Archive powered by MHonArc 2.6.16.

§