-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Azure] SkyPilot provisioner for Azure (#3704)
* Use SkyPilot for status query * format * Avoid reconfig * Add todo * Add termination and stopping * add stop and termination into __init__ * get rid of azure special handling in backend * format * Fix filtering for autodown clusters * Move NSG waiting * wip * wip * working? * Fix and format * remove node providers * Add manifest and fix formating * Fix waiting for deletion * remove azure provider format * Skip termination for resource group does not exist * Add retry for fetching subscription ID * Fix provisioning state * Fix restarting instances by adding wait for pendings * fixs * fix * Add azure handler * adopt changes from node provider * format * fix merge conflict * format * Add detailed reason * fix import * Fix backward compat * fix head node fetching * format * fix existing instances * backward compat test for multi-node * backward compat for cached cluster info * fix back compat for provisioner update * minor * fix restarting * revert accidental changes * fix logging controller utils * add path * activate python env for sky jobs logs * fix quote * format * Longer timeout for docker initialization * fix * make cloud init more readable * fix * fix docker * fix tests * add region argument for eu-south-1 region * Add --region argument for storage aws s3 * Fix tests * longer * wip * wip * address comments * revert storage * revert changes
- Loading branch information
1 parent
bce117d
commit 465d36c
Showing
37 changed files
with
1,142 additions
and
1,272 deletions.
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
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
Oops, something went wrong.