Skip to content

Commit

Permalink
feat: removed old PilotsLogging machinery
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Nov 15, 2022
1 parent 97fd32c commit fa775c6
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 676 deletions.
Binary file not shown.
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ The following sections add some detail for the WMS systems.
architecture
Pilots/index
Pilots/Pilots3
PilotsLogging/index
Jobs/index
JobsPriorities
JobsMatching
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ It is based on layered architecture and is based on DIRAC architecture:
* JobStateUpdateHandler
* MatcherHandler
* OptimizationMindHandler
* PilotsLoggingHandler
* SandboxStoreHandler
* WMSAdministratorHandler
* WMSUtilities
Expand All @@ -97,11 +96,6 @@ It is based on layered architecture and is based on DIRAC architecture:
This database keeps track of all the submitted grid pilot jobs.
It also registers the mapping of the DIRAC jobs to the pilot agents.

* PilotsLoggingDB:
PilotsLoggingDB class is a front-end to the Pilots Logging Database.
This database keeps track of all the submitted grid pilot jobs.
It also registers the mapping of the DIRAC jobs to the pilot agents.

* SandboxMetadataDB
SandboxMetadataDB class is a front-end to the metadata for sandboxes.

Expand Down
5 changes: 0 additions & 5 deletions src/DIRAC/WorkloadManagementSystem/Agent/SiteDirector.py
Original file line number Diff line number Diff line change
Expand Up @@ -984,11 +984,6 @@ def _getPilotOptions(self, queue, **kwargs):
else:
self.log.info("DIRAC project will be installed by pilots")

# Pilot Logging defined?
pilotLogging = opsHelper.getValue("/Services/JobMonitoring/usePilotsLoggingFlag", False)
if pilotLogging:
pilotOptions.append("-z ")

pilotOptions.append("--pythonVersion=3")

# Debug
Expand Down
45 changes: 0 additions & 45 deletions src/DIRAC/WorkloadManagementSystem/Client/PilotsLoggingClient.py

This file was deleted.

16 changes: 1 addition & 15 deletions src/DIRAC/WorkloadManagementSystem/ConfigTemplate.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Services
}
}
##END
#Parameters of the Pilots service
#Parameters of the PilotManager service
PilotManager
{
Port = 9171
Expand All @@ -111,20 +111,6 @@ Services
Default = authenticated
}
}
#Parameters of the PilotsLogging service
PilotsLogging
{
Port = 9146
Authorization
{
Default = Operator
getPilotsLogging = authenticated
addPilotsLogging = Operator
deletePilotsLogging = Operator
}
Enable = No
PilotsLoggingQueue = serviceURL::QueueType::QueueName
}
##BEGIN SandboxStore
SandboxStore
{
Expand Down
190 changes: 0 additions & 190 deletions src/DIRAC/WorkloadManagementSystem/DB/PilotsLoggingDB.py

This file was deleted.

2 changes: 0 additions & 2 deletions src/DIRAC/WorkloadManagementSystem/DB/PilotsLoggingDB.sql

This file was deleted.

Loading

0 comments on commit fa775c6

Please sign in to comment.