forked from aliyun/ros-templates
-
Notifications
You must be signed in to change notification settings - Fork 1
/
polardb-migration-from-rds.yml
772 lines (772 loc) · 21.4 KB
/
polardb-migration-from-rds.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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
ROSTemplateFormatVersion: '2015-09-01'
Description:
en: This template is used to migrate data from an ApsaraDB RDS for MySQL database
or a self-managed MySQL database to a PolarDB for MySQL cluster.
zh-cn: 解决RDS MySQL或自建MySQL遇到的性能或容量瓶颈,迁移上下PolarDB链路打通。
Conditions:
CreateReadOnlyDBInstance2:
Fn::Not:
Fn::Equals:
- '1'
- Ref: ReadOnlyDBInstanceNum
CreateReadOnlyDBInstance3:
Fn::And:
- Fn::Not:
Fn::Equals:
- '1'
- Ref: ReadOnlyDBInstanceNum
- Fn::Not:
Fn::Equals:
- '2'
- Ref: ReadOnlyDBInstanceNum
CreateReadOnlyDBInstance4:
Fn::Or:
- Fn::Equals:
- '4'
- Ref: ReadOnlyDBInstanceNum
- Fn::Equals:
- '5'
- Ref: ReadOnlyDBInstanceNum
CreateReadOnlyDBInstance5:
Fn::Equals:
- '5'
- Ref: ReadOnlyDBInstanceNum
Parameters:
ZoneId:
Type: String
Label:
en: Availability Zone
zh-cn: 可用区
Description:
en: 'Availability Zone ID,<br><b>note: <font color=''blue''>Before selecting,
please confirm that the Availability Zone supports the specification of creating
RDS、POLARDB and ECS resources</font></b><br>see detail: <a href=''https://www.alibabacloud.com/help/en/doc-detail/123712.html''
target=''_blank''><b><font color=''blue''>View region and zone info</font></b></a>'
zh-cn: '可用区ID。<br><b>注: <font color=''blue''>选择可用区前请确认该可用区是否支持创建RDS、POLARDB及ECS资源的规格</font></b><br>详见:
<a href=''https://help.aliyun.com/document_detail/123712.html'' target=''_blank''><b><font
color=''blue''>可用区信息</b></font></a>'
AssociationProperty: ALIYUN::ECS::Instance:ZoneId
VpcCidrBlock:
Type: String
Label:
en: VPC CIDR Block
zh-cn: 专有网络网段
Description:
en: 'The IP address range of the VPC in the CIDR Block form. '
zh-cn: 专有网络IPv4网段
Default: 172.16.0.0/12
AllowedValues:
- 192.168.0.0/16
- 172.16.0.0/12
- 10.0.0.0/8
VSwitchCidrBlock:
Type: String
Label:
en: VSwitch CIDR Block
zh-cn: 交换机网段
Description:
en: CIDR Block of created VSwitch, It must belong to itself VPC CIDR Block.
zh-cn: 交换机网段,必须为专有网络子网段。
Default: 172.16.10.0/24
ImageId:
Type: String
Label:
en: Image
zh-cn: 镜像
Description:
en: Image ID,see detail:<b><a href='https://www.alibabacloud.com/help/doc-detail/112977.html'
target='_blank'><font color='blue'>Find the mirror</font></a></b>
zh-cn: 镜像Id, 详见:<b><a href='https://help.aliyun.com/document_detail/112977.html'
target='_blank'><font color='blue'>查找镜像</font></a></b>
AssociationProperty: ALIYUN::ECS::Instance:ImageId
Default: centos_7_06_64_20G_alibase_20190711.vhd
InstanceType:
Type: String
Label:
en: Specifications
zh-cn: 实例规格
Description:
en: 'Fill in the specifications that can be used under the VSwitch availability
zone;</b></font><br>general specifications:<font color=''red''><b>ecs.c5.large</b></font><br>note:
a few zones do not support general specifications<br>see detail: <a href=''https://www.alibabacloud.com/help/en/doc-detail/25378.html''
target=''_blank''><b><font color=''blue''>Instance Specification Family</font></a></b>'
zh-cn: 填写VSwitch可用区下可使用的规格;<br>通用规格:<font color='red'><b>ecs.c5.large</b></font><br>注:可用区可能不支持通用规格<br>规格详见:<a
href='https://help.aliyun.com/document_detail/25378.html' target='_blank'><b><font
color='blue'>实例规格族</font></a></b>
AssociationProperty: ALIYUN::ECS::Instance::InstanceType
AssociationPropertyMetadata:
ZoneId: ZoneId
SystemDiskCategory:
Type: String
Label:
en: System Disk Type
zh-cn: 系统盘类型
Description:
en: '<font color=''blue''><b>Optional values:</b></font><br>[cloud_efficiency:
<font color=''green''>Efficient Cloud Disk</font>]<br>[cloud_ssd: <font color=''green''>SSD
Cloud Disk</font>]<br>[cloud_essd: <font color=''green''>ESSD Cloud Disk</font>]<br>[cloud:
<font color=''green''>Cloud Disk</font>]<br>[ephemeral_ssd: <font color=''green''>Local
SSD Cloud Disk</font>]'
zh-cn: '<font color=''blue''><b>可选值:</b></font><br>[cloud_efficiency: <font
color=''green''>高效云盘</font>]<br>[cloud_ssd: <font color=''green''>SSD云盘</font>]<br>[cloud_essd:
<font color=''green''>ESSD云盘</font>]<br>[cloud: <font color=''green''>普通云盘</font>]<br>[ephemeral_ssd:
<font color=''green''>本地SSD盘</font>]'
Default: cloud_efficiency
AllowedValues:
- cloud_efficiency
- cloud_ssd
- cloud
- cloud_essd
- ephemeral_ssd
SystemDiskSize:
Type: Number
Label:
en: System Disk Space
zh-cn: 系统盘空间
Description:
en: 'System disk size, range of values: 40-500, units: GB.'
zh-cn: 系统盘大小, 取值范围:[40, 500], 单位:GB。
Default: 40
MinValue: 40
MaxValue: 500
LoginPassword:
Type: String
Label:
en: Login Password
zh-cn: 登录密码
Description:
en: Server login password, Length 8-30, must contain three(Capital letters,
lowercase letters, numbers, ()`~!@#$%^&*_-+=|{}[]:;'<>,.?/ Special symbol
in).
zh-cn: 服务器登录密码,长度8-30,必须包含三项(大写字母、小写字母、数字、 ()`~!@#$%^&*_-+=|{}[]:;'<>,.?/ 中的特殊符号)。
ConstraintDescription:
en: Server login password, Length 8-30, must contain three(Capital letters,
lowercase letters, numbers, ()`~!@#$%^&*_-+=|{}[]:;'<>,.?/ Special symbol
in).
zh-cn: 服务器登录密码,长度8-30,必须包含三项(大写字母、小写字母、数字、 ()`~!@#$%^&*_-+=|{}[]:;'<>,.?/ 中的特殊符号)。
AllowedPattern: '[0-9A-Za-z\_\-\&:;''<>,=%`~!@#\(\)\$\^\*\+\|\{\}\[\]\.\?\/]+$'
MinLength: 8
MaxLength: 30
NoEcho: true
DBInstanceEngineAndVersion:
Type: String
Label:
en: Type And Version
zh-cn: 类型与版本号
Description:
en: Database type and version.
zh-cn: 数据库类型与版本号。
Default: MySQL-5.6
AllowedValues:
- MySQL-5.5
- MySQL-5.6
- MySQL-5.7
- MySQL-8.0
DBInstanceClass:
Type: String
Label:
en: Specifications
zh-cn: 规格
Description:
en: 'Select the instance specification based on the type of database engine
and the available area support;<br>see detail: <a href=''https://www.alibabacloud.com/help/doc-detail/26312.html''
target=''_blank''><b><font color=''blue''>Instance specification sheet</font></b></a>'
zh-cn: '根据数据库引擎类型和可用区域支持选择实例规格;<br>详见: <a href=''https://help.aliyun.com/document_detail/26312.html''
target=''_blank''><b><font color=''blue''>实例规格表</font></b></a>'
Default: rds.mysql.s1.small
DBInstanceStorage:
Type: Number
Label:
en: Storage Space
zh-cn: 存储空间
Description:
en: 'Incrementing in every 5G, unit: GB,Value range:[5,1000].'
zh-cn: 每5GB进行递增,单位:GB,取值范围:[5,1000]。
ConstraintDescription:
en: 'range:[5,1000], Incrementing in every 5G, unit: GB'
zh-cn: 取值范围:[5,1000], 每 5G 递增,单位:GB
Default: 5
MinValue: 5
MaxValue: 1000
ReadOnlyDBInstanceNum:
Type: String
Label:
en: Amount
zh-cn: 创建实例数量
Description:
en: Number of Read-only database instances
zh-cn: 创建只读实例数量
Default: '1'
AllowedValues:
- '1'
- '2'
- '3'
- '4'
- '5'
AccountName:
Type: String
Label:
en: Database Account
zh-cn: 数据库账号
Description:
en: Database read-write account with a maximum of 16 characters, consisting
of lowercase letters, Numbers, underscores, beginning letters, and ending
letters or Numbers.
zh-cn: 数据库可读写的账号,最长16个字符, 由小写字母,数字、下划线组成、字母开头,字母或数字结尾。
Default: db_admin
DBPassword:
Type: String
Label:
en: Account Password
zh-cn: 账号密码
Description:
en: Large/lowercase letters, Numbers and special characters take up three kinds,
8-32 bits.
zh-cn: 大/小写字母、数字和特殊字符占3种,8-32位。
ConstraintDescription:
en: '8-32 characters, can contain size letters, Numbers and special symbols
(including:!@ # $% ^ & * - + = _).'
zh-cn: 8-32个字符,可包含大小字母、数字及特殊符号(包含:!@#$%^&*-+=_)。
AllowedPattern: '[0-9A-Za-z\!\@\#\$\%\^\&\*\-\+\=\_]+$'
MinLength: 8
MaxLength: 32
NoEcho: true
DBNodeClass:
Type: String
Label:
en: Node Specifications
zh-cn: 节点规格
Description:
en: 'The node specifications of the cluster.For more information, see detail:
<a href=''https://www.alibabacloud.com/help/doc-detail/68498.html'' target=''_blank''><b><font
color=''blue''>Specifications and pricing</font></b></a>'
zh-cn: 集群的节点规格。 有关更多信息,请参见:<a href='https://help.aliyun.com/document_detail/68498.html'
target='_blank'><b><font color='blue'>规格与定价</font></b></a>
Default: polar.mysql.x4.medium
Amount:
Type: Number
Label:
en: Amount
zh-cn: 节点数
Description:
en: Number of odes to be added to cluster.
zh-cn: 要添加到集群中的节点数。
Default: 1
MinValue: 1
MaxValue: 16
Resources:
Vpc:
Type: ALIYUN::ECS::VPC
Properties:
CidrBlock:
Ref: VpcCidrBlock
VpcName:
Fn::Join:
- _
- - Vpc
- Ref: ALIYUN::StackId
Metadata:
ALIYUN::ROS::Designer:
id: 9c217332-cf05-4f8a-958a-92dee6767b1e
VSwitch:
Type: ALIYUN::ECS::VSwitch
Properties:
ZoneId:
Ref: ZoneId
VpcId:
Ref: Vpc
CidrBlock:
Ref: VSwitchCidrBlock
VSwitchName:
Fn::Join:
- _
- - VSwitch
- Ref: ALIYUN::StackId
DependsOn: Vpc
Metadata:
ALIYUN::ROS::Designer:
id: c6afa28a-1c51-4825-b407-062efedcec45
Database:
Type: ALIYUN::RDS::DBInstance
Properties:
VpcId:
Ref: Vpc
VSwitchId:
Ref: VSwitch
DBInstanceClass:
Ref: DBInstanceClass
DBInstanceNetType: Intranet
DBInstanceStorage:
Ref: DBInstanceStorage
Engine:
Fn::Select:
- '0'
- Fn::Split:
- '-'
- Ref: DBInstanceEngineAndVersion
EngineVersion:
Fn::Select:
- '1'
- Fn::Split:
- '-'
- Ref: DBInstanceEngineAndVersion
SecurityIPList:
Ref: VpcCidrBlock
Tags:
Key: best_practice
Value: '025'
Metadata:
ALIYUN::ROS::Designer:
id: 2407fe33-99f1-4d88-8291-7d7d15da43dc
ReadOnlyDBInstance:
Type: ALIYUN::RDS::ReadOnlyDBInstance
Properties:
ZoneId:
Ref: ZoneId
VPCId:
Ref: Vpc
VSwitchId:
Ref: VSwitch
DBInstanceClass:
Ref: DBInstanceClass
DBInstanceId:
Ref: Database
DBInstanceStorage:
Ref: DBInstanceStorage
EngineVersion:
Fn::Select:
- '1'
- Fn::Split:
- '-'
- Ref: DBInstanceEngineAndVersion
Tags:
Key: best_practice
Value: '025'
DependsOn: Database
Metadata:
ALIYUN::ROS::Designer:
id: ecdfa84b-486c-4c76-986c-44ae0742f1aa
Account:
Type: ALIYUN::RDS::Account
Properties:
AccountName:
Ref: AccountName
AccountPassword:
Ref: DBPassword
AccountType: Super
DBInstanceId:
Ref: Database
DependsOn:
- Database
- ReadOnlyDBInstance
Metadata:
ALIYUN::ROS::Designer:
id: 4a02364d-839e-454a-b408-36f6f3261081
DBCluster:
Type: ALIYUN::POLARDB::DBCluster
Properties:
ZoneId:
Ref: ZoneId
VpcId:
Ref: Vpc
VSwitchId:
Ref: VSwitch
CloneDataPoint: LATEST
CreationOption: MigrationFromRDS
DBNodeClass:
Ref: DBNodeClass
DBType:
Fn::Select:
- '0'
- Fn::Split:
- '-'
- Ref: DBInstanceEngineAndVersion
DBVersion:
Fn::Select:
- '1'
- Fn::Split:
- '-'
- Ref: DBInstanceEngineAndVersion
PayType: Postpaid
SourceResourceId:
Ref: Database
DependsOn: Account
Metadata:
ALIYUN::ROS::Designer:
id: 2d801f11-0026-44e6-bdb4-ddade3344097
DBNodes:
Type: ALIYUN::POLARDB::DBNodes
Properties:
Amount:
Ref: Amount
DBClusterId:
Ref: DBCluster
Metadata:
ALIYUN::ROS::Designer:
id: 2354342f-76cf-4216-b694-3c10c1bb3226
SecurityGroup:
Type: ALIYUN::ECS::SecurityGroup
Properties:
VpcId:
Ref: Vpc
SecurityGroupName:
Fn::Join:
- _
- - SecurityGroup
- Ref: ALIYUN::StackId
DependsOn: Vpc
Metadata:
ALIYUN::ROS::Designer:
id: c4d0275e-c29f-4307-ab7a-e90190ab4160
EcsInstance:
Type: ALIYUN::ECS::Instance
Properties:
VpcId:
Ref: Vpc
VSwitchId:
Ref: VSwitch
SecurityGroupId:
Ref: SecurityGroup
ImageId:
Ref: ImageId
AllocatePublicIP: false
InstanceChargeType: PostPaid
InstanceType:
Ref: InstanceType
Password:
Ref: LoginPassword
SystemDiskCategory:
Ref: SystemDiskCategory
SystemDiskSize:
Ref: SystemDiskSize
Tags:
- Key: best_practice
Value: '025'
UserData:
Fn::Join:
- ''
- - "#!/bin/sh \n"
- yum install -y mysql
Metadata:
ALIYUN::ROS::Designer:
id: 9d32db26-8f87-43e0-b18b-46e0f685ad8a
ReadOnlyDBInstance2:
Type: ALIYUN::RDS::ReadOnlyDBInstance
Condition: CreateReadOnlyDBInstance2
Properties:
ZoneId:
Ref: ZoneId
VPCId:
Ref: Vpc
VSwitchId:
Ref: VSwitch
DBInstanceClass:
Ref: DBInstanceClass
DBInstanceId:
Ref: Database
DBInstanceStorage:
Ref: DBInstanceStorage
EngineVersion:
Fn::Select:
- '1'
- Fn::Split:
- '-'
- Ref: DBInstanceEngineAndVersion
Tags:
Key: best_practice
Value: '025'
DependsOn: Database
Metadata:
ALIYUN::ROS::Designer:
id: 5e04d1dc-9238-476e-9e4f-331c6a8d65b3
ReadOnlyDBInstance3:
Type: ALIYUN::RDS::ReadOnlyDBInstance
Condition: CreateReadOnlyDBInstance3
Properties:
ZoneId:
Ref: ZoneId
VPCId:
Ref: Vpc
VSwitchId:
Ref: VSwitch
DBInstanceClass:
Ref: DBInstanceClass
DBInstanceId:
Ref: Database
DBInstanceStorage:
Ref: DBInstanceStorage
EngineVersion:
Fn::Select:
- '1'
- Fn::Split:
- '-'
- Ref: DBInstanceEngineAndVersion
Tags:
Key: best_practice
Value: '025'
DependsOn: Database
Metadata:
ALIYUN::ROS::Designer:
id: c39cb40b-34e7-4402-8c99-5eae6e305a4b
ReadOnlyDBInstance4:
Type: ALIYUN::RDS::ReadOnlyDBInstance
Condition: CreateReadOnlyDBInstance4
Properties:
ZoneId:
Ref: ZoneId
VPCId:
Ref: Vpc
VSwitchId:
Ref: VSwitch
DBInstanceClass:
Ref: DBInstanceClass
DBInstanceId:
Ref: Database
DBInstanceStorage:
Ref: DBInstanceStorage
EngineVersion:
Fn::Select:
- '1'
- Fn::Split:
- '-'
- Ref: DBInstanceEngineAndVersion
Tags:
Key: best_practice
Value: '025'
DependsOn: Database
Metadata:
ALIYUN::ROS::Designer:
id: d42d5365-86be-417a-88ef-1f18853c4076
ReadOnlyDBInstance5:
Type: ALIYUN::RDS::ReadOnlyDBInstance
Condition: CreateReadOnlyDBInstance5
Properties:
ZoneId:
Ref: ZoneId
VPCId:
Ref: Vpc
VSwitchId:
Ref: VSwitch
DBInstanceClass:
Ref: DBInstanceClass
DBInstanceId:
Ref: Database
DBInstanceStorage:
Ref: DBInstanceStorage
EngineVersion:
Fn::Select:
- '1'
- Fn::Split:
- '-'
- Ref: DBInstanceEngineAndVersion
Tags:
Key: best_practice
Value: '025'
DependsOn: Database
Metadata:
ALIYUN::ROS::Designer:
id: bd889d6b-e608-4993-8fc2-ab500053b9b6
Metadata:
ALIYUN::ROS::Interface:
ParameterGroups:
- Parameters:
- ZoneId
- VpcCidrBlock
- VSwitchCidrBlock
Label:
default: VPC
- Parameters:
- ImageId
- InstanceType
- SystemDiskCategory
- SystemDiskSize
- LoginPassword
Label:
default: ECS
- Parameters:
- DBInstanceEngineAndVersion
- DBInstanceClass
- DBInstanceStorage
- ReadOnlyDBInstanceNum
- AccountName
- DBPassword
Label:
default: RDS
- Parameters:
- DBNodeClass
- Amount
Label:
default: POLARDB
TemplateTags:
- acs:solution:数据库:MySQL迁移PolarDB
ALIYUN::ROS::Designer:
2354342f-76cf-4216-b694-3c10c1bb3226:
position:
x: 718
y: 307
size:
height: 60
width: 60
z: 0
2407fe33-99f1-4d88-8291-7d7d15da43dc:
position:
x: 332
y: 218
size:
height: 60
width: 60
z: 2
2d801f11-0026-44e6-bdb4-ddade3344097:
position:
x: 442
y: 307
size:
height: 60
width: 60
z: 2
3db36521-e690-4c04-8031-2423e576952c:
source:
id: 5e04d1dc-9238-476e-9e4f-331c6a8d65b3
target:
id: 2407fe33-99f1-4d88-8291-7d7d15da43dc
z: 1
4a02364d-839e-454a-b408-36f6f3261081:
position:
x: 718
y: 218
size:
height: 60
width: 60
z: 0
5e04d1dc-9238-476e-9e4f-331c6a8d65b3:
position:
x: 332
y: 105
size:
height: 60
width: 60
z: 2
64e2a80f-74ce-4847-96b8-916304761ca1:
source:
id: ecdfa84b-486c-4c76-986c-44ae0742f1aa
target:
id: 2407fe33-99f1-4d88-8291-7d7d15da43dc
z: 1
66d8fb55-c22b-4683-a028-a2c2986a4a8c:
source:
id: 9d32db26-8f87-43e0-b18b-46e0f685ad8a
target:
id: c4d0275e-c29f-4307-ab7a-e90190ab4160
z: 1
67e22f98-dbf8-458f-b937-e487ce0391eb:
source:
id: d42d5365-86be-417a-88ef-1f18853c4076
target:
id: 2407fe33-99f1-4d88-8291-7d7d15da43dc
z: 1
817a5514-05b6-4e08-9c17-2966ad2eb6f5:
source:
id: bd889d6b-e608-4993-8fc2-ab500053b9b6
target:
id: 2407fe33-99f1-4d88-8291-7d7d15da43dc
z: 1
8365e182-d063-44b6-bc21-0804c463905f:
source:
id: 4a02364d-839e-454a-b408-36f6f3261081
target:
id: 2407fe33-99f1-4d88-8291-7d7d15da43dc
z: 1
9c217332-cf05-4f8a-958a-92dee6767b1e:
embeds:
- c6afa28a-1c51-4825-b407-062efedcec45
- c4d0275e-c29f-4307-ab7a-e90190ab4160
position:
x: 119
y: 42
size:
height: 499
width: 514
z: 0
9d32db26-8f87-43e0-b18b-46e0f685ad8a:
position:
x: 382
y: 408
size:
height: 60
width: 60
z: 2
ae2b13a3-03bc-48ce-ab3f-1163dfd2a388:
source:
id: c39cb40b-34e7-4402-8c99-5eae6e305a4b
target:
id: 2407fe33-99f1-4d88-8291-7d7d15da43dc
z: 1
bd889d6b-e608-4993-8fc2-ab500053b9b6:
position:
x: 184
y: 327
size:
height: 60
width: 60
z: 2
c39cb40b-34e7-4402-8c99-5eae6e305a4b:
position:
x: 442
y: 121
size:
height: 60
width: 60
z: 2
c4536b87-840d-444c-8d31-e7eaae060f04:
source:
id: 2354342f-76cf-4216-b694-3c10c1bb3226
target:
id: 2d801f11-0026-44e6-bdb4-ddade3344097
z: 1
c4d0275e-c29f-4307-ab7a-e90190ab4160:
position:
x: 551
y: 408
size:
height: 60
width: 60
z: 1
c6afa28a-1c51-4825-b407-062efedcec45:
embeds:
- 9d32db26-8f87-43e0-b18b-46e0f685ad8a
- 2407fe33-99f1-4d88-8291-7d7d15da43dc
- 5e04d1dc-9238-476e-9e4f-331c6a8d65b3
- c39cb40b-34e7-4402-8c99-5eae6e305a4b
- d42d5365-86be-417a-88ef-1f18853c4076
- bd889d6b-e608-4993-8fc2-ab500053b9b6
- 2d801f11-0026-44e6-bdb4-ddade3344097
- ecdfa84b-486c-4c76-986c-44ae0742f1aa
position:
x: 141
y: 80
size:
height: 414
width: 386
z: 1
d42d5365-86be-417a-88ef-1f18853c4076:
position:
x: 166
y: 218
size:
height: 60
width: 60
z: 2
ecdfa84b-486c-4c76-986c-44ae0742f1aa:
position:
x: 184
y: 124
size:
height: 60
width: 60
z: 2
f6e8f4b6-26d8-4ed0-8ad8-09aca51afc18:
source:
id: 2d801f11-0026-44e6-bdb4-ddade3344097
target:
id: 2407fe33-99f1-4d88-8291-7d7d15da43dc
z: 1