Bug 800321

Summary: Failed to deploy rails according to rails example on github
Product: OKD Reporter: jizhao
Component: ContainersAssignee: Dan McPherson <dmcphers>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: szhou
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-19 18:23:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description jizhao 2012-03-06 10:05:43 UTC
Description of problem:
Failed to perform git pull while deploying rails according to instructions on github.

Version-Release number of selected component (if applicable):
rhc-cartridge-rack-1.1-0.88.1-1.el6_2.noarch

How reproducible:
Always

Steps to Reproduce:
1.Create a rails application
$ rhc app create -a railsapp -t ruby-1.8
2.Add mysql support to your application
$ rhc app cartridge add -a railsapp -c mysql-5.1
3.Add this upstream rails quickstart repo
$ cd railsapp
$ git remote add upstream -m master git:openshift/rails-example.git
$ git pull -s recursive -X theirs upstream master
  
Actual results:
<----------------output------------>
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
<---------------------------------->

Expected results:
Git pull should succeed.

Additional info:

Comment 1 Dan McPherson 2012-03-06 15:16:23 UTC
Fixed in github

Comment 2 jizhao 2012-03-07 07:39:39 UTC
Verified on QE_devenv_1653.