Bug 755769

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-dbAssignee: Robert Rati <rrati>
Status: CLOSED ERRATA QA Contact: Lubos Trilety <ltrilety>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: DevelopmentCC: 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
To assist in manual configuration of bug 707222, provide all parameters necessary to the base db.

The set is at least COLLECTOR_ARGS and SHARED_PORT_ARGS. Include full list of additions when completing this bug.

Comment 1 Robert Rati 2011-12-08 18:21:43 UTC
Added the following params:
COLLECTOR_ARGS
SHARED_PORT_ARGS

Fixed on branch:
BZ755769-collector-sharedport-params

Comment 3 Lubos Trilety 2012-01-05 15:29:14 UTC
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