mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:18:59 +08:00
Custom provider_config options for NodeProvider implementations (#4075)
* added a key to send custom provider_config options to NodeProvider implementations * Update autoscaler.py * Update autoscaler.py
This commit is contained in:
committed by
Eric Liang
parent
a54386e499
commit
ae4dd1db76
@@ -73,6 +73,7 @@ CLUSTER_CONFIG_SCHEMA = {
|
||||
"head_ip": (str, OPTIONAL), # local cluster head node
|
||||
"worker_ips": (list, OPTIONAL), # local cluster worker nodes
|
||||
"use_internal_ips": (bool, OPTIONAL), # don't require public ips
|
||||
"extra_config": (dict, OPTIONAL), # provider-specific config
|
||||
},
|
||||
REQUIRED),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user