forked from Azure/aks-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use westus2 for swarm tests (Azure#3956)
- Loading branch information
1 parent
6dd1876
commit 962c5a0
Showing
9 changed files
with
29 additions
and
22 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
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 |
---|---|---|
@@ -1,10 +1,12 @@ | ||
{ | ||
"deployments": [ | ||
{ | ||
"cluster_definition": "swarm.json" | ||
"cluster_definition": "swarm.json", | ||
"location": "westus2" | ||
}, | ||
{ | ||
"cluster_definition": "disks-managed/swarm-preAttachedDisks-vmss.json" | ||
"cluster_definition": "disks-managed/swarm-preAttachedDisks-vmss.json", | ||
"location": "westus2" | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -1,19 +1,24 @@ | ||
{ | ||
"deployments": [ | ||
{ | ||
"cluster_definition": "disks-managed/swarmmode-vmas.json" | ||
"cluster_definition": "disks-managed/swarmmode-vmas.json", | ||
"location": "westus2" | ||
}, | ||
{ | ||
"cluster_definition": "disks-managed/swarmmode-vmss.json" | ||
"cluster_definition": "disks-managed/swarmmode-vmss.json", | ||
"location": "westus2" | ||
}, | ||
{ | ||
"cluster_definition": "disks-storageaccount/swarmmode.json" | ||
"cluster_definition": "disks-storageaccount/swarmmode.json", | ||
"location": "westus2" | ||
}, | ||
{ | ||
"cluster_definition": "v20170131/swarmmode.json" | ||
"cluster_definition": "v20170131/swarmmode.json", | ||
"location": "westus2" | ||
}, | ||
{ | ||
"cluster_definition": "vnet/swarmmodevnet.json" | ||
"cluster_definition": "vnet/swarmmodevnet.json", | ||
"location": "westus2" | ||
} | ||
] | ||
} |