Skip to content

Releases: HEP-Puppet/htcondor

v1.3.1: Merge pull request #52 from kreczko/bug-fixes

18 May 15:16
Compare
Choose a tag to compare

Version 1.3.0

09 Feb 18:27
Compare
Choose a tag to compare

Summary

  • Added cgroup support (#41)
  • added DETECTED_CPUS (#41)
    • updated travis-ci settings

Full list of changes

Changes since version 1.2.0

Version 1.2.0

12 Mar 08:59
Compare
Choose a tag to compare

Version 1.2.0

Full list of changes with respect to version 1.1.0

Changes w.r.t v1.1.0

Summary

New features/additions

  • added kerberos map file option with examples
  • added certificate map file examples
  • added Ruby function to create AUTH strings for condor configuration

Changes of default settings

  • setting default FILESYSTEM_DOMAIN to FQDN (does not assume shared file system)
  • setting of condor UID is now optional (default was 0 == root)

Bug fixes/cleaning up

  • cleaned up unit tests & README
  • (minor) fixes for condor UID implementation
  • making puppet manifests pass puppet-lint

v1.1.0

17 Oct 15:02
Compare
Choose a tag to compare

Minor version update after mergin from the cernops repository.

Features

  • #23 (defrag and partitionable slots)
  • #24 (option for development repositories)
  • #25 (added parameter for 'request_memory'),
  • #26 (email, default and filesystem domains)
  • #27 (fairshares update)
  • #28 (queues with hiera or config)
  • #29 (kerberos authentication)
  • #30 (ganglia monitoring)
  • #31 (picking default config & condor pool creation)
  • #32 (added memory overcommit)

Bugfixes:

  • #22 fixed assignment in condor config (':' -> '=')
  • #32 (excluded condor.i686 package + other minor fixes)

First version

22 Sep 10:27
Compare
Choose a tag to compare

Most of the code is already in production, but this is the first release before a major merge with the cernops branch (this will be 1.1.0).