Bug 849950
| Summary: | Cartridges like MongoDB will become the fist cartridge on the application details page sometimes. | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | OKD | Reporter: | Yujie Zhang <yujzhang> | ||||||||||||||||
| Component: | Website | Assignee: | Clayton Coleman <ccoleman> | ||||||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | ||||||||||||||||
| Severity: | low | Docs Contact: | |||||||||||||||||
| Priority: | medium | ||||||||||||||||||
| Version: | 2.x | CC: | mpatel, wsun, xtian | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | Unspecified | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| Whiteboard: | |||||||||||||||||||
| Fixed In Version: | devenv_2147 | Doc Type: | Bug Fix | ||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2012-09-17 21:29:26 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: |
|
||||||||||||||||||
Zend is missing the correct categories in its manifest. Compare manifest from ruby to manifest to Zend. Categories: - cartridge - web_framework It's also missing license, website, and Cart-Data (assuming there is some). lowering severity since zend is not getting released this sprint As of build devenv_2054 the manifest.yml is showing the correct categories but the UI is still showing zend-5.6 as the second cartridge and also not showing the Description in the app_types page. Name: zend-5.6 Display-Name: zend server v5.6.0 (noarch) Description: "Web Application Server for Business-Critical PHP Applications" Version: 5.6 License: "Commercial" License-Url: http://static.zend.com/topics/Zend-License-EULA-2010-09-2.pdf Vendor: Zend Categories: - cartridge - web_framework Website: http://www.zend.com (In reply to comment #4) Tested this issue on devenv_2119 and fork_ami_opensource_console_77, besides zend, it also exists on other applications now, like cakephp, so change the severity so you can take a look at this issue as soon as possible.Details see in attachment. Created attachment 610174 [details]
screenshot2
Remove FutureFeature keyword for this sprint to bring it to your attention, if it's still FutureFeature, feel free to add it back. Thanks There were bugs in cartridge tag reading in the site. Looking at backporting. Tested this issue on devenv_2040, still has this issue when creating diy application, could you please check this issue again? Created attachment 611363 [details]
Diy screen shot
https://github.com/openshift/crankcase/pull/466 DIY was "web-framework" instead of "web_framework" (In reply to comment #12) Will wait for devenv_2147 to test this issue. devenv_2147 is ready for testing (In reply to comment #9) Tested this issue on devenv_2149, still has this issue when creating diy application, so assign it back. Created attachment 611735 [details]
Diy screenshot2
expect to complete today Bug in crankcase was hiding deeper bug. https://github.com/openshift/li/pull/359 (In reply to comment #18) Tested this on INT and devenv_2156 today, this issue also exists after enabling jenkins for applications. Created attachment 612400 [details]
zend.png
verified on INT(devenv_2168)
Created attachment 612401 [details]
diy.png
(In reply to comment #18) hi Clayton, I tested this issue on stage today, it appeared on php application, seems this issue will randomly happen on different cartridge, so I will change it to a randomly bug and lower the severity in case it block stage. Created attachment 612712 [details]
php app
Tested this issue on devenv-stage_237, tried on all the cartridges, did not meet this issue again, so verify this bug. |
Created attachment 605902 [details] screenshot1 Description of problem: I created a zend application and embeded mongoDB and returned to the app details page, found that MongoDB became the fist app cartridge on details page, the first cartridge should be application type on details page. The issue always happens on zend application, and randomly happens on other applications. Version-Release number of selected component (if applicable): INT How reproducible:randomly Steps to Reproduce: 1.Go to openshift website and login 2.Create a zend application and embed mongodb 3.Check the application details page Actual results: MongoDB became the first cartridge on application details page.Details see in attachment please. Expected results: The first cartridge on details page should always be application type. Additional info: