Bug 888699

Summary: The git url is lost after adding quickstart from community.
Product: OKD Reporter: Yujie Zhang <yujzhang>
Component: WebsiteAssignee: Clayton Coleman <ccoleman>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: high Docs Contact:
Priority: high    
Version: 2.xCC: dmcphers, xtian
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: 2013-02-13 23:09:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
No git url of quickstart none

Description Yujie Zhang 2012-12-19 09:36:03 UTC
Created attachment 665999 [details]
No git url of quickstart

Description of problem:

After adding quickstart from community as admin user, the git url of quickstart is lost, I have to input the git url manually when creating template application. 

Version-Release number of selected component (if applicable):
devenv_2611

How reproducible:always


Steps to Reproduce:
1) run /etc/drupal6/drupal-setup.sh
2) verify the drupal6-openshift-features-application_quickstarts RPM is installed
3) from /usr/share/drupal6, run "drush en application_quickstarts" and then "drush cache-clear"
4) Restart all service
5) revert all the feature
6) Go to community and login using admin account
7) Click the "Content Management" button
8) Click "Create Content"
9) Click "Quickstart"
10) Input "Title", "Quickstart Tags", "Cartridges", "Git Repository URL", "Language"
11) Click the "Save" button.
12) Navigate to https://<devenv>/community/api/v1/quickstarts/promoted.json
13) Go to create application page, choose the template to create an application
  
Actual results:

There is no git url as default value of quickstart, users have to input git url manually to create template application.

Expected results:

The git url should be available as default value when creating template application after adding quickstart from community.

Additional info:

Comment 1 Clayton Coleman 2012-12-19 16:21:49 UTC
Already fixed in prod/stage, in devenv at: https://github.com/openshift/li/pull/728

Comment 2 Yujie Zhang 2012-12-20 07:47:55 UTC
Will test it after the pull request merged.

Comment 3 Yujie Zhang 2012-12-21 06:41:43 UTC
(In reply to comment #1)
Tested on devenv_2621 today, the git url will be the default value after adding the quickstart from community and the template applications can be created correctly.