Bug 1062789
| Summary: | Set quoting to enabled for newly created script server resources | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Larry O'Leary <loleary> |
| Component: | Operations | Assignee: | Thomas Segismont <tsegismo> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Sunil Kondkar <skondkar> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | JON 3.2.1 | CC: | jshaughn, loleary, lzoubek, skondkar, tsegismo |
| Target Milestone: | ER04 | ||
| Target Release: | JON 3.3.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-12-11 13:59:19 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: | 1020066 | ||
| Bug Blocks: | |||
|
Description
Larry O'Leary
2014-02-08 00:45:04 UTC
Clearing needinfo, was a mistake Fixed in master
commit ac9a5507af34a31947f92265a9ce62755102257e
Author: Thomas Segismont <tsegismo>
Date: Mon Sep 15 11:53:55 2014 +0200
Changed "quotingEnabled" attribute default value
Made ScriptDiscoveryComponent implement ResourceUpgradeFacet
Tracking upgraded resources with an hidden plugin config property ("quotingEnabledNeedsUpgrade")
Logging message when a Script Server component is started and "quotingEnabled" property is missing
Updated the "getConfiguredEscapeCharacter" method of the Script Server component class
branch: release/jon3.3.x link: https://github.com/rhq-project/rhq/commit/69bc9048b time: 2014-09-24 15:00:53 +0200 commit: 69bc9048b19cb7d93a76a60a7bac0617ca4a4c25 author: Thomas Segismont - tsegismo message: Bug 1062789 - Set quoting to enabled for newly created script server resources Changed "quotingEnabled" attribute default value Made ScriptDiscoveryComponent implement ResourceUpgradeFacet Tracking upgraded resources with an hidden plugin config property ("quotingEnabledNeedsUpgrade") Logging message when a Script Server component is started and "quotingEnabled" property is missing Updated the "getConfiguredEscapeCharacter" method of the Script Server component class (cherry picked from commit ac9a5507af34a31947f92265a9ce62755102257e) Signed-off-by: Libor Zoubek <lzoubek> Moving to ON_QA as available for test with build: https://brewweb.devel.redhat.com/buildinfo?buildID=388959 Verified on JON 3.3 ER04 Imported new script server resource and verified that 'Enable Quoting of Arguments' has value Yes. Verified that the quoting of arguments work in execute operation on script server resource. |