Releases: HEP-Puppet/htcondor
Releases · HEP-Puppet/htcondor
Version 2.1.0
Version 2.0.9
Version 2.0.8
Version 2.0.7
v2.0.7
Merged pull requests:
Version 2.0.6
Version 2.0.5
Version 2.0.4
v2.0.4 (2018-02-05)
Fixed bugs:
- CGROUPS setup in 20_workernode.config.erb #78
Closed issues:
- Badly initialized variables #79
- healhcheck script mode #77
- Some changes aren't working #73
- Changes in HTCondor 8.6.1 #58
Merged pull requests:
- Fixing permissions for worker healthcheck script (issue #77) #87 (kreczko)
- config::worker Fix puppet lint warning. #86 (olifre)
- Repair metadata.json syntax. #85 (olifre)
- Remove MOUNT_UNDER_SCRATCH if no folders are defined #84 (kreczko)
- Add parameters gpgcheck and gpgkey #83 (wiene)
- Central manager HA with shared port #82 (wiene)
- Setting of correct SELinux context for pool directory if we create it. #81 (olifre)
Version 2.0.3
Merged pull requests:
- Fixing CGroup issue and badly initialized variables #80 (kreczko)
- Add starter environment configuration #76 (olifre)
- init: Fixup parameter default values. #75 (olifre)
- Remove bad quotes from MOUNT_UNDER_SCRATCH variable. #74 (olifre)
- Allow to turn off debug notification. #72 (olifre)
- Add singularity support. #71 (olifre)
- security: Change CM authentication to use ALLOW instead of HOSTALLOW. #70 (olifre)
Version 2.0.2
Closed issues:
- Changes in CentOS7 cgroup setup #59
Merged pull requests:
- Implement SSL authentication #65 (olifre)
- htcondor::security Pull CERTIFICATE_MAPFILE out of krb-auth dependency. #64 (olifre)
- Allow to specify the source for certificate and kerberos map files. #63 (olifre)
- htcondor::sharedport: Add configuration for condor_shared_port daemon. #62 (olifre)
- Fix baseurl for yum repositories #61 (wiene)
Version 2.0.0
Version 2.0.0
Version 2.0.0 brought big changes to the module. The biggest change is a structural one.
htcondor::params.pp
was added to set defaults for all the parameters.
In addition, parameters are attempted to be read via hiera
first. Full merge
support for hashes and arrays is provided.
With these changes the htcondor::config.pp
was split into six pieces:
- the main config setting up the rest
- a common config part
- the security configuration
- separate configs for manager, scheduler & worker
The full detail of these changes can be seen in PR 53.
New features
- configure connection broker for private workers (i.e. workers that cannot be reached from the manager or scheduler but can reach the manager).
- enabled
ganglia
daemon for schedulers (previously only possible on managers) - flag to enable condor reporting, disabed by default
- added
use_anonymous_auth
- added
custom_machine_attributes
andcustom_machine_attributes
which can be used to add classads forSTARTD_ATTRS
andSTARTD_JOB_ATTRS
Bug fixes
- daemon list would be incorrect for some versions of Ruby. This was due to the use of
and
andor
operators which is incorrect for boolean comparisons. - added missing
cluster_has_multiple_domains
parameter (w.r.t to 2.0.0 beta) - removed repository dependency if it is disabled
Other
- changed config templates to ensure new line at the end of the file and reduced the use of
-%>
- workers are no longer able to write to schedulers by default
- new formatting for the security config: one line per entry for manager/scheduler/worker
- removed
use_pkg_config
parameter. - no longer changing
/etc/condor/condor_config
nor/etc/condor/condor_config.local
as recommended by the HTCondor team - content previously in
/etc/condor/condor_config.local
now in/etc/condor/config.d/00_config_local.config