Bug 839581
| Summary: | Embedding the jenkins-client to normal app after snapshot restoring the jenkins server app will fail. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Online | Reporter: | shjiang <shjiang> | ||||
| Component: | Containers | Assignee: | Dan Mace <dmace> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 2.x | CC: | chunchen, dmcphers | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-08-07 22:53:24 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
shjiang
2012-07-12 11:23:26 UTC
Created attachment 597772 [details]
broker log file
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/4e17b7c62a87b08a290664fb7a447f848bf356da Bug 839581: Reset system_builder credentials on jenkins restore It's fixed, verified on devenv_3604, please refer to the following results: 1.Create an jenkins app and normal app(eg.php-5.3); 2.Save the jenkins app using "rhc snapshot save"; 3.Embed the jenkins-client into php successfully; 4.Destroy jenkins server app 5.Create jenkins app again 6.Restore the jenkins server app using "rhc snapshot restore" 7.Embed jenkens-client to php again [root@F17-CCY test]# rhc cartridge add jenkins-client-1.4 -a cphp Adding jenkins-client-1.4 to application 'cphp' ... done jenkins-client-1.4 (Jenkins Client 1.4) --------------------------------------- Gears: Located with php-5.3 Job URL: https://cjk-cdm.dev.rhcloud.com/job/cphp-build/ Associated with job 'cphp-build' in Jenkins server. |