Bug 808027
| Summary: | [EAP6] support for jboss.server.{default,domain,host}.config properties | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Libor Zoubek <lzoubek> |
| Component: | Agent | Assignee: | Charles Crouch <ccrouch> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.3 | CC: | hbrock, hrupp, theute |
| Target Milestone: | --- | ||
| Target Release: | RHQ 4.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 4.4 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-08-31 10:13:31 UTC | Type: | --- |
| 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: | 707223 | ||
|
Description
Libor Zoubek
2012-03-29 11:36:03 UTC
per BZ triage 4/2/2012 HIGH Fixed in master: http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commitdiff;h=4c38f96 This can be tested as follows: standalone ---------- ./standalone.sh --server-config=standalone-full.xml # also try: ./standalone.sh -c standalone-full.xml # and: ./standalone.sh -c=standalone-full.xml domain ------ cd domain/configuration cp domain.xml domain2.xml cp host.xml host2.xml cd ../../bin ./domain.sh --domain-config=domain2.xml --host-config=host2.xml # also try: ./domain.sh -c domain2.xml --host-config=host2.xml # and: ./domain.sh -c=domain2.xml --host-config=host2.xml After starting the server instances, run "discovery --verbose" from the Agent command prompt and verify that the *config plugin config props got set correctly. Bulk close of old bugs in VERIFIED state. |