Skip to content

Releases: opensciencegrid/osg-configure

v3.0.0

28 Aug 22:00
Compare
Choose a tag to compare

OSG-Configure 3.0.0

This is a major update of OSG-Configure that is intended for the OSG 3.5 release series.
Many features that were deprecated have now been removed.

Config Changes

Here are the changes grouped by config file:

  • 10-gateway.ini
    • gram_gateway_enabled has been removed and will be ignored
  • 10-misc.ini
    • authorization_method=xacml is no longer valid and will raise an error
    • authorization_method=gridmap will no longer enable edg-mkgridmap
    • gums_host, glexec_location, and copy_host_cert_for_service_certs have been removed and will be ignored
  • 20-*.ini (jobmanager configs)
    • job_contact, util_contact, and accept_limited have been removed and will be ignored
  • 30-rsv.ini
    • gram_ce_hosts and gums_hosts have been removed and will be ignored
  • 40-siteinfo.ini
    • site_name has been removed and will be ignored
    • resource is now mandatory
    • resource_group is now mandatory on CEs
    • host_name is now mandatory on CEs

Other Changes

  • The InstallLocations module has been removed.
    The following environment variables will no longer be in the default job environment:

    • GLOBUS_LOCATION
    • OSG_USER_VO_MAP
    • OSG_GRIDFTP_LOG
  • The LegacyConfiguration module has been removed.
    The following environment variables will no longer be in the default job environment:

    • GRID3_SITE_NAME
    • GRID3_APP_DIR
    • GRID3_DATA_DIR
    • GRID3_TMP_DIR
    • GRID3_TMP_WN_DIR
    • GRID3_SPONSOR
    • GRID3_SITE_INFO
    • GRID3_UTIL_CONTACT
    • GRID3_JOB_CONTACT
    • GRID3_USR_VO_MAP
    • GRID3_GRIDFTP_LOG
    • GRID3_TRANSFER_CONTACT
  • The --enabled-services command-line option has been removed

Migration Instructions

The required tasks for migration are:

  • If you have site_name set in 40-siteinfo.ini, delete it specify
    resource instead. resource should match the resource name that's
    registered in OSG Topology.

  • If you are configuring a CE, set resource_group in 40-siteinfo.ini to the
    resource group registered in OSG Topology. (This is the name of the .yaml
    file that the resouce is located in.)

  • If you are configuring a CE, set host_name to the host name that is
    registered in OSG Topology. (This may be different from the FQDN of the host
    if you're using a DNS alias, for example.)

  • If you are using XACML (GUMS) for authentication on your CE, switch to
    LCMAPS VOMS authentication
    instead.

  • osg-configure will warn about config options that it does not recognize;
    delete these options from the config to get rid of the warnings.

More Information

See SOFTWARE-3789 and linked tickets for more information.

2.99.0 (prerelease for v3)

22 Aug 06:18
Compare
Choose a tag to compare
Pre-release

Release 2.4.1

16 Aug 20:43
Compare
Choose a tag to compare

This release fixes a bug where the wrong User was getting added to the .ssh/config for bosco.

Release 2.4.0

11 Jul 01:03
Compare
Choose a tag to compare

Release 2.3.1

27 Jun 19:55
Compare
Choose a tag to compare

Release 2.3.0

30 Apr 20:39
Compare
Choose a tag to compare

This release disables the RSV gratia-consumer since the service it reports to will be inactive soon. (SOFTWARE-3218)

Release 2.2.4

26 Apr 22:32
Compare
Choose a tag to compare

Release 2.2.3

12 Dec 22:26
20dd2df
Compare
Choose a tag to compare

(SOFTWARE-3062)

This release fixes remaining references to the OSG TWiki.

Release 1.10.3

12 Dec 22:27
74c5a86
Compare
Choose a tag to compare

(SOFTWARE-3063)

This release fixes remaining references to the OSG TWiki.

Release 2.2.2

24 Oct 21:11
Compare
Choose a tag to compare

(SOFTWARE-2942)

This release contains the following changes since 2.1.0:

  • Fix not detecting some invalid configs with -v (SOFTWARE-2772)
  • Configures GUMS before running gums-host-cron (SOFTWARE-2792)
  • Removed all GRAM code and made attempting to configure GRAM settings an error (SOFTWARE-2821, SOFTWARE-2822)
  • Properly detect when fetch-crl is missing (SOFTWARE-2891)
  • Don't use condor_config_val -expand -- unnecessary and broken on certain 8.7 versions of HTCondor (SOFTWARE-2902)
  • Add all_fqans option to 10-misc.ini for configuring vomsmap auth to look at all VOMS FQANs (SOFTWARE-2932)
  • Internal logging, exception handling improvements, and cleanup

These changes are also in release 1.10.2.