-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvMA Demo 5 - NAT.yaml
More file actions
46 lines (46 loc) · 927 Bytes
/
Copy pathvMA Demo 5 - NAT.yaml
File metadata and controls
46 lines (46 loc) · 927 Bytes
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
name: nat-blueprint-example
version: 0.2
formatVersion: 1
inputs: {}
resources:
NAT01:
type: Cloud.NSX.Network
metadata:
layoutPosition:
- 0
- 0
properties:
name: network
networkType: outbound
constraints:
- tag: 'network:nat'
VM1:
type: Cloud.vSphere.Machine
metadata:
layoutPosition:
- 1
- 1
properties:
image: viktorious-ubuntu1604
cpuCount: 1
totalMemoryMB: 2048
networks:
- network: '${resource.NAT01.id}'
storage:
constraints:
- tag: 'storage:ssd'
VM2:
type: Cloud.vSphere.Machine
metadata:
layoutPosition:
- 1
- 2
properties:
image: viktorious-ubuntu1604
cpuCount: 1
totalMemoryMB: 2048
networks:
- network: '${resource.NAT01.id}'
storage:
constraints:
- tag: 'storage:ssd'