forked from aliyun/ros-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmiddle-vpc-architecture.yml
859 lines (859 loc) · 23.2 KB
/
middle-vpc-architecture.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
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
ROSTemplateFormatVersion: '2015-09-01'
Description:
zh-cn: 构建中型企业VPC网络,含前端、后端、其他三个子网,配置ECS、SLB、RDS、Redis、OSS资源,通过NAT Gateway实现子网SNAT访问公网。
en: Build a medium-sized enterprise VPC network, including front-end, back-end, and other three subnets, configure ECS, SLB, RDS, Redis, and OSS resources, and implement subnet SNAT access to the public network through NAT Gateway.
Parameters:
VpcCidrBlock:
Type: String
Label:
en: VPC Cidrblock
zh-cn: VPC网段
Description:
en: 'The IP address range of the VPC in the CIDR block form. You can use the
following IP address ranges and their subnets: 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16'
zh-cn: 专有网络的网段,可选值:10.0.0.0/8,172.16.0.0/12,192.168.0.0/16。
Default: 192.168.0.0/16
AllowedValues:
- 192.168.0.0/16
- 172.16.0.0/12
- 10.0.0.0/8
VSwitchZoneId1:
Type: String
Label:
en: Front Zone ID
zh-cn: 前端服务器可用区ID
Description:
en: The available zone ID, you should confirm the zone support ECS、VPC、VSwitch
or not.
zh-cn: 可用区ID,需确认所选可用区下是否支持ECS、VPC、VSwitch等资源。
AssociationProperty: ALIYUN::ECS::Instance::ZoneId
FrontVSwitchCidrBlock:
Type: String
Label:
en: Front VSwitch CIDR Block
zh-cn: 前端服务器交换机网段
Description:
en: VSwitch subnet which is within VPC.
zh-cn: 交换机网段,必须为VPC子网段。
Default: 192.168.1.0/24
VSwitchZoneId2:
Type: String
Label:
en: Backend/Other Zone ID
zh-cn: 后端/其他服务器可用区ID
Description:
en: The available zone ID, you should confirm the zone support ECS、VPC、VSwitch
or not.
zh-cn: 可用区ID,需确认所选可用区下是否支持ECS、VPC、VSwitch等资源。
AssociationProperty: ALIYUN::ECS::Instance:ZoneId
BackendVSwitchCidrBlock:
Type: String
Label:
en: Backend VSwitch CIDR Block
zh-cn: 后端服务器交换机网段
Description:
en: Must belong to the subnet segment of VPC.
zh-cn: 必须属于VPC的子网段。
Default: 192.168.2.0/24
OtherVSwitchCidrBlock:
Type: String
Label:
en: Other VSwitch CIDR Block
zh-cn: 其他服务器交换机网段
Description:
en: Must belong to the subnet segment of VPC.
zh-cn: 必须属于VPC的子网段。
Default: 192.168.3.0/24
NatGatewayBandwidth:
Type: Number
Label:
en: Nat Gateway Bandwidth
zh-cn: Nat网关带宽
Description:
en: 'Nat gateway Bandwidth,Allowed value: 5~500.'
zh-cn: Nat网关带宽,允许值:5~500。
Default: 5
MinValue: 5
MaxValue: 5000
EcsInstanceType:
Type: String
Label:
en: Instance Type
zh-cn: 实例规格
Description:
en: <font color='blue'><b>1.Before selecting the model please confirm that the
current available zone under the model is in stock, some models need to be
reported in advance</b></font><br><font color='blue'><b>2.List of optional
models</font><br></b></font>[ecs.c5.large <font color='green'>2vCPU 4GiB Intranet
bandwidth1Gbps In-grid sending and receiving packages30MillionPPS</font>]<br></b>[ecs.c5.xlarge
<font color='green'>4vCPU 8GiB Intranet bandwidth1.5Gbps In-grid sending and
receiving packages50MillionPPS</font>]<br></b>[ecs.c5.2xlarge <font color='green'>8vCPU
16GiB Intranet bandwidth2.5Gbps In-grid sending and receiving packages80MillionPPS</font>]
zh-cn: <font color='blue'><b>1.选择机型前请先确认当前可用区下该机型是否有货,部分机型需要提前报备</b></font><br><font
color='blue'><b>2.可选机型列表</font><br></b></font>[ecs.c5.large <font color='green'>2vCPU
4GiB 内网带宽1Gbps 内网收发包30万PPS</font>]<br></b>[ecs.c5.xlarge <font color='green'>4vCPU
8GiB 内网带宽1.5Gbps 内网收发包50万PPS</font>]<br></b>[ecs.c5.2xlarge <font color='green'>8vCPU
16GiB 内网带宽2.5Gbps 内网收发包80万PPS</font>]
AssociationProperty: ALIYUN::ECS::Instance::InstanceType
EcsImageId:
Type: String
Label:
en: Image ID
zh-cn: 镜像ID
Description:
en: 'Instance 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: 实例镜像,详见:<b><a href='https://help.aliyun.com/document_detail/112977.html'
target='_blank'><font color='blue'>查找镜像</font></a></b>
Default: centos_7
NumberOfFrontServer:
Type: Number
Label:
en: Front Server Amount
zh-cn: 前端服务器数量
Description:
en: 'Number of front server, Allowed value: 1~100.'
zh-cn: 前端服务器数量,允许值:1~100。
Default: 1
MinValue: 1
MaxValue: 100
NumberOfBackendServer:
Type: Number
Label:
en: Backend Server Amount
zh-cn: 后端服务器数量
Description:
en: 'Number of backend Server,Allowed value: 1~100.'
zh-cn: 后端服务器数量,允许值:1~100。
Default: 1
MinValue: 1
MaxValue: 100
NumberOfOtherServer:
Type: Number
Label:
en: Other Server Amount
zh-cn: 其他服务器数量
Description:
en: 'Number of other server to create ecs instance,Allowed value: 1~100.'
zh-cn: 其他服务器数量,允许值:1~100。
Default: 1
MinValue: 1
MaxValue: 100
Password:
Type: String
Label:
en: Instance Password
zh-cn: 实例密码
Description:
en: The 8-30 long login password of instance, consists of the uppercase, lowercase
letter and number. <br> special characters include()`~!@#$%^&*_-+=|{}[]:;'<>,.?/
zh-cn: 长度8-30,必须包含大写字母、小写字母、数字、特殊符号三个;<br>特殊字符包括:()`~!@#$%^&*_-+=|{}[]:;'<>,.?/
ConstraintDescription:
en: 'Length 8-30, must contain upper case letters, lower case letters, Numbers,
special symbols three; special characters include: ()`~!@#$%^&*_-+=|{}[]:;''<>,.?/'
zh-cn: 长度8-30,必须包含大写字母、小写字母、数字、特殊符号三种;特殊字符包括:()`~!@#$%^&*_-+=|{}[]:;' <>,.?/
AllowedPattern: '[0-9A-Za-z\_\-&:;''<>,=%`~!@#\(\)\$\^\*\+\|\{\}\[\]\.\?\/]+$'
MinLength: '8'
MaxLength: '30'
NoEcho: true
LoadBalancerSpec:
Type: String
Label:
en: SLB Specifications
zh-cn: SLB规格
Description:
en: Instance specifications,</br>see detail:</b><a href='https://www.alibabacloud.com/help/doc-detail/85939.html'
target='_blank'><b><font color='blue'>Performance Support Type</b></font></a>
zh-cn: 实例规格,</br>详见:</b><a href='https://help.aliyun.com/document_detail/85939.html'
target='_blank'><b><font color='blue'>性能保障型</b></font></a>
Default: slb.s1.small
Resources:
Vpc:
Type: ALIYUN::ECS::VPC
Properties:
CidrBlock:
Ref: VpcCidrBlock
VpcName: MyVPC
Metadata:
ALIYUN::ROS::Designer:
id: f950d665-1302-4f38-aea2-731c4354023b
FrontVSwitch:
Type: ALIYUN::ECS::VSwitch
Properties:
ZoneId:
Ref: VSwitchZoneId1
VpcId:
Ref: Vpc
CidrBlock:
Ref: FrontVSwitchCidrBlock
VSwitchName: FrontSubnet
Metadata:
ALIYUN::ROS::Designer:
id: 507f73da-44a1-4ce0-9a66-6a11471339df
BackendVSwitch:
Type: ALIYUN::ECS::VSwitch
Properties:
ZoneId:
Ref: VSwitchZoneId2
VpcId:
Ref: Vpc
CidrBlock:
Ref: BackendVSwitchCidrBlock
VSwitchName: BackendSubnet
DependsOn: FrontVSwitch
Metadata:
ALIYUN::ROS::Designer:
id: 1d565a0c-ca50-4ffb-9983-1136fddf738a
BackendLoadBalancer:
Type: ALIYUN::SLB::LoadBalancer
Properties:
VpcId:
Fn::GetAtt:
- Vpc
- VpcId
VSwitchId:
Ref: BackendVSwitch
LoadBalancerName: BackendLoadBalancer
LoadBalancerSpec:
Ref: LoadBalancerSpec
Metadata:
ALIYUN::ROS::Designer:
id: 6bc1af97-a0d0-4464-a765-504c2c283988
BackendLoadBalancerListener443:
Type: ALIYUN::SLB::Listener
Properties:
BackendServerPort: '443'
Bandwidth: -1
HealthCheck:
HealthyThreshold: '2'
Interval: '5'
Port: '443'
Timeout: '2'
UnhealthyThreshold: '4'
ListenerPort: '443'
LoadBalancerId:
Ref: BackendLoadBalancer
Persistence:
PersistenceTimeout: 600
StickySession: 'on'
Protocol: tcp
DependsOn: BackendLoadBalancer
Metadata:
ALIYUN::ROS::Designer:
id: 2e55d2cc-8d94-408e-8e54-1206bfeb5461
BackendLoadBalancerListener80:
Type: ALIYUN::SLB::Listener
Properties:
BackendServerPort: '80'
Bandwidth: -1
HealthCheck:
HealthyThreshold: '2'
Interval: '5'
Port: '80'
Timeout: '2'
UnhealthyThreshold: '4'
ListenerPort: '80'
LoadBalancerId:
Ref: BackendLoadBalancer
Persistence:
PersistenceTimeout: 600
StickySession: 'on'
Protocol: tcp
DependsOn: BackendLoadBalancer
Metadata:
ALIYUN::ROS::Designer:
id: 15c86404-c265-4923-8430-2c587a6d6c61
SecurityGroup:
Type: ALIYUN::ECS::SecurityGroup
Properties:
VpcId:
Ref: Vpc
SecurityGroupIngress:
- IpProtocol: all
NicType: intranet
PortRange: -1/-1
Priority: 1
SourceCidrIp: 0.0.0.0/0
Metadata:
ALIYUN::ROS::Designer:
id: 4ccba16a-8ff6-4e6e-8362-0461e00017e1
BackendServers:
Type: ALIYUN::ECS::InstanceGroup
Properties:
VpcId:
Fn::GetAtt:
- Vpc
- VpcId
VSwitchId:
Ref: BackendVSwitch
SecurityGroupId:
Ref: SecurityGroup
ImageId:
Ref: EcsImageId
AllocatePublicIP: false
InstanceType:
Ref: EcsInstanceType
IoOptimized: optimized
MaxAmount:
Ref: NumberOfBackendServer
Password:
Ref: Password
SystemDiskCategory: cloud_efficiency
Metadata:
ALIYUN::ROS::Designer:
id: 205b4f6a-0a75-4745-bfe5-04fa56bd978e
BackendSLBAttachment:
Type: ALIYUN::SLB::BackendServerAttachment
Properties:
BackendServerList:
Fn::GetAtt:
- BackendServers
- InstanceIds
LoadBalancerId:
Ref: BackendLoadBalancer
Metadata:
ALIYUN::ROS::Designer:
id: cdfa0dc3-efd7-41c4-976c-f08d4c710147
FrontLoadBalancer:
Type: ALIYUN::SLB::LoadBalancer
Properties:
AddressType: internet
LoadBalancerName: FrontLoadBalancer
LoadBalancerSpec:
Ref: LoadBalancerSpec
Metadata:
ALIYUN::ROS::Designer:
id: 75c6132f-ac05-4800-b6e5-285fe8a3a92b
FrontLoadBalancerListener22:
Type: ALIYUN::SLB::Listener
Properties:
BackendServerPort: '22'
Bandwidth: -1
HealthCheck:
HealthyThreshold: '2'
Interval: '5'
Port: '22'
Timeout: '2'
UnhealthyThreshold: '4'
ListenerPort: '22'
LoadBalancerId:
Ref: FrontLoadBalancer
Persistence:
PersistenceTimeout: 600
StickySession: 'on'
Protocol: tcp
DependsOn: FrontLoadBalancer
Metadata:
ALIYUN::ROS::Designer:
id: 8cdcec81-81b6-454a-b78c-5836ebfe7072
FrontLoadBalancerListener443:
Type: ALIYUN::SLB::Listener
Properties:
BackendServerPort: '443'
Bandwidth: -1
HealthCheck:
HealthyThreshold: '2'
Interval: '5'
Port: '443'
Timeout: '2'
UnhealthyThreshold: '4'
ListenerPort: '443'
LoadBalancerId:
Ref: FrontLoadBalancer
Persistence:
PersistenceTimeout: 600
StickySession: 'on'
Protocol: tcp
DependsOn: FrontLoadBalancer
Metadata:
ALIYUN::ROS::Designer:
id: 06de6b4f-691e-4d45-9817-1e706b79c6fd
FrontLoadBalancerListener80:
Type: ALIYUN::SLB::Listener
Properties:
BackendServerPort: '80'
Bandwidth: -1
HealthCheck:
HealthyThreshold: '2'
Interval: '5'
Port: '80'
Timeout: '2'
UnhealthyThreshold: '4'
ListenerPort: '80'
LoadBalancerId:
Ref: FrontLoadBalancer
Persistence:
PersistenceTimeout: 600
StickySession: 'on'
Protocol: tcp
DependsOn: FrontLoadBalancer
Metadata:
ALIYUN::ROS::Designer:
id: 2c04e63c-d8fc-4239-9973-ee9614374229
FrontServers:
Type: ALIYUN::ECS::InstanceGroup
Properties:
VpcId:
Fn::GetAtt:
- Vpc
- VpcId
VSwitchId:
Ref: FrontVSwitch
SecurityGroupId:
Ref: SecurityGroup
ImageId:
Ref: EcsImageId
AllocatePublicIP: false
InstanceType:
Ref: EcsInstanceType
IoOptimized: optimized
MaxAmount:
Ref: NumberOfFrontServer
Password:
Ref: Password
SystemDiskCategory: cloud_efficiency
Metadata:
ALIYUN::ROS::Designer:
id: 1b0695f0-20bb-4212-b7a9-b17893fdaa0b
FrontSLBAttachment:
Type: ALIYUN::SLB::BackendServerAttachment
Properties:
BackendServerList:
Fn::GetAtt:
- FrontServers
- InstanceIds
LoadBalancerId:
Ref: FrontLoadBalancer
Metadata:
ALIYUN::ROS::Designer:
id: 495d5a56-b9ab-4c81-8477-7d6c3cde9dca
OtherVSwitch:
Type: ALIYUN::ECS::VSwitch
Properties:
ZoneId:
Ref: VSwitchZoneId2
VpcId:
Ref: Vpc
CidrBlock:
Ref: OtherVSwitchCidrBlock
VSwitchName: OtherSubnet
DependsOn: BackendVSwitch
Metadata:
ALIYUN::ROS::Designer:
id: 8170f135-f31e-478c-a65d-65ee8ebe499c
NatGateway:
Type: ALIYUN::VPC::NatGateway
Properties:
VpcId:
Ref: Vpc
VSwitchId:
Ref: OtherVSwitch
Description: My NAT Gateway
NatGatewayName: nat_gateway_1
DependsOn:
- OtherVSwitch
Metadata:
ALIYUN::ROS::Designer:
id: 467e10f0-9e32-4b27-b528-13bb3909d1ee
NatGatewayEIP:
Type: ALIYUN::VPC::EIP
Properties:
Bandwidth:
Ref: NatGatewayBandwidth
InternetChargeType: PayByTraffic
Metadata:
ALIYUN::ROS::Designer:
id: 99fde358-efa9-4425-a746-c715b1982a41
NatGatewayEIPBind:
Type: ALIYUN::VPC::EIPAssociation
Properties:
InstanceId:
Ref: NatGateway
AllocationId:
Ref: NatGatewayEIP
DependsOn:
- NatGateway
- NatGatewayEIP
Metadata:
ALIYUN::ROS::Designer:
id: 7100c978-ef6a-4934-a0c9-bf18a7d43029
OtherServers:
Type: ALIYUN::ECS::InstanceGroup
Properties:
VpcId:
Fn::GetAtt:
- Vpc
- VpcId
VSwitchId:
Ref: OtherVSwitch
SecurityGroupId:
Ref: SecurityGroup
ImageId:
Ref: EcsImageId
AllocatePublicIP: false
InstanceType:
Ref: EcsInstanceType
IoOptimized: optimized
MaxAmount:
Ref: NumberOfOtherServer
Password:
Ref: Password
SystemDiskCategory: cloud_efficiency
Metadata:
ALIYUN::ROS::Designer:
id: fdabfc64-c9e1-4121-9600-4521c1e79332
SNatEntry:
Type: ALIYUN::ECS::SNatEntry
Properties:
SNatIp:
Fn::GetAtt:
- NatGatewayEIP
- EipAddress
SNatTableId:
Fn::GetAtt:
- NatGateway
- SNatTableId
SourceVSwitchId:
Ref: OtherVSwitch
DependsOn:
- NatGatewayEIPBind
Metadata:
ALIYUN::ROS::Designer:
id: b2571ec9-1131-468e-82bb-4c6fea0e972c
Outputs:
FrontAccessHttpURL:
Description:
en: Front Access Http URL.
zh-cn: 前端访问Http网址。
Value:
Fn::Join:
- ''
- - https://
- Fn::GetAtt:
- FrontLoadBalancer
- IpAddress
- :443
FrontAccessHttpsURL:
Description: Front Access Https URL
Value:
Fn::Join:
- ''
- - http://
- Fn::GetAtt:
- FrontLoadBalancer
- IpAddress
- :80
FrontServerSSHIP:
Description:
en: The IP address of the front load balancer.
zh-cn: 前端负载均衡器的IP地址。
Value:
Fn::GetAtt:
- FrontLoadBalancer
- IpAddress
Metadata:
ALIYUN::ROS::Interface:
ParameterGroups:
- Parameters:
- VpcCidrBlock
- VSwitchZoneId1
- FrontVSwitchCidrBlock
- VSwitchZoneId2
- BackendVSwitchCidrBlock
- OtherVSwitchCidrBlock
- NatGatewayBandwidth
Label:
default:
en: VPC
zh-cn: 专有网络
- Parameters:
- EcsInstanceType
- EcsImageId
- NumberOfFrontServer
- NumberOfBackendServer
- NumberOfOtherServer
- Password
Label:
default:
en: ECS
zh-cn: 云服务器
- Parameters:
- LoadBalancerSpec
Label:
default:
en: SLB
zh-cn: 负载均衡
TemplateTags:
- acs:example:网络:创建中型业务VPC网络架构
ALIYUN::ROS::Designer:
04666362-b219-4966-b76f-8b3d532c066d:
source:
id: 2e55d2cc-8d94-408e-8e54-1206bfeb5461
target:
id: 6bc1af97-a0d0-4464-a765-504c2c283988
z: 1
06de6b4f-691e-4d45-9817-1e706b79c6fd:
position:
x: -158
y: 454
size:
height: 60
width: 60
z: 0
114f512e-6f68-43ab-b006-0c62e5cfa53b:
source:
id: 2c04e63c-d8fc-4239-9973-ee9614374229
target:
id: 75c6132f-ac05-4800-b6e5-285fe8a3a92b
z: 1
15c86404-c265-4923-8430-2c587a6d6c61:
position:
x: 398
y: -63
size:
height: 60
width: 60
z: 0
1b0695f0-20bb-4212-b7a9-b17893fdaa0b:
position:
x: 300
y: 372
size:
height: 60
width: 60
z: 2
1d565a0c-ca50-4ffb-9983-1136fddf738a:
embeds:
- 205b4f6a-0a75-4745-bfe5-04fa56bd978e
- 6bc1af97-a0d0-4464-a765-504c2c283988
position:
x: 252
y: 77
size:
height: 249
width: 163
z: 1
205b4f6a-0a75-4745-bfe5-04fa56bd978e:
position:
x: 300
y: 193
size:
height: 60
width: 60
z: 2
2c04e63c-d8fc-4239-9973-ee9614374229:
position:
x: -164
y: 372
size:
height: 60
width: 60
z: 0
2e2e7f43-5aeb-4013-8237-90034e28e20a:
source:
id: 8cdcec81-81b6-454a-b78c-5836ebfe7072
target:
id: 75c6132f-ac05-4800-b6e5-285fe8a3a92b
z: 1
2e55d2cc-8d94-408e-8e54-1206bfeb5461:
position:
x: 196
y: -63
size:
height: 60
width: 60
z: 0
31dd93cf-9049-465d-94c1-ef705b96111d:
source:
id: 7100c978-ef6a-4934-a0c9-bf18a7d43029
target:
id: 99fde358-efa9-4425-a746-c715b1982a41
z: 1
40d40d7c-735e-48b1-b7d8-b177e045b097:
source:
id: cdfa0dc3-efd7-41c4-976c-f08d4c710147
target:
id: 205b4f6a-0a75-4745-bfe5-04fa56bd978e
z: 1
467e10f0-9e32-4b27-b528-13bb3909d1ee:
position:
x: 571
y: 168
size:
height: 60
width: 60
z: 2
495d5a56-b9ab-4c81-8477-7d6c3cde9dca:
position:
x: 138
y: 372
size:
height: 60
width: 60
z: 0
4b70169c-5673-478d-a911-08fe754c1c91:
source:
id: 495d5a56-b9ab-4c81-8477-7d6c3cde9dca
target:
id: 1b0695f0-20bb-4212-b7a9-b17893fdaa0b
z: 1
4ccba16a-8ff6-4e6e-8362-0461e00017e1:
position:
x: 445
y: 283
size:
height: 60
width: 60
z: 1
4fcd69ba-8264-4ac9-b2d2-e34527f92192:
source:
id: 7100c978-ef6a-4934-a0c9-bf18a7d43029
target:
id: 467e10f0-9e32-4b27-b528-13bb3909d1ee
z: 1
507f73da-44a1-4ce0-9a66-6a11471339df:
embeds:
- 1b0695f0-20bb-4212-b7a9-b17893fdaa0b
position:
x: 256
y: 313
size:
height: 196
width: 162
z: 1
525a8fc9-f512-42cc-b991-170df31cbd37:
source:
id: b2571ec9-1131-468e-82bb-4c6fea0e972c
target:
id: 467e10f0-9e32-4b27-b528-13bb3909d1ee
z: 1
575a132e-73d1-4fdc-8dc5-7f1baf93f049:
source:
id: cdfa0dc3-efd7-41c4-976c-f08d4c710147
target:
id: 6bc1af97-a0d0-4464-a765-504c2c283988
z: 1
6bc1af97-a0d0-4464-a765-504c2c283988:
position:
x: 300
y: 102
size:
height: 60
width: 60
z: 2
7100c978-ef6a-4934-a0c9-bf18a7d43029:
position:
x: 571
y: -28
size:
height: 60
width: 60
z: 0
75c6132f-ac05-4800-b6e5-285fe8a3a92b:
position:
x: 12
y: 372
size:
height: 60
width: 60
z: 0
7a8b5782-7f5a-4bfe-b84e-d3612c8ecc80:
source:
id: 495d5a56-b9ab-4c81-8477-7d6c3cde9dca
target:
id: 75c6132f-ac05-4800-b6e5-285fe8a3a92b
z: 1
8170f135-f31e-478c-a65d-65ee8ebe499c:
embeds:
- 467e10f0-9e32-4b27-b528-13bb3909d1ee
- fdabfc64-c9e1-4121-9600-4521c1e79332
position:
x: 540
y: 128
size:
height: 301
width: 130
z: 1
894f13fe-3205-4a41-83c0-4df7e62d4dd0:
source:
id: 15c86404-c265-4923-8430-2c587a6d6c61
target:
id: 6bc1af97-a0d0-4464-a765-504c2c283988
z: 1
8cdcec81-81b6-454a-b78c-5836ebfe7072:
position:
x: -159
y: 277
size:
height: 60
width: 60
z: 0
99fde358-efa9-4425-a746-c715b1982a41:
position:
x: 722
y: -28
size:
height: 60
width: 60
z: 0
9e6d3683-dc66-4adb-94c3-36d249af5c59:
source:
id: 1b0695f0-20bb-4212-b7a9-b17893fdaa0b
target:
id: 4ccba16a-8ff6-4e6e-8362-0461e00017e1
z: 1
b2571ec9-1131-468e-82bb-4c6fea0e972c:
position:
x: 717
y: 168
size:
height: 60
width: 60
z: 0
b4b98339-6a41-4e6e-9b0c-750cf1ac26d5:
source:
id: 06de6b4f-691e-4d45-9817-1e706b79c6fd
target:
id: 75c6132f-ac05-4800-b6e5-285fe8a3a92b
z: 1
bb1f8e1e-aa27-485e-91c2-83e3e7fe5769:
source:
id: 205b4f6a-0a75-4745-bfe5-04fa56bd978e
target:
id: 4ccba16a-8ff6-4e6e-8362-0461e00017e1
z: 1
cdfa0dc3-efd7-41c4-976c-f08d4c710147:
position:
x: 128
y: 149
size:
height: 60
width: 60
z: 0
f1142b98-b759-49c3-9af6-69127fa8996a:
source:
id: fdabfc64-c9e1-4121-9600-4521c1e79332
target:
id: 4ccba16a-8ff6-4e6e-8362-0461e00017e1
z: 1
f950d665-1302-4f38-aea2-731c4354023b:
embeds:
- 507f73da-44a1-4ce0-9a66-6a11471339df
- 4ccba16a-8ff6-4e6e-8362-0461e00017e1
- 1d565a0c-ca50-4ffb-9983-1136fddf738a
- 8170f135-f31e-478c-a65d-65ee8ebe499c
position:
x: 232
y: 53
size:
height: 475
width: 465
z: 0
fdabfc64-c9e1-4121-9600-4521c1e79332:
position:
x: 574
y: 283
size:
height: 60
width: 60
z: 2