forked from nextflow-io/nextflow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add azure batch pool virtualNetwork option (nextflow-io#3723)
Signed-off-by: Ben Sherman <[email protected]> Co-authored-by: Paolo Di Tommaso <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -418,6 +418,7 @@ azure.batch.pools.<name>.scaleInterval Specify the interval at which to | |
azure.batch.pools.<name>.schedulePolicy Specify the scheduling policy for the pool identified with ``<name>``. It can be either ``spread`` or ``pack`` (default: ``spread``). | ||
azure.batch.pools.<name>.privileged Enable the task to run with elevated access. Ignored if `runAs` is set (default: ``false``). | ||
azure.batch.pools.<name>.runAs Specify the username under which the task is run. The user must already exist on each node of the pool. | ||
azure.batch.pools.<name>.virtualNetwork Specify the subnet ID of a virtual network in which to create the pool (requires version ``23.03.0-edge`` or later). | ||
azure.registry.server Specify the container registry from which to pull the Docker images (default: ``docker.io``, requires ``[email protected]``). | ||
azure.registry.userName Specify the username to connect to a private container registry (requires ``[email protected]``). | ||
azure.registry.password Specify the password to connect to a private container registry (requires ``[email protected]``). | ||
|
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