Releases: opensciencegrid/osg-configure
v3.0.0
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 errorauthorization_method=gridmap
will no longer enableedg-mkgridmap
gums_host
,glexec_location
, andcopy_host_cert_for_service_certs
have been removed and will be ignored
20-*.ini
(jobmanager configs)job_contact
,util_contact
, andaccept_limited
have been removed and will be ignored
30-rsv.ini
gram_ce_hosts
andgums_hosts
have been removed and will be ignored
40-siteinfo.ini
site_name
has been removed and will be ignoredresource
is now mandatoryresource_group
is now mandatory on CEshost_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 in40-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
in40-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)
Release 2.4.1
This release fixes a bug where the wrong User
was getting added to the .ssh/config
for bosco.
Release 2.4.0
Release 2.3.1
Release 2.3.0
This release disables the RSV gratia-consumer since the service it reports to will be inactive soon. (SOFTWARE-3218)
Release 2.2.4
Release 2.2.3
(SOFTWARE-3062)
This release fixes remaining references to the OSG TWiki.
Release 1.10.3
(SOFTWARE-3063)
This release fixes remaining references to the OSG TWiki.
Release 2.2.2
(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 to10-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.