[autoscaler] Azure deployment fixes (#11613)

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
Scott Graham
2020-10-27 18:27:18 -04:00
committed by GitHub
parent 293483ed0b
commit c4ae94d60b
14 changed files with 108 additions and 77 deletions
+15 -9
View File
@@ -71,19 +71,23 @@ generated_python_directories = [
optional_ray_files = ["ray/nightly-wheels.yaml"]
ray_autoscaler_files = [
"ray/autoscaler/aws/defaults.yaml", "ray/autoscaler/azure/defaults.yaml",
"ray/autoscaler/azure/azure-vm-template.json",
"ray/autoscaler/azure/azure-config-template.json",
"ray/autoscaler/gcp/defaults.yaml", "ray/autoscaler/local/defaults.yaml",
"ray/autoscaler/aws/defaults.yaml",
"ray/autoscaler/azure/defaults.yaml",
"ray/autoscaler/_private/azure/azure-vm-template.json",
"ray/autoscaler/_private/azure/azure-config-template.json",
"ray/autoscaler/gcp/defaults.yaml",
"ray/autoscaler/local/defaults.yaml",
"ray/autoscaler/kubernetes/defaults.yaml",
"ray/autoscaler/kubernetes/kubectl-rsync.sh",
"ray/autoscaler/staroid/defaults.yaml", "ray/autoscaler/ray-schema.json"
"ray/autoscaler/staroid/defaults.yaml",
"ray/autoscaler/ray-schema.json",
]
ray_project_files = [
"ray/projects/schema.json", "ray/projects/templates/cluster_template.yaml",
"ray/projects/schema.json",
"ray/projects/templates/cluster_template.yaml",
"ray/projects/templates/project_template.yaml",
"ray/projects/templates/requirements.txt"
"ray/projects/templates/requirements.txt",
]
ray_dashboard_files = [
@@ -105,8 +109,10 @@ extras = {
"dataclasses; python_version < '3.7'"
],
"tune": [
"tabulate", "tensorboardX", "pandas",
"dataclasses; python_version < '3.7'"
"dataclasses; python_version < '3.7'",
"pandas",
"tabulate",
"tensorboardX",
]
}