github.com/wallyworld/juju@v0.0.0-20161013125918-6cf1bc9d917a/cloud/fallback-public-cloud.yaml (about)

     1  # DO NOT EDIT, will be overwritten, use "juju update-clouds" to refresh.
     2  clouds:
     3    aws:
     4      type: ec2
     5      description: Amazon Web Services
     6      auth-types: [ access-key ]
     7      regions:
     8        us-east-1:
     9          endpoint: https://ec2.us-east-1.amazonaws.com
    10        us-west-1:
    11          endpoint: https://ec2.us-west-1.amazonaws.com
    12        us-west-2:
    13          endpoint: https://ec2.us-west-2.amazonaws.com
    14        eu-west-1:
    15          endpoint: https://ec2.eu-west-1.amazonaws.com
    16        eu-central-1:
    17          endpoint: https://ec2.eu-central-1.amazonaws.com
    18        ap-south-1:
    19          endpoint: https://ec2.ap-south-1.amazonaws.com
    20        ap-southeast-1:
    21          endpoint: https://ec2.ap-southeast-1.amazonaws.com
    22        ap-southeast-2:
    23          endpoint: https://ec2.ap-southeast-2.amazonaws.com
    24        ap-northeast-1:
    25          endpoint: https://ec2.ap-northeast-1.amazonaws.com
    26        ap-northeast-2:
    27          endpoint: https://ec2.ap-northeast-2.amazonaws.com
    28        sa-east-1:
    29          endpoint: https://ec2.sa-east-1.amazonaws.com
    30    aws-china:
    31      type: ec2
    32      description: Amazon China
    33      auth-types: [ access-key ]
    34      regions:
    35        cn-north-1:
    36          endpoint: https://ec2.cn-north-1.amazonaws.com.cn
    37    aws-gov:
    38      type: ec2
    39      description: Amazon (USA Government)
    40      auth-types: [ access-key ]
    41      regions:
    42        us-gov-west-1:
    43          endpoint: https://ec2.us-gov-west-1.amazonaws.com
    44    google:
    45      type: gce
    46      description: Google Cloud Platform
    47      auth-types: [ jsonfile, oauth2 ]
    48      regions:
    49        us-east1:
    50          endpoint: https://www.googleapis.com
    51        us-central1:
    52          endpoint: https://www.googleapis.com
    53        europe-west1:
    54          endpoint: https://www.googleapis.com
    55        asia-east1:
    56          endpoint: https://www.googleapis.com
    57    azure:
    58      type: azure
    59      description: Microsoft Azure
    60      auth-types: [ interactive, service-principal-secret ]
    61      regions:
    62        centralus:
    63          endpoint: https://management.azure.com
    64          storage-endpoint: https://core.windows.net
    65          identity-endpoint: https://graph.windows.net
    66        eastus:
    67          endpoint: https://management.azure.com
    68          storage-endpoint: https://core.windows.net
    69          identity-endpoint: https://graph.windows.net
    70        eastus2:
    71          endpoint: https://management.azure.com
    72          storage-endpoint: https://core.windows.net
    73          identity-endpoint: https://graph.windows.net
    74        northcentralus:
    75          endpoint: https://management.azure.com
    76          storage-endpoint: https://core.windows.net
    77          identity-endpoint: https://graph.windows.net
    78        southcentralus:
    79          endpoint: https://management.azure.com
    80          storage-endpoint: https://core.windows.net
    81          identity-endpoint: https://graph.windows.net
    82        westus:
    83          endpoint: https://management.azure.com
    84          storage-endpoint: https://core.windows.net
    85          identity-endpoint: https://graph.windows.net
    86        northeurope:
    87          endpoint: https://management.azure.com
    88          storage-endpoint: https://core.windows.net
    89          identity-endpoint: https://graph.windows.net
    90        westeurope:
    91          endpoint: https://management.azure.com
    92          storage-endpoint: https://core.windows.net
    93          identity-endpoint: https://graph.windows.net
    94        eastasia:
    95          endpoint: https://management.azure.com
    96          storage-endpoint: https://core.windows.net
    97          identity-endpoint: https://graph.windows.net
    98        southeastasia:
    99          endpoint: https://management.azure.com
   100          storage-endpoint: https://core.windows.net
   101          identity-endpoint: https://graph.windows.net
   102        japaneast:
   103          endpoint: https://management.azure.com
   104          storage-endpoint: https://core.windows.net
   105          identity-endpoint: https://graph.windows.net
   106        japanwest:
   107          endpoint: https://management.azure.com
   108          storage-endpoint: https://core.windows.net
   109          identity-endpoint: https://graph.windows.net
   110        brazilsouth:
   111          endpoint: https://management.azure.com
   112          storage-endpoint: https://core.windows.net
   113          identity-endpoint: https://graph.windows.net
   114        australiaeast:
   115          endpoint: https://management.azure.com
   116          storage-endpoint: https://core.windows.net
   117          identity-endpoint: https://graph.windows.net
   118        australiasoutheast:
   119          endpoint: https://management.azure.com
   120          storage-endpoint: https://core.windows.net
   121          identity-endpoint: https://graph.windows.net
   122        centralindia:
   123          endpoint: https://management.azure.com
   124          storage-endpoint: https://core.windows.net
   125          identity-endpoint: https://graph.windows.net
   126        southindia:
   127          endpoint: https://management.azure.com
   128          storage-endpoint: https://core.windows.net
   129          identity-endpoint: https://graph.windows.net
   130        westindia:
   131          endpoint: https://management.azure.com
   132          storage-endpoint: https://core.windows.net
   133          identity-endpoint: https://graph.windows.net
   134    azure-china:
   135      type: azure
   136      description: Microsoft Azure China
   137      auth-types: [ interactive, service-principal-secret ]
   138      regions:
   139        chinaeast:
   140          endpoint: https://management.chinacloudapi.cn
   141          storage-endpoint: https://core.chinacloudapi.cn
   142          identity-endpoint: https://graph.chinacloudapi.cn
   143        chinanorth:
   144          endpoint: https://management.chinacloudapi.cn
   145          storage-endpoint: https://core.chinacloudapi.cn
   146          identity-endpoint: https://graph.chinacloudapi.cn
   147    rackspace:
   148      type: rackspace
   149      description: Rackspace Cloud
   150      auth-types: [ userpass ]
   151      endpoint: https://identity.api.rackspacecloud.com/v2.0
   152      regions:
   153        dfw:
   154          endpoint: https://identity.api.rackspacecloud.com/v2.0
   155        ord:
   156          endpoint: https://identity.api.rackspacecloud.com/v2.0
   157        iad:
   158          endpoint: https://identity.api.rackspacecloud.com/v2.0
   159        lon:
   160          endpoint: https://lon.identity.api.rackspacecloud.com/v2.0
   161        syd:
   162          endpoint: https://identity.api.rackspacecloud.com/v2.0
   163        hkg:
   164          endpoint: https://identity.api.rackspacecloud.com/v2.0
   165    joyent:
   166      type: joyent
   167      description: Joyent Cloud
   168      auth-types: [ userpass ]
   169      regions:
   170        eu-ams-1: 
   171          endpoint: https://eu-ams-1.api.joyentcloud.com
   172        us-sw-1: 
   173          endpoint: https://us-sw-1.api.joyentcloud.com
   174        us-east-1: 
   175          endpoint: https://us-east-1.api.joyentcloud.com
   176        us-east-2: 
   177          endpoint: https://us-east-2.api.joyentcloud.com
   178        us-east-3: 
   179          endpoint: https://us-east-3.api.joyentcloud.com
   180        us-west-1: 
   181          endpoint: https://us-west-1.api.joyentcloud.com
   182    cloudsigma:
   183      type: cloudsigma
   184      description: CloudSigma Cloud
   185      auth-types: [ userpass ]
   186      regions:
   187        hnl:
   188          endpoint: https://hnl.cloudsigma.com/api/2.0/
   189        mia:
   190          endpoint: https://mia.cloudsigma.com/api/2.0/
   191        sjc:
   192          endpoint: https://sjc.cloudsigma.com/api/2.0/
   193        wdc:
   194          endpoint: https://wdc.cloudsigma.com/api/2.0/
   195        zrh:
   196          endpoint: https://zrh.cloudsigma.com/api/2.0/