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

Update microservices config to point to new MSCore location #1192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion reqmgr2ms/config-monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The couch host is defined during deployment time.
data.couch_host = COUCH_URL
data.couch_wmstats_db = "wmstats"
data.manager = 'WMCore.MicroService.MSManager.MSManager'
data.manager = 'WMCore.MicroService.MSCore.MSManager.MSManager'
data.reqmgr2Url = "%s/reqmgr2" % BASE_URL
data.enableStatusTransition = True
data.verbose = True
Expand Down
2 changes: 1 addition & 1 deletion reqmgr2ms/config-output.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# The couch host is defined during deployment time.
data.couch_host = COUCH_URL
data.couch_wmstats_db = "wmstats"
data.manager = 'WMCore.MicroService.MSManager.MSManager'
data.manager = 'WMCore.MicroService.MSCore.MSManager.MSManager'
data.reqmgr2Url = "%s/reqmgr2" % BASE_URL
data.limitRequestsPerCycle = 500
# Allows or not some alert notifications to be sent to the production-admin egroup
Expand Down
2 changes: 1 addition & 1 deletion reqmgr2ms/config-ruleCleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# The couch host is defined during deployment time.
data.couch_host = COUCH_URL
data.couch_wmstats_db = "wmstats"
data.manager = 'WMCore.MicroService.MSManager.MSManager'
data.manager = 'WMCore.MicroService.MSCore.MSManager.MSManager'
data.reqmgr2Url = "%s/reqmgr2" % BASE_URL
data.msOutputUrl = "%s/ms-output" % BASE_URL
data.wmstatsUrl = "%s/wmstatsserver" % BASE_URL
Expand Down
2 changes: 1 addition & 1 deletion reqmgr2ms/config-transferor.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# The couch host is defined during deployment time.
data.couch_host = COUCH_URL
data.couch_wmstats_db = "wmstats"
data.manager = 'WMCore.MicroService.MSManager.MSManager'
data.manager = 'WMCore.MicroService.MSCore.MSManager.MSManager'
data.reqmgr2Url = "%s/reqmgr2" % BASE_URL
data.limitRequestsPerCycle = 500
data.enableStatusTransition = True
Expand Down
2 changes: 1 addition & 1 deletion reqmgr2ms/config-unmerged.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# The couch host is defined during deployment time.
data.couch_host = COUCH_URL
data.couch_wmstats_db = "wmstats"
data.manager = 'WMCore.MicroService.MSManager.MSManager'
data.manager = 'WMCore.MicroService.MSCore.MSManager.MSManager'
data.reqmgr2Url = "%s/reqmgr2" % BASE_URL
data.wmstatsUrl = "%s/wmstatsserver" % BASE_URL
# VMs still rely on a local MongoDB instance
Expand Down