Move data disks to nvme storage
This commit is contained in:
parent
112d900b8f
commit
f573704b34
8 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
datadisks:
|
||||
- {size: 10}
|
||||
- {size: 10, type: nvme}
|
||||
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
datadisks:
|
||||
- {size: 10, type: hdd}
|
||||
- {size: 10, type: nvme}
|
||||
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
datadisks:
|
||||
- {size: 10, type: hdd}
|
||||
- {size: 10, type: nvme}
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 443, from: [172.20.20.0/22]}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
datadisks:
|
||||
- {size: 50}
|
||||
- {size: 50, type: nvme}
|
||||
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
datadisks:
|
||||
- {size: 10}
|
||||
- {size: 10, type: nvme}
|
||||
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
mem_size: 4096
|
||||
datadisks:
|
||||
- {size: 100}
|
||||
- {size: 100, type: nvme}
|
||||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 4949, from: [172.20.30.0/24]}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
datadisks:
|
||||
- {size: 10}
|
||||
- {size: 10, type: nvme}
|
||||
|
||||
network_vip_interfaces:
|
||||
- device: eth1
|
||||
|
|
|
@ -5,6 +5,6 @@ network_interfaces:
|
|||
vlan: 20
|
||||
mac: 52:54:00:ac:dc:1f
|
||||
datadisks:
|
||||
- {size: 10}
|
||||
- {size: 10, type: nvme}
|
||||
|
||||
ldap_master: true
|
||||
|
|
Loading…
Add table
Reference in a new issue