| Summary: | Add params necessary for manual configuration of shared_port to base-db | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Matthew Farrellee <matt> |
| Component: | condor-wallaby-base-db | Assignee: | Robert Rati <rrati> |
| Status: | CLOSED ERRATA | QA Contact: | Lubos Trilety <ltrilety> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | Development | CC: | jneedle, ltoscano, ltrilety, matt, mkudlej |
| Target Milestone: | 2.1.1 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | condor-wallaby-base-db-1.18-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-03-06 12:09:56 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Matthew Farrellee
2011-11-22 01:26:20 UTC
Added the following params: COLLECTOR_ARGS SHARED_PORT_ARGS Fixed on branch: BZ755769-collector-sharedport-params Tested with:
condor-wallaby-base-db-1.19-1
Tested on RHEL5 and RHEL6
# cat /var/lib/condor-wallaby-base-db/condor-base-db.snapshot
...
- !ruby/object:Mrg::Grid::SerializedConfigs::Parameter
conflicts: []
default_val: ""
depends:
- COLLECTOR
description: Arguments to pass to the Collector daemon
kind: String
level: 0
must_change: false
name: COLLECTOR_ARGS
needs_restart: true
...
- !ruby/object:Mrg::Grid::SerializedConfigs::Parameter
conflicts: []
default_val: ""
depends:
- SHARED_PORT
description: Arguments to pass to the Shared Port daemon
kind: String
level: 0
must_change: false
name: SHARED_PORT_ARGS
needs_restart: true
...
# wallaby show-params COLLECTOR_ARGS SHARED_PORT_ARGS
Console Connection Established...
COLLECTOR_ARGS
kind: "String"
default: ""
description: "Arguments to pass to the Collector daemon"
must_change: false
requires_restart: true
visibility_level: 0
depends: ["COLLECTOR"]
conflicts: []
SHARED_PORT_ARGS
kind: "String"
default: ""
description: "Arguments to pass to the Shared Port daemon"
must_change: false
requires_restart: true
visibility_level: 0
depends: ["SHARED_PORT"]
conflicts: []
>>> VERIFIED
|