Skip to content

fix for bug 3244 - use hostname or cluster alias as ClusterName for GLUE2 service name (Fixes BUGZ-3244)

Florido Paganelli requested to merge floridop/arc:dev-fix3244 into master

fix for bug 3244 - use hostname or cluster alias as ClusterName for GLUE2 service name

Link to Bugzilla ticket

BUGZ-3244

Description

missing hostname in GLUE2 ComputingService.Name due to variable renaming

Renaming the variable ClusterName in arc6 made the cluster alias or the hostname disappear in the arc6 GLUE2 rendering of ComputingService. It is now realigned with decisions taken in 2014, ComputingService.Name is either [infosys/cluster]:alias or the hostname (NOT FQDN) of the machine running AREX.

Edited by Maiken

Merge request reports