Skip to content

Latest commit

 

History

History
158 lines (115 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

158 lines (115 loc) · 10.3 KB

Change Log

v2.0.2 (2017-07-17)

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)

v2.0.0 (2017-07-14)

Full Changelog

Implemented enhancements:

  • Merging development branch into master #60 (kreczko)

Merged pull requests:

  • Fixing travis tests for Puppet 4.0 #67 (kreczko)

v1.3.1 (2017-05-18)

Full Changelog

Implemented enhancements:

Closed issues:

  • security considerations ? #42
  • wrong permissions if condor user != root #38

Merged pull requests:

v1.3.0 (2016-01-29)

Full Changelog

Implemented enhancements:

  • bumping version to 1.2.0 + tidying up #40 (kreczko)

Closed issues:

  • Publish on Puppet Forge #39
  • Swap repositories for dependency on grid_repos #3

Merged pull requests:

v1.2.0 (2014-11-12)

Full Changelog

Merged pull requests:

  • Added kerberos map file #37 (kreczko)
  • setting default FILESYSTEM_DOMAIN to FQDN (not all WNs have shared FS) #36 (kreczko)
  • Improving auth method setting #35 (kreczko)
  • Condor id fix, better tests and puppet-lint fixes #33 (kreczko)

v1.1.0 (2014-10-16)

Full Changelog

Closed issues:

  • htcondor files ownership #14

Merged pull requests:

v1.0.0 (2014-08-07)

[Full Changelog](https://github.com/hep-puppet/htcondor/compare/New features...v1.0.0)

Closed issues:

  • Generic template for fair shares #8
  • Fix fair shares and groups #4

Merged pull requests:

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

* This Change Log was automatically generated by github_changelog_generator