Rename disk path.
This commit is contained in:
parent
6906a340aa
commit
c168760a0b
1 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ nodes:
|
||||||
ipAddress: 10.2.0.3
|
ipAddress: 10.2.0.3
|
||||||
controlPlane: true
|
controlPlane: true
|
||||||
installDiskSelector:
|
installDiskSelector:
|
||||||
busPath: /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_37145789
|
busPath: /dev/sda
|
||||||
networkInterfaces:
|
networkInterfaces:
|
||||||
- interface: eth0
|
- interface: eth0
|
||||||
dhcp: true
|
dhcp: true
|
||||||
|
@ -31,7 +31,7 @@ nodes:
|
||||||
ipAddress: 10.2.0.5
|
ipAddress: 10.2.0.5
|
||||||
controlPlane: true
|
controlPlane: true
|
||||||
installDiskSelector:
|
installDiskSelector:
|
||||||
busPath: /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_37145792
|
busPath: /dev/sda
|
||||||
networkInterfaces:
|
networkInterfaces:
|
||||||
- interface: eth0
|
- interface: eth0
|
||||||
dhcp: true
|
dhcp: true
|
||||||
|
@ -41,7 +41,7 @@ nodes:
|
||||||
ipAddress: 10.2.0.4
|
ipAddress: 10.2.0.4
|
||||||
controlPlane: true
|
controlPlane: true
|
||||||
installDiskSelector:
|
installDiskSelector:
|
||||||
busPath: /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_37145790
|
busPath: /dev/sda
|
||||||
networkInterfaces:
|
networkInterfaces:
|
||||||
- interface: eth0
|
- interface: eth0
|
||||||
dhcp: true
|
dhcp: true
|
||||||
|
|
Reference in a new issue