1# This file may be used in addition to, or instead of the files in the
2# cloud.providers.d/ directory. The format for this file, and all files in that
3# directory is identical.
4
5#my-digitalocean-config:
6#  driver: digitalocean
7#  client_key: wFGEwgregeqw3435gDger
8#  api_key: GDE43t43REGTrkilg43934t34qT43t4dgegerGEgg
9#  location: New York 1
10
11#my-aws-quick-start:
12#  driver: ec2
13#  id: HJGRYCILJLKJYG
14#  key: 'kdjgfsgm;woormgl/aserigjksjdhasdfgn'
15#  keyname: test
16#  securitygroup: quick-start
17#  private_key: /root/test.pem
18
19#my-aws-default:
20#  driver: ec2
21#  id: HJGRYCILJLKJYG
22#  key: 'kdjgfsgm;woormgl/aserigjksjdhasdfgn'
23#  keyname: test
24#  securitygroup: default
25#  private_key: /root/test.pem
26
27#my-gogrid-config:
28#  driver: gogrid
29#  apikey: asdff7896asdh789
30#  sharedsecret: saltybacon
31
32#my-openstack-hp-config:
33#  driver: openstack
34#  identity_url: 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/'
35#  compute_name: Compute
36#  compute_region: 'az-1.region-a.geo-1'
37#  tenant: myuser-tenant1
38#  user: myuser
39#  ssh_key_name: mykey
40#  ssh_key_file: '/etc/salt/hpcloud/mykey.pem'
41#  password: mypass
42
43#my-ibmsce-config:
44#  driver: ibmsce
45#  user: myuser@mycorp.com
46#  password: mypass
47#  ssh_key_name: mykey
48#  ssh_key_file: '/etc/salt/ibm/mykey.pem'
49#  location: Raleigh
50
51#my-joyent-config:
52#    driver: joyent
53#    user: fred
54#    password: saltybacon
55#    private_key: /root/joyent.pem
56
57#my-linode-config:
58#  driver: linode
59#  apikey: asldkgfakl;sdfjsjaslfjaklsdjf;askldjfaaklsjdfhasldsadfghdkf
60#  password: F00barbaz
61
62#my-parallels-config:
63#  driver: parallels
64#  user: myuser
65#  password: xyzzy
66#  url: https://api.cloud.xmission.com:4465/paci/v1.0/
67
68#my-proxmox-config:
69#  driver: proxmox
70#  user: saltcloud@pve
71#  password: xyzzy
72#  url: your.proxmox.host
73
74#my-openstack-rackspace-config:
75#  driver: openstack
76#  identity_url: 'https://identity.api.rackspacecloud.com/v2.0/tokens'
77#  compute_name: cloudServersOpenStack
78#  protocol: ipv4
79#  compute_region: DFW
80#  protocol: ipv4
81#  user: myuser
82#  tenant: 5555555
83#  apikey: 901d3f579h23c8v73q9
84
85#my-saltify-config:
86#  driver: saltify
87
88#my-scaleway-config:
89#  driver: scaleway
90
91#my-tencentcloud-config:
92    # driver: tencentcloud
93    # Tencent Cloud Secret Id
94    # id: AKIDA64pOio9BMemkApzevX0HS169S4b750A
95    # Tencent Cloud Secret Key
96    # key: 8r2xmPn0C5FDvRAlmcJimiTZKVRsk260
97    # Tencent Cloud Region
98    # location: ap-guangzhou
99