Fix ip and disk type for nas hosts
This commit is contained in:
parent
5560d81a8a
commit
6e7aea1b22
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
mem_size: 8192
|
mem_size: 8192
|
||||||
num_cpus: 2
|
num_cpus: 2
|
||||||
datadisks:
|
datadisks:
|
||||||
- {size: 500, type: nvme}
|
- {size: 500, type: hdd}
|
||||||
- {size: 50, type: nvme}
|
- {size: 50, type: nvme}
|
||||||
|
|
||||||
firewall_in:
|
firewall_in:
|
||||||
|
|
|
@ -6,6 +6,6 @@ network_interfaces:
|
||||||
mac: 52:54:00:ac:dc:34
|
mac: 52:54:00:ac:dc:34
|
||||||
- device: eth1
|
- device: eth1
|
||||||
vlan: 30
|
vlan: 30
|
||||||
ipaddr: 172.20.30.11
|
ipaddr: 172.20.30.32
|
||||||
netmask: 255.255.255.0
|
netmask: 255.255.255.0
|
||||||
proto: static
|
proto: static
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue