Skip to content

Support for block enable/disable and reduce warnings (Fixes #28, Fixes #29)

nordugrid-arc-bot requested to merge floridop/arc:dev-fixblockenable-mr into next

Begin arcbot message
This merge request is automatically copied from !399 (merged) orginally made by @floridop
End arcbot message

## Support for block enable/disable and reduce warnings (Fixes #28 (closed), Fixes #29 (closed))

Fixes Bugzilla ticket(s)

BUGZ-3739

Description

Support for block enable/disable and reduce warnings (Fixes #28 (closed), Fixes #29 (closed))

Multiple fixes for block enablement, warnings and minor fixes

ARC1ClusterInfo.pm

  • Changed tabs to spaces
  • Changed block enablement for ldap
  • Fixed a bug in REST endpoint GLUE2 name

CEinfo.pl.in

  • Added some error checking on missing blocks
  • changed ldap block enabled check and error messages

ConfigCentral.pm.in

  • removed defaults datastructure (but might be used again for)
  • added enabled values for blocks and block checks
  • big rewrite of set_defaults to set hardcoded values not defined by arcconfig-parser and to test other dependencies not defined in arc.conf.reference
  • changes to getValueOf not to use the former hardcoded defaults

InfosysHelper.pm

  • changed tabs to spaces

test/initdevenv.sh

  • changed script to generate the parsers default file so to be able to develop offline (no a-rex running)

Merge request reports