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
|
||||
controlPlane: true
|
||||
installDiskSelector:
|
||||
busPath: /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_37145789
|
||||
busPath: /dev/sda
|
||||
networkInterfaces:
|
||||
- interface: eth0
|
||||
dhcp: true
|
||||
|
@ -31,7 +31,7 @@ nodes:
|
|||
ipAddress: 10.2.0.5
|
||||
controlPlane: true
|
||||
installDiskSelector:
|
||||
busPath: /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_37145792
|
||||
busPath: /dev/sda
|
||||
networkInterfaces:
|
||||
- interface: eth0
|
||||
dhcp: true
|
||||
|
@ -41,7 +41,7 @@ nodes:
|
|||
ipAddress: 10.2.0.4
|
||||
controlPlane: true
|
||||
installDiskSelector:
|
||||
busPath: /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_37145790
|
||||
busPath: /dev/sda
|
||||
networkInterfaces:
|
||||
- interface: eth0
|
||||
dhcp: true
|
||||
|
|
Reference in a new issue