Update Alibaba Cloud MSE reference doc (#487)

Updated the reference doc for Alibaba Cloud MSE

Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
This commit is contained in:
Zheng Xi Zhou 2022-01-27 23:54:49 +08:00 committed by GitHub
parent 905b724dec
commit 3ec1f911de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 180 additions and 0 deletions

View File

@ -0,0 +1,44 @@
---
title: Alibaba Cloud MSE
---
## Description
Alibaba Cloud MSE
## Specification
### Properties
Name | Description | Type | Required | Default
------------ | ------------- | ------------- | ------------- | -------------
cluster_specification | The engine specification of MSE Cluster. Valid values: MSE_SC_1_2_200_c1C2G MSE_SC_2_4_200_c2C4G MSE_SC_4_8_200_c4C8G MSE_SC_8_16_200_c8C16G | string | false |
cluster_type | The type of MSE Cluster. Valid values: ZooKeeper、Nacos-Ans and Eureka | string | false |
cluster_version | The version of MSE Cluster. Valid values: ZooKeeper_3_4_14, ZooKeeper_3_5_5, NACOS_ANS_1_1_3, NACOS_ANS_1_2_1, EUREKA_1_9_3 | string | false |
net_type | The type of network. Valid values: privatenet and pubnet | string | false |
acl_entry_list | The whitelist | list(any) | false |
cluster_alias_name | The alias name of MSE Cluster | string | false |
writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | [writeConnectionSecretToRef](#writeConnectionSecretToRef) | false |
#### writeConnectionSecretToRef
Name | Description | Type | Required | Default
------------ | ------------- | ------------- | ------------- | -------------
name | The secret name which the cloud resource connection will be written to | string | true |
namespace | The secret namespace which the cloud resource connection will be written to | string | false |
### Outputs
If `writeConnectionSecretToRef` is set, a secret will be generated with these keys as below:
Name | Description
------------ | -------------
INTRANET_PORT | The intranet port of the resource
Net_TYPE | The type of network
RESOURCE_IDENTIFIER | The identifier of the resource
INTERNET_DOMAIN | The internet domain of the resource
INTERNET_PORT | The internet port of the resource
INTRANET_DOMAIN | The intranet domain of the resource

View File

@ -0,0 +1,44 @@
---
title: 阿里云 MSE
---
## 描述
Alibaba Cloud MSE
## 参数说明
### 属性
名称 | 描述 | 类型 | 是否必须 | 默认值
------------ | ------------- | ------------- | ------------- | -------------
cluster_version | The version of MSE Cluster. Valid values: ZooKeeper_3_4_14, ZooKeeper_3_5_5, NACOS_ANS_1_1_3, NACOS_ANS_1_2_1, EUREKA_1_9_3 | string | false |
net_type | The type of network. Valid values: privatenet and pubnet | string | false |
acl_entry_list | The whitelist | list(any) | false |
cluster_alias_name | The alias name of MSE Cluster | string | false |
cluster_specification | The engine specification of MSE Cluster. Valid values: MSE_SC_1_2_200_c1C2G MSE_SC_2_4_200_c2C4G MSE_SC_4_8_200_c4C8G MSE_SC_8_16_200_c8C16G | string | false |
cluster_type | The type of MSE Cluster. Valid values: ZooKeeper、Nacos-Ans and Eureka | string | false |
writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | [writeConnectionSecretToRef](#writeConnectionSecretToRef) | false |
#### writeConnectionSecretToRef
名称 | 描述 | 类型 | 是否必须 | 默认值
------------ | ------------- | ------------- | ------------- | -------------
name | The secret name which the cloud resource connection will be written to | string | true |
namespace | The secret namespace which the cloud resource connection will be written to | string | false |
### 输出
如果设置了 `writeConnectionSecretToRef`,一个 Kubernetes Secret 将会被创建并且它的数据里有这些键key
名称 | 描述
------------ | -------------
INTRANET_PORT | The intranet port of the resource
Net_TYPE | The type of network
RESOURCE_IDENTIFIER | The identifier of the resource
INTERNET_DOMAIN | The internet domain of the resource
INTERNET_PORT | The internet port of the resource
INTRANET_DOMAIN | The intranet domain of the resource

View File

@ -0,0 +1,44 @@
---
title: 阿里云 MSE
---
## 描述
Alibaba Cloud MSE
## 参数说明
### 属性
名称 | 描述 | 类型 | 是否必须 | 默认值
------------ | ------------- | ------------- | ------------- | -------------
cluster_version | The version of MSE Cluster. Valid values: ZooKeeper_3_4_14, ZooKeeper_3_5_5, NACOS_ANS_1_1_3, NACOS_ANS_1_2_1, EUREKA_1_9_3 | string | false |
net_type | The type of network. Valid values: privatenet and pubnet | string | false |
acl_entry_list | The whitelist | list(any) | false |
cluster_alias_name | The alias name of MSE Cluster | string | false |
cluster_specification | The engine specification of MSE Cluster. Valid values: MSE_SC_1_2_200_c1C2G MSE_SC_2_4_200_c2C4G MSE_SC_4_8_200_c4C8G MSE_SC_8_16_200_c8C16G | string | false |
cluster_type | The type of MSE Cluster. Valid values: ZooKeeper、Nacos-Ans and Eureka | string | false |
writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | [writeConnectionSecretToRef](#writeConnectionSecretToRef) | false |
#### writeConnectionSecretToRef
名称 | 描述 | 类型 | 是否必须 | 默认值
------------ | ------------- | ------------- | ------------- | -------------
name | The secret name which the cloud resource connection will be written to | string | true |
namespace | The secret namespace which the cloud resource connection will be written to | string | false |
### 输出
如果设置了 `writeConnectionSecretToRef`,一个 Kubernetes Secret 将会被创建并且它的数据里有这些键key
名称 | 描述
------------ | -------------
INTRANET_PORT | The intranet port of the resource
Net_TYPE | The type of network
RESOURCE_IDENTIFIER | The identifier of the resource
INTERNET_DOMAIN | The internet domain of the resource
INTERNET_PORT | The internet port of the resource
INTRANET_DOMAIN | The intranet domain of the resource

View File

@ -186,6 +186,7 @@ module.exports = {
"end-user/components/cloud-services/terraform/alibaba-sls-store",
"end-user/components/cloud-services/terraform/alibaba-vpc",
"end-user/components/cloud-services/terraform/alibaba-vswitch",
"end-user/components/cloud-services/terraform/alibaba-mse",
"end-user/components/cloud-services/terraform/aws-s3",
"end-user/components/cloud-services/terraform/azure-database-mariadb",
"end-user/components/cloud-services/terraform/azure-storage-account",

View File

@ -0,0 +1,44 @@
---
title: Alibaba Cloud MSE
---
## Description
Alibaba Cloud MSE
## Specification
### Properties
Name | Description | Type | Required | Default
------------ | ------------- | ------------- | ------------- | -------------
cluster_specification | The engine specification of MSE Cluster. Valid values: MSE_SC_1_2_200_c1C2G MSE_SC_2_4_200_c2C4G MSE_SC_4_8_200_c4C8G MSE_SC_8_16_200_c8C16G | string | false |
cluster_type | The type of MSE Cluster. Valid values: ZooKeeper、Nacos-Ans and Eureka | string | false |
cluster_version | The version of MSE Cluster. Valid values: ZooKeeper_3_4_14, ZooKeeper_3_5_5, NACOS_ANS_1_1_3, NACOS_ANS_1_2_1, EUREKA_1_9_3 | string | false |
net_type | The type of network. Valid values: privatenet and pubnet | string | false |
acl_entry_list | The whitelist | list(any) | false |
cluster_alias_name | The alias name of MSE Cluster | string | false |
writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | [writeConnectionSecretToRef](#writeConnectionSecretToRef) | false |
#### writeConnectionSecretToRef
Name | Description | Type | Required | Default
------------ | ------------- | ------------- | ------------- | -------------
name | The secret name which the cloud resource connection will be written to | string | true |
namespace | The secret namespace which the cloud resource connection will be written to | string | false |
### Outputs
If `writeConnectionSecretToRef` is set, a secret will be generated with these keys as below:
Name | Description
------------ | -------------
INTRANET_PORT | The intranet port of the resource
Net_TYPE | The type of network
RESOURCE_IDENTIFIER | The identifier of the resource
INTERNET_DOMAIN | The internet domain of the resource
INTERNET_PORT | The internet port of the resource
INTRANET_DOMAIN | The intranet domain of the resource

View File

@ -409,6 +409,9 @@
{
"type": "doc",
"id": "version-v1.2/end-user/components/cloud-services/terraform/alibaba-vswitch"
},{
"type": "doc",
"id": "version-v1.2/end-user/components/cloud-services/terraform/alibaba-mse"
},
{
"type": "doc",