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()
instance = <DIRAC.ConfigurationSystem.Client.Helpers.CSGlobals.Extensions object>
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

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()