Bug 889978

Summary: [fork][model refactor] the app name is case-sensitive
Product: OKD Reporter: chunchen <chunchen>
Component: PodAssignee: Abhishek Gupta <abhgupta>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.xCC: chunchen, dmcphers, wsun, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: fork_ami_refctr1_380+ Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-13 23:38:15 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:

Description chunchen 2012-12-24 08:46:49 UTC
Description of problem:
when creating apps,the app name is case-sensitive

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

How reproducible:
always

Steps to Reproduce:
1.Create two apps
  one app named 'testapp' of diy-0.1, another app named 'testAPP' of python-2.6
  
Actual results:
Two apps created successfully

Expected results:
app name should be case-insensitive, so the app named 'testAPP' shouldn't be created successfully.

Additional info:
the bug is regression bug of fork , does not exist on stage

Comment 1 Abhishek Gupta 2013-01-04 18:32:56 UTC
Should be available in the next "qe-ready" form AMI - fork_ami_refctr1_380+

Comment 2 chunchen 2013-01-05 09:43:52 UTC
Verified on fork_ami_refctr1_381, it is ok

The Verified Results:

1. Create an app:
[root@fedora17_ccy 105]# rhc app create jbossas0 jbossas-7 -predhat
jbossas0 created Successfully.

2. Create another app with name "jbossAS0"
[root@fedora17_ccy 105]# rhc app create jbossAS0 jbossas-7 -predhat
Application Options
===================
  Namespace: dccy
  Cartridge: jbossas-7
  Gear Size: default
  Scaling:   no

Creating application 'jbossAS0' ... The supplied application name 'jbossAS0' already exists

so, the "jbossAS0" app created Failed.

Comment 3 Xiaoli Tian 2013-01-06 03:12:20 UTC
According to comment 2, move it to verified status.