CSGlobals

Some Helper functions to retrieve common location from the CS

class DIRAC.ConfigurationSystem.Client.Helpers.CSGlobals.Extensions(*args, **kwargs)

Bases: object

__init__()
getCSExtensions()
getExtensionData(extName)
getExtensionPath(extName)
getInstalledExtensions()

Deprecated: Use DIRAC.Core.Utilities.Extensions.extensionsByPriority instead

instance = None
DIRAC.ConfigurationSystem.Client.Helpers.CSGlobals.getCSExtensions()

Return list of extensions registered in the CS They do not include DIRAC

DIRAC.ConfigurationSystem.Client.Helpers.CSGlobals.getInstalledExtensions()

Return list of extensions registered in the CS and available in local installation

Deprecated: Use DIRAC.Core.Utilities.Extensions.extensionsByPriority instead

DIRAC.ConfigurationSystem.Client.Helpers.CSGlobals.getSetup()
DIRAC.ConfigurationSystem.Client.Helpers.CSGlobals.getVO(defaultVO='')

Return VO from configuration

DIRAC.ConfigurationSystem.Client.Helpers.CSGlobals.skipCACheck()
DIRAC.ConfigurationSystem.Client.Helpers.CSGlobals.useServerCertificate()