Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.1] remove old PilotsLogging machinery #6556

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

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