Skip to content

Commit

Permalink
support openshift integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nagonzalez committed Mar 23, 2019
1 parent 1829f0d commit e2c2416
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion vsphere_centos_7.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"ethernet0.dvs.switchId": "{{ user `vcenter_dvs_switchId` }}",
"ethernet0.startConnected": "TRUE",
"ethernet0.wakeOnPcktRcv": "FALSE",
"scsi0.virtualDev": "pvscsi"
"scsi0.virtualDev": "pvscsi",
"disk.enableUUID": 1
}
}
],
Expand Down
3 changes: 2 additions & 1 deletion vsphere_windows_2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"ethernet0.wakeOnPcktRcv": "FALSE",
"firmware": "efi",
"scsi0.virtualDev": "lsisas1068",
"usb_xhci.present": "TRUE"
"usb_xhci.present": "TRUE",
"disk.enableUUID": 1
}
}
],
Expand Down

0 comments on commit e2c2416

Please sign in to comment.