Hide Forgot
Description of problem: The current out-of-box 99configd.config does not configure ALLOW_ADMINISTRATOR in a way that allows the configd to restart or reconfig. So configurations cannot be updated via wallaby. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Start with out-of-box 99configd.config 2. Attempt to set a new configuration via wallaby, and activate 3. The target machine will not succeed in restart/reconfig, so new configuration won't take effect Expected results: New configurations should take effect on activation. Additional info: Expected fix is to have 99configd.config include this: ALLOW_ADMINISTRATOR = $(ALLOW_ADMINISTRATOR), $(IP_ADDRESS)
Added $(IP_ADDRESS) to ALLOW_ADMINISTRATOR in 99configd.config Fixed on master.
ALLO_ADMINISTRATOR has proper value in 99configd.config after installation of condor-win-7.6.1-0.11 in Windows.
grep ALLOW_ADMINISTRATOR /etc/condor/config.d/99configd.config ALLOW_ADMINISTRATOR = $(ALLOW_ADMINISTRATOR), $(FULL_HOSTNAME), $(IP_ADDRESS) Proper value is in 99configd.config as expected on all supported platforms - RHEL5,6/x86,x86_64 >>> VERIFIED
Tested on condor-7.6.1-0.10