-
Notifications
You must be signed in to change notification settings - Fork 8
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
Dev #494
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… finalized multiple routes handling.
Hotfix hybrid cloud
Fixed Validation Tests
Fixed Validation Configuration Tests
…is not known. Added a few other logs
Improved logging
* configuration update possible 515 * added experimental * fixed indentation * fixed missing newline at EOF. Summarized restarts. * added check for running workers * fixed multiple workers due to faulty update * updated tests and removed done todos * updated documentation * removed print
…the playbook run (#518) * changed theia to 900. Added apt-reactivate-auto-update as new 999. * added new line at end of file * changed list representation
jkrue
approved these changes
Sep 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bug Fixes
useMasterAsCompute: False
Master computes even if use master as compute set to false #455waitForCloudServices
a cloud specific key to accommodate hybrid clouds Made waitForServices a cloud specific key #465 where services are not present on every cloudautoMount
not working properly after updateFeatures
-u
--update
capability Update action 515 #516 (now allows updating the worker specification)sshTimeout
in the configuration file Added keyword for ssh_timeout and improved argument passing for ssh. #483 we also have added a key for later on demand scheduling is calledcloudScheduling: sshTimeout: 42
.onDemand: False
474 allow non on demandpermanent workers #487ansible.cfg
without needing to replace it everytime a bibigrid update comes around. Make custom ansible.cfg easier #485slurm.conf
without needing to replace it everytime a bibigrid update comes around. Allow for user given slurm.conf template #475ansible.cfg
so that new ansible roles can be included easily making use of theuserRoles
key Allow optional additional roles to be executed #439 (a dependency for Write 'starter pack' roles for workflow languages #440 )autoMount
is now more advanced Replace autoMount by mountPoints #506Other