Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify e-commerce and mse template #164

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 9 additions & 13 deletions documents/solution/micro/mse-realizes-full-link-grayscale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,13 @@ Parameters:
AssociationProperty: ALIYUN::ECS::Instance::InstanceType
AssociationPropertyMetadata:
ZoneId: ${ZoneId}
SystemDiskCategory: cloud_essd
CreateACKClusterParams:
NetworkPlugin: terway-eniip
Description:
en: It is recommended to use a new generation of ecs instances. If the instance
specification cannot be selected, please change the availability zone again.
zh-cn: 建议使用新一代的 ecs 实例,如果选择不到实例规格,请重新更换可用区。
WorkerSystemDiskCategory:
Type: String
Label:
en: Worker Node System Disk Category
zh-cn: Worker节点系统盘磁盘类型
AssociationProperty: ALIYUN::ECS::Disk::SystemDiskCategory
AssociationPropertyMetadata:
LocaleKey: DiskCategory
ZoneId: ${ZoneId}
InstanceType: ${WorkerInstanceType}
Default: cloud_essd
WorkerSystemDiskSize:
Type: Number
Label:
Expand Down Expand Up @@ -132,6 +122,13 @@ Resources:
DiskType: alicloud-disk-ssd-multi-zone
NetType: privatenet
PubNetworkFlow: 0
WaitForAddressReady:
Type: ALIYUN::ROS::Sleep
DependsOn:
- MseGateway
- MseMicroRegistryInstance
Properties:
CreateDuration: 120
MseServiceSource:
Type: ALIYUN::MSE::ServiceSource
Properties:
Expand Down Expand Up @@ -188,8 +185,7 @@ Resources:
ScalingGroup:
VSwitchIds:
- Ref: VSwitch
SystemDiskCategory:
Ref: WorkerSystemDiskCategory
SystemDiskCategory: cloud_essd
SystemDiskPerformanceLevel: PL0
SystemDiskSize:
Ref: WorkerSystemDiskSize
Expand Down
Loading