diff --git a/conf/cloud.profiles b/conf/cloud.profiles index 0d02d5d2c4f..4a77fd73361 100644 --- a/conf/cloud.profiles +++ b/conf/cloud.profiles @@ -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 diff --git a/conf/cloud.profiles.d/tencentcloud-guangzhou-s1sm1.profiles b/conf/cloud.profiles.d/tencentcloud-guangzhou-s1sm1.profiles new file mode 100644 index 00000000000..ab66f59f980 --- /dev/null +++ b/conf/cloud.profiles.d/tencentcloud-guangzhou-s1sm1.profiles @@ -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 diff --git a/conf/cloud.providers b/conf/cloud.providers index a8d890dc9c0..9031dbc673d 100644 --- a/conf/cloud.providers +++ b/conf/cloud.providers @@ -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 diff --git a/conf/cloud.providers.d/tencent.conf b/conf/cloud.providers.d/tencent.conf new file mode 100644 index 00000000000..fadbdc9f8b0 --- /dev/null +++ b/conf/cloud.providers.d/tencent.conf @@ -0,0 +1,8 @@ +#my-tencentcloud-config: + # driver: tencentcloud + # TencentCloud Secret Id + # id: AKIDA64pOio9BMemkApzevX0HS169S4b750A + # TencentCloud Secret Key + # key: 8r2xmPn0C5FDvRAlmcJimiTZKVRsk260 + # TencentCloud Region + # location: ap-guangzhou