Bug 1043620

Summary: Cannot create scalable cartridge without specifying service category
Product: OpenShift Online Reporter: Ben Parees <bparees>
Component: PodAssignee: Ben Parees <bparees>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: unspecified    
Version: 2.xCC: jhou, 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: 2014-03-12 03:05:55 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:

Description Ben Parees 2013-12-16 18:23:09 UTC
Currently cartridges that do not declare either the plugin or service category cannot be deployed as scalable.  web frameworks should be able to be deployed as scalable without explicitly specifying the service category.

Comment 1 openshift-github-bot 2013-12-19 22:01:02 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/7f4e4f827077044eaa66be22bd96eba98537bc5c
Bug 1043620 - Cannot create scalable cartridge without specifying service category

Comment 2 Xiaoli Tian 2013-12-20 05:51:07 UTC
Back to ON_QA for testing.

Comment 3 zhaozhanqi 2013-12-23 07:24:10 UTC
Tested this issue on devenv_4167, the steps are:

1) remove '- service' from Categories in manifest.yml
  i.e.
 https://raw.github.com/zhaozhanqi/phpv2/master/metadata/manifest.yml

 Categories:
  
  - php
  - web_framework

2. Create one scale app with download cartridge .

app could be added successfully.