| Summary: | Nodes need to return useful info of the corresponding apps where jenkins-clients are added after deleting a Jenkins server | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Zhe Wang <zhewang> |
| Component: | Containers | Assignee: | Hiro Asari <hasari> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | hasari, jkeck, pruan, 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: | 2013-10-17 13:32:59 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
Zhe Wang
2013-09-30 04:18:58 UTC
Before: Deleting application 'jenkins' ... deleted Removed corresponding client: jenkins-client-1Removed corresponding client: jenkins-client-1 After: Deleting application 'jenkins' ... deleted Removed jenkins-client-1 from rack2 Removed jenkins-client-1 from rack Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/cc11a026d0e21ea22c333a93ec1b248fa684b057 Bug 1013429 Fix displayed text when the Jenkins server is deleted while applications with Jenkins jobs remain. Before: ``` Deleting application 'jenkins' ... deleted Removed corresponding client: jenkins-client-1Removed corresponding client: jenkins-client-1 ``` After: ``` Deleting application 'jenkins' ... deleted Removed jenkins-client-1 from rack2 Removed jenkins-client-1 from rack ``` verified with devenv_3855 pruan@homer-linux <DEV> .openshift]# rhc app delete jenkins This is a non-reversible action! Your application code and data will be permanently deleted if you continue! Are you sure you want to delete the application 'jenkins'? (yes|no): y Deleting application 'jenkins' ... deleted Removed jenkins-client-1 from php01 |