Skip to content

Releases: HEP-Puppet/htcondor

Version 2.1.0

17 Jul 13:48
Compare
Choose a tag to compare

v2.1.0

Full Changelog

Implemented enhancements:

  • Add general knob turning #57

Merged pull requests:

Version 2.0.9

17 Jul 13:47
Compare
Choose a tag to compare

v2.0.9 (2018-07-17)

Full Changelog

Merged pull requests:

  • CGROUP_MEMORY_LIMIT_POLICY customizable #96 (ccnifo)
  • parameterize healthcheck script path #93 (ccnifo)

Version 2.0.8

31 May 19:39
Compare
Choose a tag to compare

v2.0.8

Full Changelog

Closed issues:

  • [Regression] Unable to specify actual expression for SINGULARITY_IMAGE_EXPR since 2.0.7 #91

Merged pull requests:

Version 2.0.7

31 May 15:32
Compare
Choose a tag to compare

v2.0.7

Full Changelog

Merged pull requests:

  • Fixing invalid SINGULARITY_IMAGE_EXPR by adding missing double-quotes #90 (kreczko)

Version 2.0.6

02 May 12:19
Compare
Choose a tag to compare

v2.0.6

Full Changelog

Merged pull requests:

Version 2.0.5

02 May 12:13
Compare
Choose a tag to compare

v2.0.5

Full Changelog

Merged pull requests:

  • Kerberos auth support in security config #88 (ccnifo)

Version 2.0.4

05 Feb 14:11
Compare
Choose a tag to compare

v2.0.4 (2018-02-05)

Full Changelog

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

03 Nov 12:56
7e71ffe
Compare
Choose a tag to compare

Full Changelog

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

17 Jul 09:58
Compare
Choose a tag to compare

Full Changelog

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

14 Jul 15:34
Compare
Choose a tag to compare

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 and custom_machine_attributes which can be used to add classads for STARTD_ATTRS and STARTD_JOB_ATTRS

Bug fixes

  • daemon list would be incorrect for some versions of Ruby. This was due to the use of and and or 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