Skip to content

Releases: opensciencegrid/osg-configure

Version 4.1.1

23 Dec 04:37
v4.1.1
Compare
Choose a tag to compare

Version 4.1.1 (SOFTWARE-5122)
- Fix gratia DataFolder/PER_JOB_HISTORY_DIR check for HTCondor-CE with an HTCondor batch system (SOFTWARE-5115)

Version 4.1.0

23 Dec 04:36
v4.1.0
e948d4b
Compare
Choose a tag to compare
  • Add osg-ce-attributes-generator script (SOFTWARE-4895)
  • Use Bosco.batch value in resource catalog if Bosco is enabled (SOFTWARE-3720)
  • Prefer condor_remote_cluster to bosco_cluster if both are available (SOFTWARE-4973)

4.0.0

25 Feb 19:56
dcd0231
Compare
Choose a tag to compare

This is a new major release of OSG-Configure. It is intended for the OSG 3.6 series and has the following changes since 3.11.0:

  • Gratia config module no longer configures specific batch system probes, only the htcondor-ce probe (SOFTWARE-3865)
  • Several OSG_* environment variables have been removed (SOFTWARE-3011)
  • Many attributes in the Site Information section (40-siteinfo.ini) were removed, along with their associated environment variables (SOFTWARE-3471)
  • LCMAPS configuration (10-misc.ini and the associated osg-configure-misc RPM) has been removed (SOFTWARE-4507)
  • Site Information.resource_group is now mandatory on CEs (SOFTWARE-4107)
  • 30-gip.ini has been renamed to 31-cluster.ini; the associated RPM is osg-configure-cluster (SOFTWARE-4485)
  • RSV configuration has been deprecated and using it will print out a warning. It will be removed in a future v4 release. (SOFTWARE-4511)

3.99.2 prerelease

24 Feb 03:33
Compare
Choose a tag to compare
3.99.2 prerelease Pre-release
Pre-release

This is a prerelease for OSG-Configure 4.0.0. It is intended for the OSG 3.6 series and has the following changes:

  • Gratia config module no longer configures specific batch system probes, only the htcondor-ce probe (SOFTWARE-3865)
  • Several OSG_* environment variables have been removed (SOFTWARE-3011)
  • Many attributes in the Site Information section (40-siteinfo.ini) were removed, along with their associated environment variables (SOFTWARE-3471)
  • LCMAPS configuration (10-misc.ini and the associated osg-configure-misc RPM) has been removed (SOFTWARE-4507)
  • Site Information.resource_group is now mandatory on CEs (SOFTWARE-4107)
  • 30-gip.ini has been renamed to 31-cluster.ini; the associated RPM is osg-configure-cluster (SOFTWARE-4485)

3.11.0

20 Jan 16:45
Compare
Choose a tag to compare
  • Add Pilot sections (SOFTWARE-4177)
  • Make fetch-crl success optional (though give a warning on failure)
  • Don't try to resolve the Squid server, since it only needs to be visible from the workers, not the CE

3.10.0

15 Sep 14:39
Compare
Choose a tag to compare

This is the first release with EL8 support. All of the Python code has been converted from Python 2 to 3, and Python 2 support has been dropped.

3.1.1

01 Feb 01:15
Compare
Choose a tag to compare

This release relaxes the hostname validation in the Site Information section, turning a hostname that doesn't resolve (in DNS) to a warning instead of an error. This is to make installing CEs in containers easier.

In addition, the change in 3.0.0 to make resource_group mandatory on CEs was reverted, since it was an unnecessary duplicate of information in topology.

2.5.1

01 Feb 01:11
Compare
Choose a tag to compare

This release relaxes the hostname validation in the Site Information section, turning a hostname that doesn't resolve (in DNS) to a warning instead of an error. This is to make installing CEs in containers easier.

OSG-Configure 2.5.0

17 Oct 20:11
Compare
Choose a tag to compare

Add support for bosco_cluster override directories (SOFTWARE-3818). Users may now override Bosco scripts and configuration by specifying the path to an override directory in /etc/osg/config.d/20-bosco.ini:

override_dir = <PATH TO OVERRIDE DIR>

The override directory should contain directories and files that match the directory structure of the Bosco installation, e.g. glite/bin/slurm_submit.sh.

OSG-Configure 3.1.0

13 Sep 18:48
947d781
Compare
Choose a tag to compare

Add support for bosco_cluster override directories (SOFTWARE-3818). Users may now override Bosco scripts and configuration by specifying the path to an override directory in /etc/osg/config.d/20-bosco.ini:

override_dir = <PATH TO OVERRIDE DIR>

The override directory should contain directories and files that match the directory structure of the Bosco installation, e.g. glite/bin/slurm_submit.sh.