mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 06:41:40 +00:00
add tencentcloud conf example
This commit is contained in:
parent
83d859df34
commit
6909e37ca3
4 changed files with 38 additions and 0 deletions
|
@ -25,3 +25,14 @@
|
|||
# script: Fedora
|
||||
# minion:
|
||||
# cheese: edam
|
||||
|
||||
#tencentcloud-guangzhou-s1sm1:
|
||||
# provider: my-tencentcloud-config
|
||||
# availability_zone: ap-guangzhou-3
|
||||
# image: img-31tjrtph
|
||||
# size: S1.SMALL1
|
||||
# allocate_public_ip: True
|
||||
# internet_max_bandwidth_out: 1
|
||||
# password: '153e41ec96140152'
|
||||
# securitygroups:
|
||||
# - sg-5e90804b
|
||||
|
|
10
conf/cloud.profiles.d/tencentcloud-guangzhou-s1sm1.profiles
Normal file
10
conf/cloud.profiles.d/tencentcloud-guangzhou-s1sm1.profiles
Normal file
|
@ -0,0 +1,10 @@
|
|||
#tencentcloud-guangzhou-s1sm1:
|
||||
# provider: my-tencentcloud-config
|
||||
# availability_zone: ap-guangzhou-3
|
||||
# image: img-31tjrtph
|
||||
# size: S1.SMALL1
|
||||
# allocate_public_ip: True
|
||||
# internet_max_bandwidth_out: 1
|
||||
# password: '153e41ec96140152'
|
||||
# securitygroups:
|
||||
# - sg-5e90804b
|
|
@ -87,3 +87,12 @@
|
|||
|
||||
#my-scaleway-config:
|
||||
# driver: scaleway
|
||||
|
||||
#my-tencentcloud-config:
|
||||
# driver: tencentcloud
|
||||
# TencentCloud Secret Id
|
||||
# id: AKIDA64pOio9BMemkApzevX0HS169S4b750A
|
||||
# TencentCloud Secret Key
|
||||
# key: 8r2xmPn0C5FDvRAlmcJimiTZKVRsk260
|
||||
# TencentCloud Region
|
||||
# location: ap-guangzhou
|
||||
|
|
8
conf/cloud.providers.d/tencent.conf
Normal file
8
conf/cloud.providers.d/tencent.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
#my-tencentcloud-config:
|
||||
# driver: tencentcloud
|
||||
# TencentCloud Secret Id
|
||||
# id: AKIDA64pOio9BMemkApzevX0HS169S4b750A
|
||||
# TencentCloud Secret Key
|
||||
# key: 8r2xmPn0C5FDvRAlmcJimiTZKVRsk260
|
||||
# TencentCloud Region
|
||||
# location: ap-guangzhou
|
Loading…
Add table
Reference in a new issue