Bug 917513
| Summary: | should give reasonable messages when failed to embed mms-agent | ||
|---|---|---|---|
| Product: | OKD | Reporter: | chunchen <chunchen> |
| Component: | Containers | Assignee: | Jhon Honce <jhonce> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | dmcphers, wsun |
| 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-03-15 14:22:13 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
2013-03-04 08:49:49 UTC
Commits pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/f5c0b18767006c99d821865c608e7333b33dc897 Bug 916958, Bug 917513 - V1 Model not honoring Broker contract * All cartridge stdout messages where not propagated to the Broker when cartridge returned non-zero exit status https://github.com/openshift/origin-server/commit/d413061989515a92e1b00329ffbb09f216d12e87 Merge pull request #1531 from jwhonce/bug/916958 Bug 916958, Bug 917513 - V1 Model not honoring Broker contract it's not fixed, reproduced on devenv_2892 with rhc-1.5.9 (In reply to comment #3) > it's not fixed, reproduced on devenv_2892 with rhc-1.5.9 Fixed on devenv_2894, so change status to Verified Results: 1. Create a non-scalable app 2. Embed mongodb and rockmongo to the app 3. Embed mms-agent to the app [root@fedora17_ccy 0226]# rhc cartridge add 10gen-mms-agent-0.1 -a cas00 Adding 10gen-mms-agent-0.1 to application 'cas00' ... Invalid cartridge. Missing settings.py file: /var/lib/openshift/51355c5ba11aca9e1a00000b//app-root/repo/.openshift/mms/settings.py This file is part of the agent zip file: 10gen-mms-agent-<group-name>.zip The zip file is available to download from https://mms.10gen.com/ after you register with their service. It contains your 10gen MMS credentials and is required for running the agent. You will need to add this file and then do a git commit and push before you can embed the 10gen-mms-agent-0.1 cartridge. |