-
Notifications
You must be signed in to change notification settings - Fork 241
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
Issues/4455 support mesos roles #4456
Issues/4455 support mesos roles #4456
Conversation
@@ -28,7 +28,7 @@ | |||
# - don't import even standard modules at global scope without renaming them | |||
# to have leading/trailing underscores | |||
|
|||
baseVersion = '5.10.0a1' | |||
baseVersion = '5.9.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed by accident?
@@ -94,6 +94,9 @@ def __init__(self, config, maxCores, maxMemory, maxDisk): | |||
|
|||
# Address of the Mesos master in the form host:port where host can be an IP or a hostname | |||
self.mesos_endpoint = config.mesos_endpoint | |||
self.mesos_role = config.mesos_role | |||
self.mesos_name = config.mesos_name | |||
self.mesos_framework_id = config.mesos_framework_id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is never read.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wait maybe Scheduler uses it.
I merged this in #4464. |
Thanks a lot |
Changelog Entry
To be copied to the draft changelog by merger:
Allow use of mesos roles
Reviewer Checklist
issues/XXXX-fix-the-thing
in the Toil repo, or from an external repo.camelCase
that want to be insnake_case
.docs/running/{cliOptions,cwl,wdl}.rst
Merger Checklist