Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
5b3c2097
Commit
5b3c2097
authored
Sep 02, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8831 from swindmill/devel
Add additional Azure Regions
parents
bfad2a8c
0c8576bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
library/cloud/azure
+10
-6
No files found.
library/cloud/azure
View file @
5b3c2097
...
...
@@ -145,15 +145,19 @@ import sys
import
time
from
urlparse
import
urlparse
AZURE_LOCATIONS
=
[
'East Asia'
,
'Southeast Asia'
,
'Brazil South'
,
AZURE_LOCATIONS
=
[
'South Central US'
,
'Central US'
,
'East US 2'
,
'East US'
,
'West US'
,
'North Central US'
,
'North Europe'
,
'West Europe'
,
'East Asia'
,
'Southeast Asia'
,
'Japan West'
,
'East US'
,
'South Central US'
,
'West US'
]
'Japan East'
,
'Brazil South'
]
AZURE_ROLE_SIZES
=
[
'ExtraSmall'
,
'Small'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment