Bug 586376

Summary: changes by remote configuration client don't apply in condor
Product: Red Hat Enterprise MRG Reporter: Martin Kudlej <mkudlej>
Component: wallaby-utilsAssignee: Robert Rati <rrati>
Status: CLOSED NOTABUG QA Contact: Martin Kudlej <mkudlej>
Severity: medium Docs Contact:
Priority: medium    
Version: DevelopmentCC: matt, rrati
Target Milestone: 1.3   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-04-27 18:27:32 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:

Description Martin Kudlej 2010-04-27 12:47:48 UTC
Version-Release number of selected component (if applicable):
RHEL 5.5 
condor-wallaby-tools-2.6-0.5
condor-7.4.3-0.11.el5

How reproducible:
100%

Steps to Reproduce:
1. install condor and condor_wallaby*
2. start wallaby-agent
3. load default configuration of store /var/lib/wallaby/snapshots/condor-base-db.snapshot
4. condor_configure_store -a -n `hostname`
5.  condor_configure_pool -n `hostname` -a -f Master,CentralManager,NodeAccess

Apply these changes [Y/n] ?
The following parameters need to be set for this configuration to be valid.
ALLOW_READ
QMF_BROKER_HOST
CONDOR_HOST
ALLOW_WRITE
Set these parameters now ? [y/N] y
ALLOW_READ: *
QMF_BROKER_HOST: 127.0.0.1
CONDOR_HOST: 127.0.0.1
ALLOW_WRITE: *
Configuration applied

Save this configuration [y/N] ? y
  Configuration Name: init
Configuration saved

Activate the changes [y/N] ? y
Configuration activated

6. condor_config_val -dump | grep -i allow_write
ALLOW_WRITE = $(FULL_HOSTNAME), $(FULL_HOSTNAME)

so remote configuration values don't apply in condor.

Comment 1 Robert Rati 2010-04-27 18:27:32 UTC
Misconfiguration on the client nodes.  QMF_BROKER_HOST was not set, so the configd was unable to find the store to retrieve configuration.