-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathwaterway-topology.yaml
More file actions
233 lines (233 loc) · 4.78 KB
/
waterway-topology.yaml
File metadata and controls
233 lines (233 loc) · 4.78 KB
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
apiVersion: phenix.sandia.gov/v1
kind: Topology
metadata:
name: waterway
created: ""
updated: ""
spec:
nodes:
- general:
description: SCEPTRE Simulink fuel provider
hostname: simulink-provider
hardware:
drives:
- image: bennu.qc2
memory: 8192
os_type: linux
vcpus: 4
network:
interfaces:
- address: 172.16.1.2
gateway: 172.16.1.1
mask: 16
name: mgmt
proto: static
type: ethernet
vlan: MGMT
type: VirtualMachine
- general:
description: OPC server
hostname: opc
hardware:
drives:
- image: opc.qc2
inject_partition: 2
memory: 4096
os_type: windows
network:
interfaces:
- address: 10.1.2.50
gateway: 10.1.2.1
mask: 24
name: IF0
proto: static
type: ethernet
vlan: SCADA
- address: 172.16.2.50
mask: 16
name: mgmt
proto: static
type: ethernet
vlan: MGMT
type: VirtualMachine
- general:
description: Historian server
hostname: historian
hardware:
drives:
- image: historian.qc2
inject_partition: 2
memory: 2048
os_type: windows
network:
interfaces:
- address: 10.1.2.60
gateway: 10.1.2.1
mask: 24
name: IF0
proto: static
type: ethernet
vlan: SCADA
- address: 172.16.2.60
mask: 16
name: mgmt
proto: static
type: ethernet
vlan: MGMT
type: Server
- general:
description: Human machine interface
hostname: hmi
hardware:
drives:
- image: hmi_win7.qc2
memory: 2048
os_type: windows
network:
interfaces:
- address: 10.1.2.70
gateway: 10.1.2.1
mask: 24
name: IF0
proto: static
type: ethernet
vlan: SCADA
- address: 172.16.2.70
mask: 16
name: mgmt
proto: static
type: ethernet
vlan: MGMT
type: VirtualMachine
- general:
description: SCADA server
hostname: scada-server
hardware:
drives:
- image: scada.qc2
inject_partition: 2
memory: 2048
os_type: windows
network:
interfaces:
- address: 10.1.2.71
gateway: 10.1.2.1
mask: 24
name: IF0
proto: static
type: ethernet
vlan: SCADA
- address: 172.16.2.71
mask: 16
name: mgmt
proto: static
type: ethernet
vlan: MGMT
type: VirtualMachine
- general:
description: Engineering workstation
hostname: engineer-workstation
hardware:
drives:
- image: engineer_workstation.qc2
memory: 2048
os_type: windows
network:
interfaces:
- address: 10.1.2.72
gateway: 10.1.2.1
mask: 24
name: IF0
proto: static
type: ethernet
vlan: SCADA
- address: 172.16.2.72
mask: 16
name: mgmt
proto: static
type: ethernet
vlan: MGMT
type: VirtualMachine
- general:
description: SCEPTRE RTU
hostname: rtu-1
hardware:
drives:
- image: bennu.qc2
os_type: linux
vcpus: 2
network:
interfaces:
- address: 10.1.1.101
gateway: 10.1.1.1
mask: 24
name: IF0
proto: static
type: ethernet
vlan: ICS
- address: 172.16.1.101
mask: 16
name: mgmt
proto: static
type: ethernet
vlan: MGMT
type: VirtualMachine
- general:
description: SCEPTRE RTU
hostname: rtu-2
hardware:
drives:
- image: bennu.qc2
os_type: linux
vcpus: 2
network:
interfaces:
- address: 10.1.1.102
gateway: 10.1.1.1
mask: 24
name: IF0
proto: static
type: ethernet
vlan: ICS
- address: 172.16.1.102
mask: 16
name: mgmt
proto: static
type: ethernet
vlan: MGMT
type: VirtualMachine
- general:
description: Router
hostname: router
hardware:
drives:
- image: minirouter.qc2
os_type: minirouter
network:
interfaces:
- address: 10.1.2.1
mask: 24
name: IF0
proto: ospf
type: ethernet
vlan: SCADA
- address: 10.1.1.1
mask: 24
name: IF1
proto: ospf
type: ethernet
vlan: ICS
- address: 172.16.1.1
mask: 16
name: mgmt
proto: static
type: ethernet
vlan: MGMT
ospf:
areas:
- area_id: 0
area_networks:
- network: 10.1.2.0/24
- network: 10.1.1.0/24
router_id: 0.0.0.1
type: Router