-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Add support for IBM Cloud #434
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
1ebab05
Initial version of IBM Code Engine
macarronesc bd3f353
Added IBM backend to tests and setup
macarronesc d3ff567
Initial steps to create a Cluster and VMs on IBM
macarronesc a7148d8
Working on IBM Code Engine support
macarronesc 94792f3
Trying new way to connect Dask client with workers
macarronesc 3f7098d
Added a lot of changes
macarronesc 3bff4ff
Last tests
macarronesc 19284e9
Fixed Scheduler connection
macarronesc 920f1a8
Implemented worker execution
macarronesc f8ce77f
Cleaning and added logs
macarronesc f5ca242
Deleted unused imports
macarronesc 028830d
Improved command variable
macarronesc 06e1075
General cleaning
macarronesc 13d10ca
Added worker threads flag
macarronesc b0a94a4
Fixed issue with IBM delete vm
macarronesc 722d86e
Added IBM Cloud documentation
macarronesc 74b2273
Add parallel job run creation using worker threads
macarronesc dc35c0b
Merge remote-tracking branch 'upstream/main'
macarronesc df705ac
Updated IBM default region
macarronesc e5b103a
Required changes applied
macarronesc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from .code_engine import IBMCodeEngineCluster |
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Is there not a global location where IBM stores credentials? For example AWS stores things in
~/.aws/credentials
and we read it from there.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.
No, according to the documentation it is not stored anywhere visible to the user. That is why it is necessary to add the API key manually.