Bug 837929
| Summary: | [Agent RPM] init-ec2 rpm does not disable jon-agent auto-startup | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Zhengping Jin <zjin> |
| Component: | Agent | Assignee: | Stefan Negrea <snegrea> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | JON 3.1.0 | CC: | snegrea |
| Target Milestone: | --- | ||
| Target Release: | JON 3.1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-11 10:59:28 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 837381 | ||
|
Description
Zhengping Jin
2012-07-05 20:35:36 UTC
having this block the rpm agent tracker 837381 The regular agent service is stopped and removed upon ec2 service install. And vice-versa, the ec2 service is stopped and removed and the regular service reinstalled on ec2 RPM removal. http://download.devel.redhat.com/brewroot/work/tasks/4773/4614773/jboss-on-agent-init-ec2-3.1.0.GA-8.el6_3.noarch.rpm $ rpm -qp --scripts jboss-on-agent-init-ec2-3.1.0.GA-8.el6_3.noarch.rpm postinstall scriptlet (using /bin/sh): /sbin/service jon-agent stop &> /dev/null /sbin/chkconfig --del jon-agent /sbin/chkconfig --add jon-agent-ec2 preuninstall scriptlet (using /bin/sh): if [ "$1" = "0" ]; then /sbin/service jon-agent-ec2 stop &> /dev/null /sbin/chkconfig --del jon-agent-ec2 /sbin/chkconfig --add jon-agent fi verified! |