-
Notifications
You must be signed in to change notification settings - Fork 35
/
cluster.yml
190 lines (190 loc) · 3.69 KB
/
cluster.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
ROSTemplateFormatVersion: '2015-09-01'
Description:
zh-cn: 创建可定制的MSE集群,支持Nacos、ZooKeeper、Eureka服务发现与配置管理,配置实例数、版本、规格等,同时提供公网访问能力。
en: Create customizable MSE clusters supporting service discovery and configuration
management with Nacos, ZooKeeper, and Eureka. Configure instance count, versions,
specifications, and also provide public network access capabilities.
Parameters:
InstanceCount:
Type: Number
Default: 3
MinValue: 3
MaxValue: 5
ClusterVersion:
Type: String
Default: NACOS_2_0_0
AllowedValues:
- ZooKeeper_3_5_5
- ZooKeeper_3_4_14
- NACOS_2_0_0
- NACOS_ANS_1_2_1
ClusterType:
Type: String
Default: Nacos-Ans
AllowedValues:
- ZooKeeper
- Nacos-Ans
- Eureka
ClusterSpecification:
Type: String
Default: MSE_SC_2_4_200_c
AllowedValues:
- MSE_SC_1_2_200_c
- MSE_SC_2_4_200_c
- MSE_SC_4_8_200_c
- MSE_SC_8_16_200
NetType:
Type: String
Default: pubnet
AllowedValues:
- pubnet
- privatenet
VpcId:
Type: String
VSwitchId:
Type: String
PubSlbSpecification:
Type: String
Default: slb.s1.small
AllowedValues:
- slb.s1.small
- slb.s3.medium
Resources:
MseCluster:
Type: ALIYUN::MSE::Cluster
Properties:
VpcId:
Ref: VpcId
VSwitchId:
Ref: VSwitchId
MseVersion: mse_pro
InstanceCount:
Ref: InstanceCount
ClusterVersion:
Ref: ClusterVersion
PubNetworkFlow: 1
ClusterType:
Ref: ClusterType
ClusterSpecification:
Ref: ClusterSpecification
NetType:
Ref: NetType
DiskType: alicloud-disk-ssd-multi-zone
PubSlbSpecification:
Ref: PubSlbSpecification
Outputs:
ClusterName:
Value:
Fn::GetAtt:
- MseCluster
- ClusterName
InternetAddress:
Value:
Fn::GetAtt:
- MseCluster
- InternetAddress
AclEntryList:
Value:
Fn::GetAtt:
- MseCluster
- AclEntryList
Cpu:
Value:
Fn::GetAtt:
- MseCluster
- Cpu
InstanceId:
Value:
Fn::GetAtt:
- MseCluster
- InstanceId
ClusterId:
Value:
Fn::GetAtt:
- MseCluster
- ClusterId
InternetDomain:
Value:
Fn::GetAtt:
- MseCluster
- InternetDomain
AclId:
Value:
Fn::GetAtt:
- MseCluster
- AclId
VSwitchId:
Value:
Fn::GetAtt:
- MseCluster
- VSwitchId
ClusterSpecification:
Value:
Fn::GetAtt:
- MseCluster
- ClusterSpecification
HealthStatus:
Value:
Fn::GetAtt:
- MseCluster
- HealthStatus
MemoryCapacity:
Value:
Fn::GetAtt:
- MseCluster
- MemoryCapacity
ClusterType:
Value:
Fn::GetAtt:
- MseCluster
- ClusterType
ClusterAliasName:
Value:
Fn::GetAtt:
- MseCluster
- ClusterAliasName
InstanceCount:
Value:
Fn::GetAtt:
- MseCluster
- InstanceCount
DiskCapacity:
Value:
Fn::GetAtt:
- MseCluster
- DiskCapacity
PubNetworkFlow:
Value:
Fn::GetAtt:
- MseCluster
- PubNetworkFlow
InternetPort:
Value:
Fn::GetAtt:
- MseCluster
- InternetPort
IntranetPort:
Value:
Fn::GetAtt:
- MseCluster
- IntranetPort
AppVersion:
Value:
Fn::GetAtt:
- MseCluster
- AppVersion
PayInfo:
Value:
Fn::GetAtt:
- MseCluster
- PayInfo
NetType:
Value:
Fn::GetAtt:
- MseCluster
- NetType
ClusterVersion:
Value:
Fn::GetAtt:
- MseCluster
- ClusterVersion